Skip to content

Commit

Permalink
Enclose {noop}secret passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jun 7, 2024
1 parent 9431976 commit a9ddd29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/oidcng/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ spring:

manage:
user: manage
password: {{ oidcng_api_metadata_push_password }}
password: "{{ oidcng_api_metadata_push_password }}"

token-api:
enabled: {{ oidcng.token_api_enabled }}
users:
- user: eduid
password: {{ oidcng_api_tokens_eduid_password }}
password: "{{ oidcng_api_tokens_eduid_password }}"
- user: profile
password: {{ oidcng_api_tokens_profile_password }}
password: "{{ oidcng_api_tokens_profile_password }}"

eduid:
user: oidcng
password: {{ myconext_api_attribute_manipulation_password }}
uri: https://login.{{ myconext_base_domain }}/myconext/api/attribute-manipulation
password: "{{ myconext_api_attribute_manipulation_password }}"
uri: "https://login.{{ myconext_base_domain }}/myconext/api/attribute-manipulation"
enabled: {{ oidcng.eduid_attribute_manipulation_enabled }}

0 comments on commit a9ddd29

Please sign in to comment.