You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, we should move it into the one lookup where it's used.
ISSUE TYPE
Feature Idea
The text was updated successfully, but these errors were encountered:
SUMMARY
https://github.com/ansible-collections/community.hashi_vault/blob/main/plugins/plugin_utils/_hashi_vault_lookup_base.py#L30-L47
parse_kev_term
is used to parsekey=value
pairs from a term string for filling in options. It's only used in thehashi_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, we should move it into the one lookup where it's used.
ISSUE TYPE
The text was updated successfully, but these errors were encountered: