File tree Expand file tree Collapse file tree
roles/tpa_single_node/vars Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ tpa_single_node_oidc_frontend_id: "{{ lookup('env', 'TPA_OIDC_FRONTEND_ID') | de
3535tpa_single_node_oidc_client_id : " {{ lookup('env', 'TPA_OIDC_CLIENT_ID') | default('None', true) }}"
3636tpa_single_node_oidc_client_secret : " {{ lookup('env', 'TPA_OIDC_CLIENT_SECRET') | default('None', true) }}"
3737tpa_single_node_oidc_tls_insecure : " {{ lookup('env', 'TPA_OIDC_TLS_INSECURE') | default('false', true) }}"
38- tpa_single_node_oidc_ui_load_user : " {{ lookup('env', 'TPA_OIDC_LOAD_USER ') | default('true', true) }}"
38+ tpa_single_node_oidc_ui_load_user : " {{ lookup('env', 'TPA_OIDC_UI_LOAD_USER ') | default('true', true) }}"
3939tpa_single_node_oidc_ui_scope : " {{ lookup('env', 'TPA_OIDC_UI_SCOPE') | default('', true) }}"
4040
4141# # AWS OIDC fields
You can’t perform that action at this time.
0 commit comments