Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


CodeQL
build-test

# "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.