-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Expose ssh algorithm_signer in web interface (#10114) #10299
Conversation
89eacd4
to
49f5425
Compare
d7facce
to
7c84739
Compare
7c84739
to
6bc7641
Compare
6bc7641
to
b98267f
Compare
* Adds allowed values for algorithm_signer to ssh plugin API * Adds algorithm_signer as field in UI
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
b98267f
to
a00b405
Compare
Hey there @bluestealth! The changes look good to me; I've force-pushed your remote branch to resolve conflicts from another PR that's merged, and added the missing changelog entry. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for contributing (and @cipherboy for discovering)
Approving - but waiting to confirm with design before merging
Back on sustaining rotation and just realized I never followed up on this! Had to run tests locally since only backend tests ran on this PR. (Branches that aren't prefixed with |
@hellobontempo thanks for merging this! It think I found a bug that is introduced in this PR due to #14006, I opened #17894 for this new "default" value that can be passed in |
Implements: #10114