Skip to content

Commit 2d12ee3

Browse files
authored
Update services/proxy/pkg/config/config.go
1 parent 52c19ec commit 2d12ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/proxy/pkg/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ type Events struct {
236236
type ClaimSpaceManagement struct {
237237
Enabled bool `yaml:"enabled" env:"OCIS_CLAIM_MANAGED_SPACES_ENABLED" desc:"Enables Space management through OIDC claims." introductionVersion:"%%NEXT%%"`
238238
Claim string `yaml:"claim" env:"OCIS_CLAIM_MANAGED_SPACES_CLAIMNAME" desc:"The name of the claim used to manage Spaces." introductionVersion:"%%NEXT%%"`
239-
Regexp string `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+
Regexp string `yaml:"regexp" env:"OCIS_CLAIM_MANAGED_SPACES_REGEXP" desc:"The regular expression that extracts Space IDs and roles from a claim." introductionVersion:"%%NEXT%%"`
240240
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%%"`
241241
}

0 commit comments

Comments
 (0)