-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adds Public-Key to GetMetadata Call #159
Conversation
@edda new json will look like:
|
Lgtm but I‘n already working on this since before Christmas. I have something similar like this in an umpushed branch. We can use this and I adjust my code but I already assigned all related tickets to me as I already have 90% of th Code done. |
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
@edda Please review and merge at you earliest convenience. I will then continue my work on the remaining ssh key stuff based on this PR. |
Oops, sorry. This PR literally took me 1 minute. I was looking into the API and whether the public-key actually falls out. I don't mind either way. |
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
Will start to prepare the UI as discussed so we can roll this out when the rest is ready
This PR adds the public-key to the
getmetadata
call. The intention is to use this as a convenience feature in the UI.The key will be copied to a free-text field. Alernatively the user will be able to provide a whole different key by herself.
Fixes #156