Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSOIDCCredsProvider ¶
type AWSOIDCCredsProvider struct { *credentials.Credentials // contains filtered or unexported fields }
AWSOIDCCredsProvider providers OIDC tokens and aws:STS credentials
func NewAwsOIDCCredsProvider ¶
func NewAwsOIDCCredsProvider( ctx context.Context, svc stsiface.STSAPI, conf *AwsOIDCCredsProviderConfig, ) (*AWSOIDCCredsProvider, error)
NewAWSOIDCCredsProvider returns an AWS credential provider using OIDC.
func (*AWSOIDCCredsProvider) FetchOIDCToken ¶
FetchOIDCToken will fetch an oidc token
Click to show internal directories.
Click to hide internal directories.