Skip to content

Commit

Permalink
Feature toggle manage
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jul 2, 2024
1 parent ac956a8 commit ff29993
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/ci/group_vars/sbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sbs_oidc_redirect_uri: "https://{{ hostnames.sbs }}/api/users/resume-session"
sbs_oidc_jwt_audience: "https://{{ hostnames.oidc_op }}"
sbs_eduteams_continue_endpoint: "https://proxy.acc.sram.eduteams.org/continue"

sbs_manage_base_enabled: False
sbs_manage_base_url: "https://manage.test2.surfconext.nl"

sbs_ldap_url: "ldap://ldap.scz-vm.net/dc=services,dc=vnet"
Expand Down
1 change: 1 addition & 0 deletions environments/docker/group_vars/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ sbs_oidc_redirect_uri: "https://{{ hostnames.sbs }}/api/users/resume-session"
sbs_eduteams_continue_endpoint: "https://{{ hostnames.oidc_op }}/continue"
sbs_oidc_jwt_audience: "https://{{ hostnames.oidc_op }}"

sbs_manage_base_enabled: False
sbs_manage_base_url: "https://manage.test2.surfconext.nl"

sbs_ldap_url: "ldap://ldap.scz-vm.net/dc=services,dc=vnet"
Expand Down
1 change: 1 addition & 0 deletions environments/vm/group_vars/sbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sbs_oidc_redirect_uri: "https://{{ hostnames.sbs }}/api/users/resume-session"
sbs_eduteams_continue_endpoint: "https://{{ hostnames.oidc_op }}/continue"
sbs_oidc_jwt_audience: "https://{{ hostnames.oidc_op }}"

sbs_manage_base_enabled: False
sbs_manage_base_url: "https://manage.test2.surfconext.nl"

sbs_ldap_url: "ldap://ldap.scz-vm.net/dc=services,dc=vnet"
Expand Down
1 change: 1 addition & 0 deletions roles/docker_sbs/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ sbs_eduteams_continue_endpoint: "https://localhost/continue"
sbs_oidc_jwt_audience: "https://localhost"
sbs_continue_eduteams_redirect_uri: "https://localhost/continue"

sbs_manage_base_enabled: False
sbs_manage_base_url: "https://manage.test2.surfconext.nl"

sbs_idp_metadata_url: "https://metadata.surfconext.nl/signed/2023/edugain-downstream-idp.xml "
Expand Down
1 change: 1 addition & 0 deletions roles/sbs/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ sbs_eduteams_continue_endpoint: "https://localhost/continue"
sbs_oidc_jwt_audience: "https://localhost"
sbs_continue_eduteams_redirect_uri: "https://localhost/continue"

sbs_manage_base_enabled: False
sbs_manage_base_url: "http://localhost"

sbs_idp_metadata_url: "https://metadata.surfconext.nl/signed/2023/edugain-downstream-idp.xml "
Expand Down
1 change: 1 addition & 0 deletions roles/sbs/templates/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ mail:
environment: "{{ base_domain }}"

manage:
enabled: {{ sbs_manage_base_enabled }}
base_url: "{{ sbs_manage_base_url }}"
user: "{{ sbs_manage_user }}"
password: "{{ sbs_manage_password }}"
Expand Down

0 comments on commit ff29993

Please sign in to comment.