Documentation ¶
Index ¶
- func GetAWSProvider(store esv1beta1.GenericStore) (*esv1beta1.AWSProvider, error)
- func IsReferentSpec(prov esv1beta1.AWSAuth) bool
- func ParameterTagsToJSONString(tags []*ssm.Tag) (string, error)
- func SanitizeErr(err error) error
- func SecretTagsToJSONString(tags []*awssm.Tag) (string, error)
- func ValidateDeleteSecretInput(input awssm.DeleteSecretInput) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAWSProvider ¶ added in v0.3.0
func GetAWSProvider(store esv1beta1.GenericStore) (*esv1beta1.AWSProvider, error)
GetAWSProvider does the necessary nil checks on the generic store it returns the aws provider or an error.
func IsReferentSpec ¶ added in v0.7.2
func ParameterTagsToJSONString ¶ added in v0.7.3
func SecretTagsToJSONString ¶ added in v0.7.3
func ValidateDeleteSecretInput ¶ added in v0.9.10
func ValidateDeleteSecretInput(input awssm.DeleteSecretInput) error
ValidateDeleteSecretInput validates the DeleteSecretInput. The AWS sdk v2 does not validate the input before making the API call, leaving it to the API to return the error. This function allows one to validate the input before any such call is made. See: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/secretsmanager#DeleteSecretInput
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.