Files
proxmox/.secure/vault-credentials/phoenix-approle-credentials-20260118.txt

24 lines
1.1 KiB
Plaintext
Raw Normal View History

═══════════════════════════════════════════════════════════
Phoenix Vault AppRole Credentials
═══════════════════════════════════════════════════════════
⚠️ SAVE SECURELY - DO NOT COMMIT TO GIT ⚠️
Phoenix API AppRole:
Role ID: 27f213e2-f15e-b6de-3cf4-db2f02029dd5
Secret ID: 17131f05-2a14-d289-0a02-97c2d094cf2b
Phoenix Portal AppRole:
Role ID: 70278dee-a85e-9007-c769-46b71a8c1460
Secret ID: 7f4eeffe-f0b2-fb55-c7a2-92bd2b056be2
Usage:
export VAULT_ADDR=http://10.160.0.40:8200
export VAULT_ROLE_ID=<role-id>
export VAULT_SECRET_ID=<secret-id>
# Get token
vault write auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID
═══════════════════════════════════════════════════════════