Allow insecure TLS for talking to Vault dev server
All checks were successful
test / test-default (push) Successful in 20s
All checks were successful
test / test-default (push) Successful in 20s
This commit is contained in:
@@ -48,6 +48,9 @@ jobs:
|
||||
|
||||
- name: Setup Vault test data
|
||||
run: |
|
||||
# Self-signed certificate for dev server
|
||||
export VAULT_SKIP_VERIFY=true
|
||||
|
||||
# Populate our test secrets
|
||||
echo "🔐 Populating test secrets:"
|
||||
vault kv put ${{vars.TEST_VAULT_KEY}} data="${{vars.TEST_VAULT_VALUE}}"
|
||||
|
Reference in New Issue
Block a user