Skip to content

Commit

Permalink
Do not use asset_version is stepup-in-docker deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jun 28, 2024
1 parent 33ab326 commit 7c6ab22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions roles/stepupgateway/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
{% if 'docker' in group_names %}
app_env: prod
app_debug: false
app_debug: false
app_secret: {{ gateway_secret }}
{% endif %}

Expand Down Expand Up @@ -110,8 +110,6 @@ parameters:

second_factor_only: {{ gateway_second_factor_only | default(false) }}

asset_version: {{ appversion_sha }}

enabled_second_factors: [ {{ stepup_enabled_factors }} ]

enabled_generic_second_factors:
Expand Down
4 changes: 1 addition & 3 deletions roles/stepupra/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
{% if 'docker' in group_names %}
app_env: prod
app_debug: false
app_debug: false
app_secret: {{ ra_secret }}
{% endif %}

Expand Down Expand Up @@ -58,8 +58,6 @@ parameters:
stepup_loa_loa3: '{{ stepup_uri_loa3 }}'
stepup_loa_self_asserted: '{{ stepup_uri_self_asserted }}'

asset_version: {{ appversion_sha }}

logout_redirect_url:
{% for key, value in ra_logout_redirect_url.items() %}
{{ key }}: {{ value }}
Expand Down
4 changes: 1 addition & 3 deletions roles/stepupselfservice/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
{% if 'docker' in group_names %}
app_env: prod
app_debug: false
app_debug: false
app_secret: {{ selfservice_secret }}
{% endif %}

Expand Down Expand Up @@ -62,8 +62,6 @@ parameters:
second_factor_test_idp_sso_url: https://{{ gateway_vhost_name }}/authentication/single-sign-on
second_factor_test_idp_certificate: {{ gateway_saml_idp_publickey | depem }}

asset_version: {{ appversion_sha }}

stepup_loa_loa1: {{ stepup_uri_loa1 }}
stepup_loa_loa2: {{ stepup_uri_loa2 }}
stepup_loa_loa3: {{ stepup_uri_loa3 }}
Expand Down

0 comments on commit 7c6ab22

Please sign in to comment.