Skip to content
Snippets Groups Projects
Commit 8c8370f7 authored by František Dvořák's avatar František Dvořák
Browse files

Fix JWT wrapper deployment on staging and producion

parent 29057b5d
Branches
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ hub: ...@@ -192,7 +192,7 @@ hub:
client_id: "{{ secret['client_id'] }}" client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}" client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback" oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
openid_configuration_url: "https://proxy.testing.eosc-federation.eu/.well-known/openid-configuration" openid_configuration_url: "https://{{ secret['checkin_host'] }}/.well-known/openid-configuration"
scope: ["openid", "profile", "email", "offline_access", "entitlements"] scope: ["openid", "profile", "email", "offline_access", "entitlements"]
username_claim: "sub" username_claim: "sub"
extra_authorize_params: extra_authorize_params:
......
...@@ -173,7 +173,7 @@ hub: ...@@ -173,7 +173,7 @@ hub:
client_id: "{{ secret['client_id'] }}" client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}" client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback" oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
openid_configuration_url: "https://proxy.testing.eosc-federation.eu/.well-known/openid-configuration" openid_configuration_url: "https://{{ secret['checkin_host'] }}/.well-known/openid-configuration"
scope: ["openid", "profile", "email", "offline_access", "entitlements"] scope: ["openid", "profile", "email", "offline_access", "entitlements"]
username_claim: "sub" username_claim: "sub"
extra_authorize_params: extra_authorize_params:
......
...@@ -173,7 +173,7 @@ hub: ...@@ -173,7 +173,7 @@ hub:
client_id: "{{ secret['client_id'] }}" client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}" client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback" oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
openid_configuration_url: "https://proxy.testing.eosc-federation.eu/.well-known/openid-configuration" openid_configuration_url: "https://{{ secret['checkin_host'] }}/.well-known/openid-configuration"
scope: ["openid", "profile", "email", "offline_access", "entitlements"] scope: ["openid", "profile", "email", "offline_access", "entitlements"]
username_claim: "sub" username_claim: "sub"
extra_authorize_params: extra_authorize_params:
......
...@@ -174,7 +174,7 @@ hub: ...@@ -174,7 +174,7 @@ hub:
client_id: "{{ secret['client_id'] }}" client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}" client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback" oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
openid_configuration_url: "https://proxy.testing.eosc-federation.eu/.well-known/openid-configuration" openid_configuration_url: "https://{{ secret['checkin_host'] }}/.well-known/openid-configuration"
scope: ["openid", "profile", "email", "offline_access", "entitlements"] scope: ["openid", "profile", "email", "offline_access", "entitlements"]
username_claim: "sub" username_claim: "sub"
extra_authorize_params: extra_authorize_params:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment