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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| AWS_EKS_ACCESS_KEY | your AWS access key with the necessary permissions | yes | — |
| AWS_EKS_SECRET_KEY | your AWS secret key with the necessary permissions | yes | — |
| eks_secrets_configs | Array manifiest to get the secrets from aws and set the secrets name for ek8 file | yes | — |
| output_secret_namespace | namespace where for your EKS file. This name will be used in your deployment or configMaps files | yes | — |
| output_type | You can choose yaml or send your file directly to EKS. If yaml is choosed you need to specify the path to locate your file | no | EKS |
| output_file_name | Name of your output file with all the secretes found | — | output.yaml |
Outputs
| name | description |
|---|---|
| final_string | the generated secret in a string format |