Commit 1e17ccce by Michael Frey

Remove old entry

parent 81e3867f
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# #
## ##
# Defaults for role oauth_client_setup # Defaults for role oauth_client_setup
# #
# #
# vars are namespaced with the module name. # vars are namespaced with the module name.
...@@ -20,7 +20,7 @@ oauth_client_setup_oauth2_clients: ...@@ -20,7 +20,7 @@ oauth_client_setup_oauth2_clients:
- { - {
name: "{{ ecommerce_service_name | default('None') }}", name: "{{ ecommerce_service_name | default('None') }}",
url_root: "{{ ECOMMERCE_ECOMMERCE_URL_ROOT }}", url_root: "{{ ECOMMERCE_ECOMMERCE_URL_ROOT }}",
id: "{{ ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_KEY }}", id: "{{ ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_KEY }}",
secret: "{{ ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_SECRET }}", secret: "{{ ECOMMERCE_SOCIAL_AUTH_EDX_OIDC_SECRET }}",
logout_uri: "{{ ECOMMERCE_LOGOUT_URL }}" logout_uri: "{{ ECOMMERCE_LOGOUT_URL }}"
} }
...@@ -52,12 +52,6 @@ oauth_client_setup_oauth2_clients: ...@@ -52,12 +52,6 @@ oauth_client_setup_oauth2_clients:
secret: "{{ DISCOVERY_SOCIAL_AUTH_EDX_OIDC_SECRET }}", secret: "{{ DISCOVERY_SOCIAL_AUTH_EDX_OIDC_SECRET }}",
logout_uri: "{{ DISCOVERY_LOGOUT_URL }}" logout_uri: "{{ DISCOVERY_LOGOUT_URL }}"
} }
- {
name: "{{ discovery_service_name | default('None') }}",
url_root: "{{ DISCOVERY_URL_ROOT }}",
id: "{{ DISCOVERY_SOCIAL_AUTH_EDX_OIDC_KEY }}",
secret: "{{ DISCOVERY_SOCIAL_AUTH_EDX_OIDC_SECRET }}"
}
# #
# OS packages # OS packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment