vault
vault copied to clipboard
fix bug with allowed_users_template and add allowed_domains_template for SSH role
This implements the allowed_domains_template
field when configuring SSH roles on the SSH secret engine (as explained in issue #10943). It also fixes an issue that allowed_users_template
actually affected the domain templating. I also directly added the documentation for it.
This should also fix #14901.
@taoism4504 is any additional work required for this? Thanks 😃
Thanks @f4z3r! I'll see if I can get an engineer to review this soon. :)
Howdy @f4z3r, thanks for the contribution! This looks great!
Edit: Looks like there are a couple merge conflicts. If you can fix those up we can bring this in. Again, thanks for tackling this!
Hi @schultz-is Thanks for the review. I rebased on the current state of main
; conflicts should be resolved.
Thanks for the contribution @f4z3r!