Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
ajust default roles for ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-stauffer committed Feb 8, 2024
1 parent 506967c commit 1aa5008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const (
AUTO_CNF_DEFAULT_ENTITY_ID = utils.UTILS_OWN_URL_PLACEHOLDER + "/saml/metadata"
AUTO_CNF_DEFAULT_LOGIN_FAIL_URL = utils.UTILS_OWN_URL_PLACEHOLDER + "/noLogin"
AUTO_CNF_DEFAULT_USERNAME_ATTR = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"
AUTO_CNF_DEFAULT_SYSTEM_PERMISSION = "regular"
AUTO_CNF_DEFAULT_PROJ_PERMISSION = "operator"
AUTO_CNF_DEFAULT_SYSTEM_PERMISSION = "System user"
AUTO_CNF_DEFAULT_PROJ_PERMISSION = "Project user"
AUTO_CNF_DEFAULT_CERT_VALID_DAYS = 3650
AUTO_CNF_DEFAULT_KEY_LENGTH = 4096
)
Expand Down

0 comments on commit 1aa5008

Please sign in to comment.