Skip to content

Commit

Permalink
add vault role to values (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
atye committed Jun 21, 2024
1 parent 4e95896 commit c7e1003
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/csm-authorization/templates/storage-service.yaml
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ spec:
args:
- "--vault-address={{ .Values.vault.address }}"
- "--vault-kv-engine-path={{ .Values.vault.kvEnginePath }}"
- "--vault-role={{ .Values.vault.role }}"
- "--vault-skip-certificate-validation={{ .Values.vault.skipCertificateValidation }}"
ports:
- containerPort: 50051
2 changes: 1 addition & 1 deletion charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
@@ -67,8 +67,8 @@ redis:
commander: rediscommander/redis-commander:latest

vault:
enabled: true
address: https://10.0.0.1:8400
kvEnginePath: secret
role: csm-authorization
skipCertificateValidation: true

0 comments on commit c7e1003

Please sign in to comment.