-
Notifications
You must be signed in to change notification settings - Fork 29
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
Icu 5651 create spk type #1266
Icu 5651 create spk type #1266
Conversation
Add query param to the credential route in order to support the new ssh private key type β Closes: ICU-5649
β¦ICU-5651-create-spk-type
β¦ICU-5651-create-spk-type
Add functionality for creating a ssh private key credential and add corresponding acceptance tests. β Closes: ICU-5651
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
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!
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.
There's a few things that I know was present/copied from elsewhere but I think should be cleaned up as we're adding new code.
I commented on some things for one form but it should be applied for both forms.
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
ui/admin/app/routes/scopes/scope/credential-stores/credential-store/credentials/new.js
Show resolved
Hide resolved
Great catch @ZedLi. I didn't realize some of these properties were outdated. Thanks! |
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!
ui/admin/app/components/form/credential/ssh_private_key/index.hbs
Outdated
Show resolved
Hide resolved
Co-authored-by: Cameron Perera <[email protected]>
ui/admin/app/routes/scopes/scope/credential-stores/credential-store/credentials/new.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Randall Morey <[email protected]>
Co-authored-by: Randall Morey <[email protected]>
Co-authored-by: Zhihe Li <[email protected]>
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!
ποΈ Jira ticket
π§βπ» Admin preview
Description
Add functionality for creating a ssh private key credential and add corresponding acceptance tests.