-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Google Secret Manager as a Source #168
base: master
Are you sure you want to change the base?
Conversation
@henriquebastos - if you're in agreement to support this, I can take some time to update the Readme with the new option. |
I was just looking for this! Thanks for contributing @Dresdn I hope this gets accepted soon |
@Dresdn thank you for your contribution.
In case of In case of Wdyt? |
Those are great ideas @henriquebastos, and apologize for being lazy and plopping in the class I used in my project. For For Let me know your thoughts and I'll clean up the PR and add some documentation too. |
621e6bb
to
8ac622c
Compare
This should be ready to go @henriquebastos (minus my default editor settings trying to change everything). I ended up just extending |
8ac622c
to
72c799d
Compare
Original Credit: https://www.codingforentrepreneurs.com/blog/google-secrets-python-decouple-github-actions/
Working with Google Secret Manager, the config is provided back as a string. To support the format, a
RepositoryString
class has been created which parses a string in.env
format.