Skip to content

Commit

Permalink
Add rbac frontend secrets path
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Sep 5, 2024
1 parent eb1904e commit f31a560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontends/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ def secrets = [
[path: params.VAULT_PATH_CHROME_CYPRESS, engineVersion: 1, secretValues: [
[envVar: 'CHROME_ACCOUNT', vaultKey: 'account'],
[envVar: 'CHROME_PASSWORD', vaultKey: 'password']]],
[path: params.VAULT_PATH_RBAC_CYPRESS, engineVersion: 1, secretValues: [
[envVar: 'RBAC_FRONTEND_PASSWORD', vaultKey: 'account'],
[envVar: 'RBAC_FRONTEND_PASSWORD', vaultKey: 'password']]],
]

def configuration = [vaultUrl: params.VAULT_ADDRESS, vaultCredentialId: params.VAULT_CREDS_ID, engineVersion: 1]
Expand Down

0 comments on commit f31a560

Please sign in to comment.