Skip to content

Commit b9d6749

Browse files
committed
UI_LOAD_USER
Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent c72bf64 commit b9d6749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/tpa_single_node/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tpa_single_node_oidc_frontend_id: "{{ lookup('env', 'TPA_OIDC_FRONTEND_ID') | de
3535
tpa_single_node_oidc_client_id: "{{ lookup('env', 'TPA_OIDC_CLIENT_ID') | default('None', true) }}"
3636
tpa_single_node_oidc_client_secret: "{{ lookup('env', 'TPA_OIDC_CLIENT_SECRET') | default('None', true) }}"
3737
tpa_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) }}"
3939
tpa_single_node_oidc_ui_scope: "{{ lookup('env', 'TPA_OIDC_UI_SCOPE') | default('', true) }}"
4040

4141
## AWS OIDC fields

0 commit comments

Comments
 (0)