Documentation ¶
Overview ¶
package env keeps calls for global flags or configuration in one place
Index ¶
- func AWSIntegrationTestEnabled() bool
- func AWSOIDCProviderARN() string
- func AWSOIDCProviderURL() string
- func AWSPrincipalPermissionsBoundaryARN() string
- func AWSRDSSecurityGroupID() string
- func AWSRDSSubnetGroupName() string
- func AWSRedisSecurityGroupID() string
- func AWSRedisSubnetGroupName() string
- func AWSRoleArn() string
- func ClusterName() string
- func ImageRegistryCredentialsRenewalInterval() time.Duration
- func MustGet(key string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AWSIntegrationTestEnabled ¶
func AWSIntegrationTestEnabled() bool
AWSIntegrationTestEnabled returns true if we should run the integration tests
func AWSOIDCProviderARN ¶
func AWSOIDCProviderARN() string
AWSOIDCProviderARN is the URL of the OIDC provider for our EKS cluster
func AWSOIDCProviderURL ¶
func AWSOIDCProviderURL() string
AWSOIDCProviderURL is the URL of the OIDC provider for our EKS cluster
func AWSPrincipalPermissionsBoundaryARN ¶
func AWSPrincipalPermissionsBoundaryARN() string
AWSPrincipalPermissionsBoundaryARN is the arn of the policy that limits permissions
func AWSRDSSecurityGroupID ¶
func AWSRDSSecurityGroupID() string
AWSRDSSecurityGroupID returns security group to assign to RDS provisioned resources
func AWSRDSSubnetGroupName ¶
func AWSRDSSubnetGroupName() string
AWSRDSSubnetGroupName returns the subnet to provision RDS resources into
func AWSRedisSecurityGroupID ¶
func AWSRedisSecurityGroupID() string
AWSRedisSecurityGroupID returns security group to assign to Redis provisioned resources
func AWSRedisSubnetGroupName ¶
func AWSRedisSubnetGroupName() string
AWSRedisSubnetGroupName returns the subnet to provision Redis resources into
func AWSRoleArn ¶
func AWSRoleArn() string
func ClusterName ¶
func ClusterName() string
ClusterName returns the name of the cluster. panics if missing.
Types ¶
This section is empty.