Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.21.1
type Config struct {
TokenUrl string `json:"tokenUrl" yaml:"tokenUrl"`
AuthUrl string `json:"authUrl" yaml:"authUrl"`
ClientId string `json:"clientId" yaml:"clientId"`
ClientSecret string `json:"clientSecret" yaml:"clientSecret"`
Scopes []string `json:"scopes" yaml:"scopes"`
CachedToken *oauth2.Token `json:"cachedToken,omitempty" yaml:"cachedToken,omitempty"`
}
Config is the configuration for using OAuth2.0 to authenticate with Spinnaker
Click to show internal directories.
Click to hide internal directories.