-
Notifications
You must be signed in to change notification settings - Fork 23
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
Added configuration to temporarily disable the vars plugin (eg in AWX). #114
Added configuration to temporarily disable the vars plugin (eg in AWX). #114
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
b379dfc
to
aa1075d
Compare
Codecov Report
@@ Coverage Diff @@
## main #114 +/- ##
==========================================
+ Coverage 65.30% 65.38% +0.07%
==========================================
Files 10 10
Lines 957 959 +2
Branches 227 228 +1
==========================================
+ Hits 625 627 +2
Misses 251 251
Partials 81 81
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
0300587
to
dafdd82
Compare
@apollo13 thanks for contributing this! |
Motivation
AWX stores all variables that it can parse which is very bad for security sensitive stuff :)
Changes description
I added a new env variable
SOPS_ANSIBLE_AWX_DISABLE_VARS_PLUGIN_TEMPORARILY
to disable the plugin temporarily. Can be used in AWX via a custom credential on the inventory source.Additional notes