-
Notifications
You must be signed in to change notification settings - Fork 4.4k
UI: remove mountable auth #30825
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
Closed
Closed
UI: remove mountable auth #30825
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CI Results: |
* add new fields to sample response * skip instead of sleep
…nent (#30781) * [UI] added missing tests for `@layout` argument of `editType=radio` (#36594) * [UI] added missing tests for `@name` argument of `editType=radio` (#36594) * [UI] added missing tests for `@value` argument of `possibleValue` in `editType=radio` * [UI] added missing tests for `@editDisabled` option in `editType=radio` (#36594) * [UI] added missing tests for `@name` argument of `editType=checkboxList` (#36594) * [UI] added missing tests for `@value` argument of `possibleValue` in `editType=checkboxList` (#36594) * [UI] added missing tests for `@id` argument and `name` attribute of `editType=select` (#36594) * [UI] added missing tests for `name`, `placeholder`, `autocomplete`, `spellcheck` attributes of `editType=password` (#36594) * [UI] added back test removed in PR 30768 (#30781) context: https://hashicorp.slack.com/archives/CA64C81U5/p1748465244375689
* show most recent months first in option list * update test
* added 1.19.5 changelog records to main * added LTS notice * added changelog record for other minor releases * updated to use the correct record for each change log entry --------- Co-authored-by: lursu <[email protected]>
* Update vault-plugin-database-redis-elasticache to v0.7.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]>
* Update vault-plugin-database-elasticsearch to v0.18.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]>
…otas (#30763) * add API docs * add new fields to sample response
* core metrics changes * removing internal repo references * CE changes from Vault Operator Import * removing unrelated code * removing unnecessary go mod updates * updating go mod
* fix typos, check for supported auth method and render direct link in display view too * add namespace * linebreak * add tests
* Update vault-plugin-database-redis to v0.6.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]>
…t type (#30805) * Fixes issue where backup tab was selected if backups include default type * fix enterprise empty state assertion
…p_import_rotation=true (#30687) * upgrade known issue documentation with fix version for roles with skip_import_rotation=true * Update website/content/partials/known-issues/database-skip-static-role-rotation.mdx Co-authored-by: Sarah Chavis <[email protected]> * Update website/content/partials/known-issues/database-skip-static-role-rotation.mdx * Update website/content/partials/known-issues/database-skip-static-role-rotation.mdx --------- Co-authored-by: Sarah Chavis <[email protected]>
…30813) Fix a potential race where we might attempt to update the auth before we've initially configured it. Also, rather than update it on all nodes we now choose a node in the cluster at random. Signed-off-by: Ryan Cragun <[email protected]>
* Update vault-plugin-secrets-ad to v0.21.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]>
* Update vault-plugin-auth-alicloud to v0.21.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]>
ec3f199
to
afc0642
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
hashicorp-contributed-pr
If the PR is HashiCorp (i.e. not-community) contributed
pr/no-changelog
pr/no-milestone
ui
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What does this PR do?
(to be updated and merged into main after #30712 goes in - post branch cut)
Follow on to #30712 - after adding a centralized file to get engine & auth method data 'all-engines-metadata.ts'
we're making an effort to replace/remove older files that have the same data or similar to use this new file instead
TODO only if you're a HashiCorp employee
backport/
label that matches the desired release branch. Note that in the CE repo, the latest release branch will look likebackport/x.x.x
, but older release branches will bebackport/ent/x.x.x+ent
.of a public function, even if that change is in a CE file, double check that
applying the patch for this PR to the ENT repo and running tests doesn't
break any tests. Sometimes ENT only tests rely on public functions in CE
files.
in the PR description, commit message, or branch name.
description. Also, make sure the changelog is in this PR, not in your ENT PR.