Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { Type OCIPrincipalType Config AuthConfig }
type AuthConfig ¶
type AuthConfig struct { Region string `yaml:"region"` TenancyID string `yaml:"tenancy"` UserID string `yaml:"user"` PrivateKey string `yaml:"privateKey"` Fingerprint string `yaml:"fingerprint"` Passphrase string `yaml:"passphrase"` }
func (*AuthConfig) Validate ¶
func (config *AuthConfig) Validate() error
type AuthConfigYaml ¶
type IngressOpts ¶
type OCIPrincipalType ¶
type OCIPrincipalType string
const ( Instance OCIPrincipalType = "instance" User OCIPrincipalType = "user" WorkloadIdentity OCIPrincipalType = "workloadIdentity" )
func MapToPrincipalType ¶
func MapToPrincipalType(authType string) (OCIPrincipalType, error)
Click to show internal directories.
Click to hide internal directories.