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
+4-4
Original file line number
Diff line number
Diff line change
@@ -234,8 +234,8 @@ type Events struct {
234
234
235
235
// ClaimSpaceManagement holds the configuration for claim managed spaces
236
236
typeClaimSpaceManagementstruct {
237
-
Enabledbool`yaml:"enabled" env:"OCIS_CLAIM_MANAGED_SPACES_ENABLED" desc:"Enables space management through OIDC claims." introductionVersion:"%%NEXT%%"`
238
-
Claimstring`yaml:"claim" env:"OCIS_CLAIM_MANAGED_SPACES_CLAIMNAME" desc:"The name of the claim used for space management." introductionVersion:"%%NEXT%%"`
239
-
Regexpstring`yaml:"regexp" env:"OCIS_CLAIM_MANAGED_SPACES_REGEXP" desc:"The regular expression that extracts spaceid and role from a claim." introductionVersion:"%%NEXT%%"`
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%%"`
237
+
Enabledbool`yaml:"enabled" env:"OCIS_CLAIM_MANAGED_SPACES_ENABLED" desc:"Enables Space management through OIDC claims." introductionVersion:"%%NEXT%%"`
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 IDs and roles from a claim." introductionVersion:"%%NEXT%%"`
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