Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #238 from foxford/fix_authz_in_chart
Browse files Browse the repository at this point in the history
fix authz uri in a chart
  • Loading branch information
SuslikDaRete authored Apr 22, 2022
2 parents 4f48088 + 3cdf855 commit 4e133a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data:
[authz.{{ $ns_audience | quote }}]
type = {{ .type | quote }}
{{- if eq "http" .type }}
uri = {{ $ns_audience | list "http://dispatcher-service:8080/api/v1/authz/" | join "" | default .uri | quote }}
uri = {{ default "http://dispatcher-service:8080/api/v1/authz/" .uri | quote }}
algorithm = {{ default "ES256" .algorithm | quote }}
key = {{ default "data/keys/svc.private_key.p8.der" .key | quote }}
user_agent = {{ default $id .user_agent | quote }}
Expand Down

0 comments on commit 4e133a6

Please sign in to comment.