Skip to content

Commit 3722450

Browse files
committed
tidy OOD auth defaults
1 parent b3cd98f commit 3722450

File tree

1 file changed

+5
-1
lines changed
  • ansible/roles/openondemand/defaults

1 file changed

+5
-1
lines changed

ansible/roles/openondemand/defaults/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
openondemand_auth: # "oidc" or "basic_pam"
55
openondemand_mapping_users: []
66

7-
## Variables for `openondemand_auth=oidc` :
7+
# Variables for openondemand_auth='oidc'
88
openondemand_oidc_client_id:
99
openondemand_oidc_client_secret:
1010
openondemand_oidc_provider_url:
1111
openondemand_oidc_crypto_passphrase:
1212
openondemand_oidc_remote_user_claim: preferred_username
1313
openondemand_oidc_scope: openid profile preferred_username
14+
openondemand_mapping_users: []
15+
16+
# Variables for openondemand_auth='basic_pam'
17+
# None.
1418

1519
# SSL Certificates
1620
openondemand_ssl_cert: /etc/pki/tls/certs/localhost.crt

0 commit comments

Comments
 (0)