File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
# The chart to use
4
4
azimuth_chart_repo : https://azimuth-cloud.github.io/azimuth
5
5
azimuth_chart_name : azimuth
6
- azimuth_chart_version : 0.15 .0
6
+ azimuth_chart_version : 0.16 .0
7
7
8
8
# Release information for the Azimuth release
9
9
azimuth_release_namespace : azimuth
@@ -128,8 +128,15 @@ azimuth_oidc_client_spec:
128
128
public : false
129
129
grantTypes :
130
130
- AuthorizationCode
131
- redirectUris : " {{ ['https://' + azimuth_ingress_host +'/auth/oidc/complete/'] +( ['http://' + azimuth_ingress_host + '/auth/oidc/complete/']
132
- if not azimuth_ingress_tls_enabled else [])}}"
131
+ redirectUris : >-
132
+ {{
133
+ ['https://' + azimuth_ingress_host + '/auth/oidc/complete/'] +
134
+ (
135
+ ['http://' + azimuth_ingress_host + '/auth/oidc/complete/']
136
+ if not azimuth_ingress_tls_enabled
137
+ else []
138
+ )
139
+ }}
133
140
# The client secret
134
141
# If not given and an identity realm is being used, a client is created - see above
135
142
azimuth_oidc_client_secret : " {{ undef(hint = 'azimuth_oidc_client_secret is required') }}"
You can’t perform that action at this time.
0 commit comments