-
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
Add support for ed25519 #11780
Add support for ed25519 #11780
Conversation
Update instructions in regards to azure AD Authentication and OIDC
this should be a draft. |
Thanks for working on this! Let us know if you need anything from our end to get this done. |
Any pointers on testing and setting up a dev environments? I searched casually on this github repo for some sort of developer getting started manual. |
@annerajb The readme on the repo should assist with that. In your case, you can do You can find tests for reference here. |
Working slowly on this. Not sure why the license/CLA still shows pending. But I guess we can deal with that later. |
Thanks that was helpful. Can you assist me with the following?
|
…nto feature/support-ed25519
Signed-off-by: Anner J. Bonilla <abonilla@hoyosintegrity.com>
Signed-off-by: Anner J. Bonilla <abonilla@hoyosintegrity.com>
Signed-off-by: Anner J. Bonilla <abonilla@hoyosintegrity.com>
@vishalnayak @hsimon-hashicorp The CI is failling on the yarn layer due to a deb package source using the expired DST lets encrypt certificate. Apart from that can you give another review of the code at this point i was able to utilize this branch to setup a pki with ed25519 both as root and intermediate signed the int csr from the root, also tested signing with a external root ca. locally when I run
|
@vishalnayak @hsimon-hashicorp can somebody remove the label waiting-for-response? |
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.
This is looking great to me!
what would be the next step apart from I assume another set of eyes to review this? (anything I can do in the meantime?) |
Thank you @annerajb for your contribution! 🎉 |
This is the 25519 portion of this issue #8252