Skip to content

Commit

Permalink
remove deprecated env for role_id and secret_id
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Nov 3, 2021
1 parent 642ef89 commit ac20654
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugins/doc_fragments/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ class ModuleDocFragment(object):
version_added: '1.2.0'
role_id:
env:
- name: VAULT_ROLE_ID
deprecated:
why: standardizing environment variables
version: 2.0.0
collection_name: community.hashi_vault
alternatives: ANSIBLE_HASHI_VAULT_ROLE_ID
- name: ANSIBLE_HASHI_VAULT_ROLE_ID
version_added: 0.2.0
ini:
Expand All @@ -188,12 +182,6 @@ class ModuleDocFragment(object):
version_added: 1.2.0
secret_id:
env:
- name: VAULT_SECRET_ID
deprecated:
why: standardizing environment variables
version: 2.0.0
collection_name: community.hashi_vault
alternatives: ANSIBLE_HASHI_VAULT_SECRET_ID
- name: ANSIBLE_HASHI_VAULT_SECRET_ID
version_added: 0.2.0
vars:
Expand Down

0 comments on commit ac20654

Please sign in to comment.