Skip to content

Commit

Permalink
SSO Configuration for web login to SSO
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov committed Dec 21, 2023
1 parent 34f7cb3 commit 1bed021
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
12 changes: 10 additions & 2 deletions api/v1alpha1/toolchainconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,17 +291,25 @@ type RegistrationServiceAuthConfig struct {
// +optional
AuthClientLibraryURL *string `json:"authClientLibraryURL,omitempty"`

// AuthClientConfigContentType specifies the auth config config content type
// AuthClientConfigContentType specifies the auth config content type
// +optional
AuthClientConfigContentType *string `json:"authClientConfigContentType,omitempty"`

// AuthClientConfigRaw specifies the URL used to a access the registration service
// AuthClientConfigRaw specifies the URL used to access the registration service
// +optional
AuthClientConfigRaw *string `json:"authClientConfigRaw,omitempty"`

// AuthClientPublicKeysURL specifies the public keys URL
// +optional
AuthClientPublicKeysURL *string `json:"authClientPublicKeysURL,omitempty"`

// SsoBaseURL specifies the SSO base URL such as https://sso.redhat.com
// +optional
SsoBaseURL *string `json:"ssoBaseURL,omitempty"`

// SsoRealm specifies the SSO realm name
// +optional
SsoRealm *string `json:"ssoRealm,omitempty"`
}

// RegistrationServiceVerificationConfig contains the subset of registration service configuration parameters related to verification
Expand Down
10 changes: 10 additions & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions api/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bed021

Please sign in to comment.