-
Notifications
You must be signed in to change notification settings - Fork 1
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
SSH key uploads not working #850
Comments
This issue was reported by @rtapella |
I don't think there are issues with the upload. I was able to upload a public key and retrieve it from my workspace using this snippet: ''' r = maap.profile.account_info() We should probably provide users with feedback on the upload, though, and also list available keys. |
Investigated the issue, looks like we are no longer returning the fields needed to display ssh key information when making a call to the Will add the fields back to this endpoint and test. |
The fixes we applied to maap-api addressed the issue and the resolution was verified to be working in DIT. We need to promote the change to UAT for testing. |
Describe the bug
The SSH upload feature in the portal doesn't work as expected. After submitting your public ssh key, no status of the upload process or of the ssh key info is saved to your profile.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After submitting your SSH public key, a user should be informed that the process was successful and the UI should list the name of the SSH public key file that was uploaded and added to the user's account.
Screenshots
The text was updated successfully, but these errors were encountered: