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: Fix kubernetes auth method role management #25999

Merged
merged 7 commits into from
Mar 18, 2024

Conversation

hellobontempo
Copy link
Contributor

@hellobontempo hellobontempo commented Mar 18, 2024

This PR reverts a regression introduced by #25364 which accidentally hid the roles tab in the kubernetes UI.
Screenshot 2024-03-18 at 11 26 40 AM

@hellobontempo hellobontempo added ui bug Used to indicate a potential bug backport/1.15.x labels Mar 18, 2024
@hellobontempo hellobontempo added this to the 1.15.7 milestone Mar 18, 2024
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Mar 18, 2024
@@ -29,5 +29,10 @@
{{/each}}

<div class="field is-grouped box is-fullwidth is-bottomless">
<Hds::Button @text="Cancel" @color="secondary" @route="vault.cluster.secrets.backends" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Small bug I noticed when testing, we were only going to the secret engine list on cancel

@@ -5,7 +5,9 @@

import { helper as buildHelper } from '@ember/component/helper';

const MANAGED_AUTH_BACKENDS = ['cert', 'userpass', 'ldap', 'okta', 'radius'];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

alphabetized, but also added 'kubernetes'

Copy link

github-actions bot commented Mar 18, 2024

Build Results:
All builds succeeded! ✅

Copy link

github-actions bot commented Mar 18, 2024

CI Results:
All Go tests succeeded! ✅

Copy link
Collaborator

@hashishaw hashishaw 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!

@hashishaw hashishaw enabled auto-merge (squash) March 18, 2024 19:16
@hashishaw hashishaw merged commit 48e146c into main Mar 18, 2024
31 checks passed
@hashishaw hashishaw deleted the ui/VAULT-25070/fix-kubernetes-auth-role-management branch March 18, 2024 19:59
hashishaw added a commit that referenced this pull request Mar 18, 2024
Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com>
Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
hashishaw added a commit that referenced this pull request Mar 18, 2024
Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com>
Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
hashishaw added a commit that referenced this pull request Mar 19, 2024
)

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
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 hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants