Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muchobien/configure-aws-secrets-manager
A Github action to load secrets from AWS Secrets Manager into the environment
https://github.com/muchobien/configure-aws-secrets-manager
action actions aws-secrets-manager environment-variables github-actions typescript
Last synced: 7 days ago
JSON representation
A Github action to load secrets from AWS Secrets Manager into the environment
- Host: GitHub
- URL: https://github.com/muchobien/configure-aws-secrets-manager
- Owner: muchobien
- License: mit
- Created: 2022-08-17T21:45:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T19:20:25.000Z (6 months ago)
- Last Synced: 2024-05-28T16:30:45.993Z (6 months ago)
- Topics: action, actions, aws-secrets-manager, environment-variables, github-actions, typescript
- Language: TypeScript
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "Configure AWS Secrets Manager" Action For GitHub Actions
A Github action to load secrets from AWS Secrets Manager into the environment
## Usage
Add the following step to your workflow:
```yaml
- name: Configure AWS Secrets Manager
uses: muchobien/configure-aws-secrets-manager@v2
with:
secret-id: mysecret
version-id: someversion # optional
stage: dev # optional
exporters: env,output,file # default, optional
overrides: 'false' # optional, default false (override existing environment variables)
file-path: ./.env # optional, default ./.env
```## License Summary
This code is made available under the MIT license.