Skip to content

Commit

Permalink
feat(agent): new API_KEY_AUTHENTICATE_AS_DEFAULT_USER env
Browse files Browse the repository at this point in the history
Signed-off-by: Kranium Gikos Mendoza <kraniumgikos.mendoza@iohk.io>
  • Loading branch information
womfoo committed Oct 19, 2023
1 parent 7aa3997 commit 732ed40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/charts/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ spec:
key: seed
optional: false
{{- end }}
- name: API_KEY_AUTHENTICATE_AS_DEFAULT_USER
value: "true"
{{- if .Values.server.useVault }}
- name: VAULT_ADDR
value: "http://{{ .Release.Namespace }}-vault.{{ .Release.Namespace }}:8200"
Expand Down

0 comments on commit 732ed40

Please sign in to comment.