Configure Vault TLS
Some checks failed
test / test-default (push) Failing after 23s

This commit is contained in:
2025-09-09 11:00:45 +02:00
parent 8787aca76d
commit c07df71df3

View File

@@ -29,7 +29,7 @@ jobs:
- name: Start Vault in background
run: |
# Start Vault server in background
vault server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8200 -tls > vault.log 2>&1 &
vault server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8200 -dev-tls > vault.log 2>&1 &
VAULT_PID=$!
echo $VAULT_PID > vault.pid