Skip to content

Commit

Permalink
Remove conditional jinjas as they are not required
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Sep 24, 2024
1 parent 616bccd commit e722eec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions roles/app/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,8 @@
SAML_EMAIL_ATTR_NAME: "{{ saml_email_attr_name }}"
SAML_FIRSTNAME_ATTR_NAME: "{{ saml_firstname_attr_name }}"
SAML_LASTNAME_ATTR_NAME: "{{ saml_lastname_attr_name }}"
{% if saml_metadata_url %}
SAML_METADATA_URL: "{{ saml_metadata_url }}"
{% endif %}
{% if saml_metadata_content %}
SAML_METADATA_CONTENT: "{{ saml_metadata_content }}"
{% endif %}
SAML_SIGN_REQUESTS: "{{ saml_sign_requests }}"
SAML_SIGN_METADATA: "{{ saml_sign_metadata }}"
SAML_SIGNED_ASSERTION: "{{ saml_signed_assertion }}"
Expand Down
4 changes: 0 additions & 4 deletions roles/app/templates/trento-web.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@ SAML_USERNAME_ATTR_NAME: "{{ saml_username_attr_name }}"
SAML_EMAIL_ATTR_NAME: "{{ saml_email_attr_name }}"
SAML_FIRSTNAME_ATTR_NAME: "{{ saml_firstname_attr_name }}"
SAML_LASTNAME_ATTR_NAME: "{{ saml_lastname_attr_name }}"
{% if saml_metadata_url %}
SAML_METADATA_URL: "{{ saml_metadata_url }}"
{% endif %}
{% if saml_metadata_content %}
SAML_METADATA_CONTENT: "{{ saml_metadata_content }}"
{% endif %}
SAML_SIGN_REQUESTS: "{{ saml_sign_requests }}"
SAML_SIGN_METADATA: "{{ saml_sign_metadata }}"
SAML_SIGNED_ASSERTION: "{{ saml_signed_assertion }}"
Expand Down

0 comments on commit e722eec

Please # to comment.