aws-secrets-github-sync icon indicating copy to clipboard operation
aws-secrets-github-sync copied to clipboard

Sync GitHub repository secrets from AWS Secrets Manager

Results 3 aws-secrets-github-sync issues
Sort by recently updated
recently updated
newest added

Hello, I tried this tool with the right pre-reqs (authenticated github and also have the right aws creds) and I get this error. Am I missing something? `$ aws-secrets-github-sync -s...

This PR adds the -e/--environment flags, in order to specify github [environments](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) for secret syncing. Would appreciate any feedback, especially on testing concerns.

## Summary This PR adds improved error handling when interfacing with the GitHub CLI or AWS SecretsManager. When I first used this project I did not have permission to one...