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

Move parse_kev_term into the hashi_vault lookup #351 #451

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MainakSil
Copy link

SUMMARY
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

Move parse_kev_term into the hashi_vault lookup

ADDITIONAL INFORMATION

parse_kev_term is used to parse key=value pairs from a term string for filling in options. It's only used in the hashi_vault lookup, but it currently exists in our lookup base class, and it really doesn't need to be there.

Since we plan to not support this method of supplying options in any other plugins, it is moved up into the one lookup where it's used.

The parse_kev_term here
https://github.com/ansible-collections/community.hashi_vault/blob/main/plugins/plugin_utils/_hashi_vault_lookup_base.py#L30-L47

is deleted from that class and moved to LookupModule class in hashi_vault.py in lookup folder

The parse_kev_term is just shifted from one class to other, thus there is no change in output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant