-
Notifications
You must be signed in to change notification settings - Fork 65
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
auth: add env and ini var for mount_point option #171
auth: add env and ini var for mount_point option #171
Conversation
Hello @horazont and welcome! Thanks for submitting this. |
Codecov Report
@@ Coverage Diff @@
## main #171 +/- ##
=======================================
Coverage 91.68% 91.68%
=======================================
Files 40 40
Lines 1587 1587
Branches 123 123
=======================================
Hits 1455 1455
Misses 119 119
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
b86b5e6
to
a1846bf
Compare
Hi @briantist. Sorry for the late reaction, GitHub email notifications aren't reliable for me because they end up in my private inbox instead of my work inbox for this. Anyway, am I doing this right? :) |
@horazont please also rebase your branch against the upstream |
a1846bf
to
ed7a087
Compare
This makes most sense; it is part of the credentials needed to authenticate with vault, e.g. on servers with multiple independent AppRole mountpoints.
f8f68bf
to
2c6a957
Compare
##Docs Build 📝 Thank you for contribution!✨ This PR has been merged and the docs are now incorporated into |
@@ -0,0 +1,2 @@ | |||
minor_changes: | |||
- auth methods - Add support for configuring the ``mount_point`` auth method option in plugins via the ``HASHI_VAULT_MOUNT_POINT`` environment variable, ``ansible_hashi_vault_mount_point`` ansible variable, or ``mount_point`` INI section (https://github.com/ansible-collections/community.hashi_vault/pull/171). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I messed up the wording on this 🤦♂️ I'm going to merge this and "fix it in post" since I am on a short timeline for the release of 1.5.0 and then 2.0.0.
- auth methods - Add support for configuring the ``mount_point`` auth method option in plugins via the ``HASHI_VAULT_MOUNT_POINT`` environment variable, ``ansible_hashi_vault_mount_point`` ansible variable, or ``mount_point`` INI section (https://github.com/ansible-collections/community.hashi_vault/pull/171). | |
- auth methods - Add support for configuring the ``mount_point`` auth method option in plugins via the ``ANSIBLE_HASHI_VAULT_MOUNT_POINT`` environment variable, ``ansible_hashi_vault_mount_point`` ansible variable, or ``mount_point`` INI section (https://github.com/ansible-collections/community.hashi_vault/pull/171). |
* correct changelog wording for #171 * prepare 1.5.0 release * remove redundant scope in changelog * release 1.5.0
SUMMARY
This makes most sense; it is part of the credentials needed to
authenticate with vault, e.g. on servers with multiple independent
AppRole mountpoints.
ISSUE TYPE
COMPONENT NAME
auth methods
ADDITIONAL INFORMATION
Hopefully self-explanatory, if it is not, please let me know.