Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveVaultGatewayURL ¶
func ResolveVaultGatewayURL(tenantCtx *tenantctx.EnvironmentContext, envSet *environments.EnvironmentSet) string
ResolveVaultGatewayURL returns the vault gateway URL for secrets operations. Precedence: CRE_VAULT_DON_GATEWAY_URL env var, then context.yaml vault_gateway_url, then the embedded default from EnvironmentSet.
Types ¶
type HTTPClient ¶
type HTTPClient struct {
URL string
Client *http.Client
RetryAttempts uint
RetryDelay time.Duration
}
func (*HTTPClient) PostWithBearer ¶
Click to show internal directories.
Click to hide internal directories.