Skip to content

Data pump between AWS secret manager and CircleCI context passwords

Notifications You must be signed in to change notification settings

Mudpuppy12/aws2circleci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This script will sync aws secrets to circleci. AWS will be the single authority for keys and secrets.

Requirements

  • AWS access key setup in your environment.
  • CircleCI personal access token.
  • Python boto3 libaries installed.

Usage

Edit the config.ini with the required settings.

# ./update-circle.py
>

Output shows the secrets that are synced to circleCi. Secrets in AWS tagged as CIRCLECI are synced.

Limitations

There is a max limit of 100 secrets/context catagories that will sync. Ajust script if you have more.

Additional information

About

Data pump between AWS secret manager and CircleCI context passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages