Skip to content

Commit

Permalink
update deffault auth examples to correct openid instead of oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshi-mantu committed Jul 6, 2023
1 parent 0366e9a commit 89c26cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/allure-testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,11 @@ allure:
uaaContextPath: "/uaa/"
reportContextPath: "/rs/"
auth:
# Available options system / oidc / saml2 / ldap
# Available options system / openid / saml2 / ldap
primary: system
# Possible roles: ROLE_ADMIN, ROLE_USER, ROLE_AUDITOR
# set to ROLE_AUDITOR for better licence consumption control
defaultRole: ROLE_USER
defaultRole: ROLE_AUDITOR
# do not configure LDAP without LDAP admin near you
ldap:
enabled: false
Expand Down Expand Up @@ -369,7 +369,7 @@ allure:
userInfoURI:
# example (https://your-subdomain.oktapreview.com/oauth2/v1/keys)
jwksURI:
# Syncs User Role by Group membership on any login
# Syncs User Role by Group membership on login
syncRoles: false
# Maps your OIDC groups on Allure Groups
userGroupName: allure_users
Expand Down

0 comments on commit 89c26cd

Please sign in to comment.