Skip to content

Commit c1fb8a2

Browse files
azimuth-automation-bot[bot]mkjpryorm-bull
authored
Update azimuth to 0.16.0 (#953)
* Update azimuth to 0.16.0 * Fix formatting of redirectUris to pass linter --------- Co-authored-by: mkjpryor <[email protected]> Co-authored-by: Matt Anson <[email protected]>
1 parent 2e5c818 commit c1fb8a2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

roles/azimuth/defaults/main.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The chart to use
44
azimuth_chart_repo: https://azimuth-cloud.github.io/azimuth
55
azimuth_chart_name: azimuth
6-
azimuth_chart_version: 0.15.0
6+
azimuth_chart_version: 0.16.0
77

88
# Release information for the Azimuth release
99
azimuth_release_namespace: azimuth
@@ -128,8 +128,15 @@ azimuth_oidc_client_spec:
128128
public: false
129129
grantTypes:
130130
- 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+
}}
133140
# The client secret
134141
# If not given and an identity realm is being used, a client is created - see above
135142
azimuth_oidc_client_secret: "{{ undef(hint = 'azimuth_oidc_client_secret is required') }}"

0 commit comments

Comments
 (0)