Skip to content

Commit

Permalink
auth: add env and ini var for mount_point option
Browse files Browse the repository at this point in the history
This makes most sense; it is part of the credentials needed to
authenticate with vault, e.g. on servers with multiple independent
AppRole mountpoints.
  • Loading branch information
horazont committed Nov 1, 2021
1 parent 8d5d5e2 commit b86b5e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/doc_fragments/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ class ModuleDocFragment(object):
vars:
- name: ansible_hashi_vault_auth_method
version_added: 1.2.0
mount_point:
env:
- name: ANSIBLE_HASHI_VAULT_MOUNT_POINT
version_added: 1.5.0
ini:
- section: hashi_vault_collection
key: mount_point
version_added: 1.5.0
vars:
- name: ansible_hashi_vault_mount_point
version_added: 1.5.0
token:
env:
- name: ANSIBLE_HASHI_VAULT_TOKEN
Expand Down

0 comments on commit b86b5e6

Please sign in to comment.