You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
These updates include a change to hide the replication status card link for HVD clusters as that is managed in HCP.
Note: Please do not review the generated dist files in vault-reporting. This should be treated effectively as a package update. To view the changeset included in this PR it's better to look at the source changes in the vault-reporting addon.
Regular enterprise cluster:
HVD cluster:
How to test
This is how I've been approximating HVD locally:
Add administrative_namespace_path = "admin/" to config
Build vault-enterprise from main branch
Set VAULT_CLOUD_ADMIN_NAMESPACE=1 and run vault
Create an admin namespace
Run the UI on this branch
After doing that and visiting the vault usage page you should see that the replicaiton status card does not render a link to the replication page.
TODO only if you're a HashiCorp employee
Backport Labels: If this fix needs to be backported, use the appropriate backport/ label that matches the desired release branch. Note that in the CE repo, the latest release branch will look like backport/x.x.x, but older release branches will be backport/ent/x.x.x+ent.
LTS: If this fixes a critical security vulnerability or severity 1 bug, it will also need to be backported to the current LTS versions of Vault. To ensure this, use all available enterprise labels.
ENT Breakage: If this PR either 1) removes a public function OR 2) changes the signature
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.
Jira:
8000
If this change has an associated Jira, it's referenced either
in the PR description, commit message, or branch name.
RFC: If this change has an associated RFC, please link it in the description.
ENT PR: If this change has an associated ENT PR, please link it in the
description. Also, make sure the changelog is in this PR, not in your ENT PR.
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
These updates include a change to hide the replication status card link for HVD clusters as that is managed in HCP.
Note: Please do not review the generated dist files in vault-reporting. This should be treated effectively as a package update. To view the changeset included in this PR it's better to look at the source changes in the vault-reporting addon.
Regular enterprise cluster:

HVD cluster:

How to test
This is how I've been approximating HVD locally:
administrative_namespace_path = "admin/"
to configAfter doing that and visiting the vault usage page you should see that the replicaiton status card does not render a link to the replication page.
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.