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/control group db cred #12024

Merged
merged 6 commits into from
Jul 12, 2021
Merged

UI/control group db cred #12024

merged 6 commits into from
Jul 12, 2021

Conversation

hashishaw
Copy link
Contributor

Fix a bug where control groups were not working properly on database credential paths. It now works as expected (approver on left, requester on right):

database-creds-cg

The language for "Generate credentials" has also been updated for static type roles only:
Screen Shot 2021-07-08 at 2 18 44 PM
Screen Shot 2021-07-08 at 2 18 47 PM

Screen Shot 2021-07-08 at 2 18 52 PM

Screen Shot 2021-07-08 at 2 18 59 PM

@hashishaw hashishaw added ui bug Used to indicate a potential bug labels Jul 8, 2021
@hashishaw hashishaw added this to the 1.7.4 milestone Jul 8, 2021
@vercel vercel bot temporarily deployed to Preview – vault-storybook July 8, 2021 20:56 Inactive
@vercel vercel bot temporarily deployed to Preview – vault July 8, 2021 20:56 Inactive
}

@task(function*() {
Copy link
Contributor

Choose a reason for hiding this comment

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

much cleaner, thank you for moving this logic out of the component.

@@ -38,7 +38,7 @@
{{on 'click' (fn this.generateCreds @model.id)}}
data-test-database-role-generate-creds
>
Generate credentials
{{if (eq @model.type "static") "Get credentials" "Generate credentials"}}
Copy link
Contributor

Choose a reason for hiding this comment

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

thank you for tackling this while you're in here

@@ -18,15 +18,15 @@
</p.levelLeft>
Copy link
Contributor

Choose a reason for hiding this comment

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

glimmerizing! 💙

Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

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

Thank you! And thank you for cleaning up old work while you're in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants