Skip to content

Commit

Permalink
feat: Add Vault Client Token Path Ops File (concourse#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Bimonte <[email protected]>
  • Loading branch information
Kevin Bimonte committed Oct 26, 2024
1 parent af2c5e0 commit 0765290
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cluster/operations/vault-client-token-path.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# This operations file will configure web to accept the Vault Client
# Token from a file
#
# Requires the vault.yml ops file
#

---
- type: remove
path: /instance_groups/name=web/jobs/name=web/properties/vault/auth/client_token

- type: replace
path: /instance_groups/name=web/jobs/name=web/properties/vault/auth?
value:
client_token_path: ((vault.client_token_path))

0 comments on commit 0765290

Please sign in to comment.