You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/proxy/pkg/config/config.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,6 @@ type Events struct {
236
236
typeClaimSpaceManagementstruct {
237
237
Enabledbool`yaml:"enabled" env:"OCIS_CLAIM_MANAGED_SPACES_ENABLED" desc:"Enables Space management through OIDC claims." introductionVersion:"%%NEXT%%"`
238
238
Claimstring`yaml:"claim" env:"OCIS_CLAIM_MANAGED_SPACES_CLAIMNAME" desc:"The name of the claim used to manage Spaces." introductionVersion:"%%NEXT%%"`
239
-
Regexpstring`yaml:"regexp" env:"OCIS_CLAIM_MANAGED_SPACES_REGEXP" desc:"The regular expression that extracts Space ID\'s and roles from a claim." introductionVersion:"%%NEXT%%"`
239
+
Regexpstring`yaml:"regexp" env:"OCIS_CLAIM_MANAGED_SPACES_REGEXP" desc:"The regular expression that extracts Space IDs and roles from a claim." introductionVersion:"%%NEXT%%"`
240
240
Mapping []string`yaml:"mapping" env:"OCIS_CLAIM_MANAGED_SPACES_MAPPING" desc:"(Optional) Mapping of OIDC roles to ocis Space roles. Example: 'oidcroleA:viewer,oidcroleB:manager'" introductionVersion:"%%NEXT%%"`
0 commit comments