package
1.95.0
Repository: https://github.com/getoutreach/gobox.git
Documentation: pkg.go.dev

# Functions

AuthorizeCredentials generates AWS credentials and either writes them to the AWS credentials file, or outputs credential provider JSON to STDOUT.
DefaultCredentialOptions uses the default role and profile for accessing AWS.
DefaultCredentialOptionsWithLog uses the default role and profile for accessing AWS.
EnsureValidCredentials ensures that the current AWS credentials are valid and if they can expire it is attempted to rotate them when they are expired via the CLI tool specified in the box configuration.

# Constants

OutputCredentialProvider is the value used to specify that the CLI used needs to output credential provider compliant JSON, in okta-aws-cli v2 and later.
OutputCredentialProviderV1 is the value used to specify that the CLI used needs to output credential provider compliant JSON, in the forked version of okta-aws-cli v1.

# Structs

AuthorizeCredentialsOptions are optional arguments for the AuthorizeCredentials function.
CredentialOptions configures what credentials are provided.

# Type aliases

No description provided by the author