Skip to content
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

UI: PKI stub configure page #18349

Merged
merged 9 commits into from
Dec 14, 2022
Merged

UI: PKI stub configure page #18349

merged 9 commits into from
Dec 14, 2022

Conversation

hashishaw
Copy link
Collaborator

@hashishaw hashishaw commented Dec 13, 2022

  • Check for PKI config on overview page and show empty state if no config
  • Stub configuration landing page (each form is a separate ticket)

Screen Shot 2022-12-13 at 4 07 29 PM

@@ -3,6 +3,7 @@ import buildRoutes from 'ember-engines/routes';
export default buildRoutes(function () {
this.route('overview');
this.route('configuration', function () {
this.route('index', { path: '/' });
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this route so that the "read configuration" contents don't render on child paths

if (model) {
return model.get('firstObject');
}
}),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if you need this, but since this is in a hash you may need a catch statement if any promises fail

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it fails the page will load the error state, which is what we want

Copy link
Contributor

@kiannaquach kiannaquach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@hashishaw hashishaw enabled auto-merge (squash) December 14, 2022 17:10
@hashishaw hashishaw merged commit 83c0077 into main Dec 14, 2022
divyaac pushed a commit that referenced this pull request Dec 14, 2022
AnPucel pushed a commit that referenced this pull request Jan 14, 2023
AnPucel pushed a commit that referenced this pull request Jan 25, 2023
AnPucel pushed a commit that referenced this pull request Feb 3, 2023
jayant07-yb pushed a commit to jayant07-yb/hashicorp-vault-integrations that referenced this pull request Mar 15, 2023
@hashishaw hashishaw deleted the ui/VAULT-6512/pki-configure-page branch May 6, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants