Documentation
¶
Overview ¶
Package config provides the config for specific delegated auth exchanges
Index ¶
Constants ¶
View Source
const ProviderAWS = "aws"
ProviderAWS is the specifier for the AWS provider type
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSProviderConfig ¶
type AWSProviderConfig struct {
// Region specifies the AWS region. If empty, auto-detects from EC2 metadata.
Region string
}
AWSProviderConfig contains AWS-specific configuration for delegated auth. Implements common.ProviderConfig interface.
func (*AWSProviderConfig) ProviderName ¶
func (c *AWSProviderConfig) ProviderName() string
ProviderName returns the provider name for AWS.
Click to show internal directories.
Click to hide internal directories.