Skip to content

Commit 6f96b1c

Browse files
authored
Merge pull request #11288 from owncloud/update_ocis_claim_envvar_descriptions
[docs-only] Update OCIS_CLAIM_xxx envvar texts
2 parents 618a1ed + 2d12ee3 commit 6f96b1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services/proxy/pkg/config/config.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ type Events struct {
234234

235235
// ClaimSpaceManagement holds the configuration for claim managed spaces
236236
type ClaimSpaceManagement struct {
237-
Enabled bool `yaml:"enabled" env:"OCIS_CLAIM_MANAGED_SPACES_ENABLED" desc:"Enables space management through OIDC claims." introductionVersion:"%%NEXT%%"`
238-
Claim string `yaml:"claim" env:"OCIS_CLAIM_MANAGED_SPACES_CLAIMNAME" desc:"The name of the claim used for space management." introductionVersion:"%%NEXT%%"`
239-
Regexp string `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+
Enabled bool `yaml:"enabled" env:"OCIS_CLAIM_MANAGED_SPACES_ENABLED" desc:"Enables Space management through OIDC claims." introductionVersion:"%%NEXT%%"`
238+
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 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%%"`
241241
}

0 commit comments

Comments
 (0)