Files
secret/script/vault-setup.ps1
maze 221e4706f1
Some checks failed
Test / tests (darwin-amd64) (push) Successful in 20s
Test / tests (linux-amd64) (push) Successful in 21s
Test / tests (windows-amd64) (push) Failing after 26s
Test / tests (linux-arm64) (push) Successful in 4m40s
Run Gosec / tests (push) Successful in 6m39s
Moar bugs squashed
2025-09-09 16:59:45 +02:00

11 lines
502 B
PowerShell
Executable File

if ($null -eq $env:TEST_VAULT_KEY) { $env:TEST_VAULT_KEY = 'secret/test' }
if ($null -eq $env:TEST_VAULT_VALUE) { $env:TEST_VAULT_VALUE = 'It works!' }
# Populate our test secrets
Write-Output "🔐 Populating test secrets:"
& "./vault.exe" vault kv put "${env:TEST_VAULT_KEY}" data="${env:TEST_VAULT_VALUE}"
# Populate our test transit backend with key
Write-Output "🔐 Populating test transit backend:"
& "./vault.exe" vault secrets enable transit
& "./vault.exe" vault write -f transit/keys/test