Skip to content

Commit

Permalink
Sso* -> SSO*
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov committed Jan 2, 2024
1 parent 1bed021 commit 6546a80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions api/v1alpha1/toolchainconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ type RegistrationServiceAuthConfig struct {
// +optional
AuthClientPublicKeysURL *string `json:"authClientPublicKeysURL,omitempty"`

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

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

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

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

4 changes: 2 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 6546a80

Please sign in to comment.