Skip to content
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

hashi_vault - add alternate methods (env, ini, vars) for ca_cert option #97

Merged
merged 3 commits into from
Jun 19, 2021

Conversation

briantist
Copy link
Collaborator

SUMMARY

Fixes #75

Adds env:

Adds vars:

  • ansible_hashi_vault_ca_cert

Adds INI:

  • ca_cert key in existing lookup_hashi_vault section.
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

hashi_vault

ADDITIONAL INFORMATION

@briantist briantist added the enhancement New feature or request label Jun 18, 2021
@briantist briantist added this to the v1.2.0 milestone Jun 18, 2021
@briantist briantist self-assigned this Jun 18, 2021
@briantist
Copy link
Collaborator Author

cc @ArchLayperson

@codecov
Copy link

codecov bot commented Jun 18, 2021

Codecov Report

Merging #97 (8f4c29b) into main (5a71552) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files          16       16           
  Lines         787      787           
  Branches       78       78           
=======================================
  Hits          653      653           
  Misses        120      120           
  Partials       14       14           
Impacted Files Coverage Δ
plugins/doc_fragments/connection.py 100.00% <ø> (ø)
plugins/module_utils/_hashi_vault_common.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a71552...8f4c29b. Read the comment docs.

@briantist briantist merged commit 42c0212 into ansible-collections:main Jun 19, 2021
@briantist briantist moved this from In progress to Done in Environment Variable Standardization Jun 19, 2021
briantist added a commit that referenced this pull request Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

[env] Support reading a ca certificate path from VAULT_CACERT
2 participants