fix: change default config for the role mapping

This commit is contained in:
Michael Barz
2024-02-27 15:53:42 +01:00
committed by Ralf Haferkamp
parent 23eafebf24
commit 643d4ccbfb
2 changed files with 6 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ func DefaultConfig() *config.Config {
{RoleName: "admin", ClaimValue: "ocisAdmin"},
{RoleName: "spaceadmin", ClaimValue: "ocisSpaceAdmin"},
{RoleName: "user", ClaimValue: "ocisUser"},
{RoleName: "guest", ClaimValue: "ocisGuest"},
{RoleName: "user-light", ClaimValue: "ocisGuest"},
},
},
},