community.hashi_vault icon indicating copy to clipboard operation
community.hashi_vault copied to clipboard

Move `parse_kev_term` into the `hashi_vault` lookup

Open briantist opened this issue 1 year ago • 0 comments

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 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

briantist avatar Feb 26 '23 19:02 briantist