actions-marketplace-validations/aws-secrets-manager-builder

This action gets your environment vars and map them into a secret file to apply in your EKS Cluster

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
AWS_EKS_ACCESS_KEYyour AWS access key with the necessary permissionsyes
AWS_EKS_SECRET_KEYyour AWS secret key with the necessary permissionsyes
eks_secrets_configsArray manifiest to get the secrets from aws and set the secrets name for ek8 fileyes
output_secret_namespacenamespace where for your EKS file. This name will be used in your deployment or configMaps filesyes
output_typeYou can choose yaml or send your file directly to EKS. If yaml is choosed you need to specify the path to locate your filenoEKS
output_file_nameName of your output file with all the secretes foundoutput.yaml
namedescription
final_stringthe generated secret in a string format