ansible-modules-hashivault icon indicating copy to clipboard operation
ansible-modules-hashivault copied to clipboard

`hashivault_pki_role` is missing a bunch of the more recent options

Open bendem opened this issue 2 years ago • 0 comments

It looks like the code will ignore any new parameter that's not included in this module, which means you need to be very fast when vault provides new versions with additional parameters.

Another way would be to pass unknown parameters in the config key as is.

Currently, I see the following options missing for pki_role (I'm sure other modules are affected as well):

  • issuer_ref
  • allow_wildcard_certificates
  • allowed_uri_sans_template
  • allowed_serial_numbers
  • signature_bits
  • use_pss
  • not_after
  • cn_validations

bendem avatar Jan 31 '23 13:01 bendem