Skip to content

Commit

Permalink
fix: change default config for the role mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored Feb 27, 2024
1 parent 8e096ac commit 76e2331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/proxy/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
},
Expand Down

0 comments on commit 76e2331

Please sign in to comment.