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: Allow token configuration tune from namespace #24147

Merged
merged 3 commits into from Nov 15, 2023

Conversation

hashishaw
Copy link
Collaborator

The previous PR that fixed this issue only did so for non-namespace token mounts. We didn't realize ns_token was a token type, so this checks the correct model attribute with ns_ stripped away

@hashishaw hashishaw added ui bug Used to indicate a potential bug labels Nov 15, 2023
@hashishaw hashishaw added this to the 1.13.11 milestone Nov 15, 2023
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Nov 15, 2023
@hashishaw hashishaw changed the title check methodType instead of type when checking to remove token_type f… UI: Allow token configuration tune from namespace Nov 15, 2023
@hashishaw hashishaw added backport/1.13.x Backport changes to `release/1.13.x` backport/1.14.x Backport changes to `release/1.14.x` backport/1.15.x Backport changes to `release/1.15.x` labels Nov 15, 2023
@@ -32,7 +32,7 @@ export default AuthConfigComponent.extend({
data.description = this.model.description;

// token_type should not be tuneable for the token auth method.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This line was instrumental in helping me track this down -- hooray for comments

Copy link

Build Results:
All builds succeeded! ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.13.x Backport changes to `release/1.13.x` backport/1.14.x Backport changes to `release/1.14.x` backport/1.15.x Backport changes to `release/1.15.x` 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