-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix bug with allowed_users_template and add allowed_domains_template for SSH role #16056
Conversation
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! |
…s_template field in SSH role configuration, closes hashicorp#10943
Hi @schultz-is Thanks for the review. I rebased on the current state of |
Thanks for the contribution @f4z3r! |
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 thatallowed_users_template
actually affected the domain templating. I also directly added the documentation for it.