package
Version:
v0.28.71
Opens a new window with list of versions in this module.
Published: Jan 28, 2025
License: MIT
Opens a new window with license information.
Imports: 31
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AWSDefaultEnvironment struct {
DEFAULT_OUTPUT string
DEFAULT_REGION string
}
type AWSRoleEnvironment struct {
READER_ROLE_NAME string `required:"true"`
ORG_ROLE_ARNS []string `required:"true"`
}
type HoneycombEnvironment struct {
SECRET_KEY string
DATASET_NAME string `default:"aws-oidc"`
SERVICE_NAME string `default:"aws-oidc"`
}
type OktaWebserverEnvironment struct {
PRIVATE_KEY string `required:"true"`
SERVICE_CLIENT_ID string `required:"true"`
CLIENT_ID string `required:"true"`
ISSUER_URL string `required:"true"`
}
type SentryEnvironment struct {
DSN string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.