Moar bugs squashed
Some checks failed
Test / tests (darwin-amd64) (push) Successful in 19s
Test / tests (windows-amd64) (push) Failing after 23s
Test / tests (linux-amd64) (push) Successful in 22s
Run Gosec / tests (push) Has been cancelled
Test / tests (linux-arm64) (push) Has been cancelled

This commit is contained in:
2025-09-09 17:09:03 +02:00
parent 221e4706f1
commit 5575b44e62

View File

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