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
Hello!
It seems that configuration of allowed_other_sans parameter in hashivault_pki_role is broken and fails with "config item 'allowed_other_sans' has wrong data format" for any valid value. As far as I can tell it is due to wrong parameter type where it was supposed to get changed from 'str' to 'list', but was changes to 'type'.
Not just a docs bug, as it seems documentation is also used for simple parameter validation. But you are right, should be a one liner.
As for PR, it seems I can't create a branch for the issue. Missing the button.
sschmittsva
added a commit
to sschmittsva/ansible-modules-hashivault
that referenced
this issue
Oct 19, 2023
Hello!
It seems that configuration of allowed_other_sans parameter in hashivault_pki_role is broken and fails with "config item 'allowed_other_sans' has wrong data format" for any valid value. As far as I can tell it is due to wrong parameter type where it was supposed to get changed from 'str' to 'list', but was changes to 'type'.
https://github.com/TerryHowe/ansible-modules-hashivault/blob/main/ansible/modules/hashivault/hashivault_pki_role.py#L127
The text was updated successfully, but these errors were encountered: