-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update existing SSH permission requests to match new backend data structures #140
Update existing SSH permission requests to match new backend data structures #140
Conversation
ce625a7
to
9d7d5ea
Compare
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, just a small style nit/question.
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.
Oops, clicked too quickly and forgot to actually select "Approve".
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.
I'd probably re-write the PR description. I believe this change is more about updating for the new permission-request data structure used by the P0 backend.
Other than that, just the tiniest of style feedback.
This PR changes the permission request data structures for AWS, Azure, and Google Cloud SSH to be in line with our most recent changes to the P0 backend.
These change impact the construction of SSH commands. This latest version is necessary to continue making valid SSH requests.