{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} Vault {{#if this.showSecretsSync}} {{/if}} {{#if this.isNotProduction}} {{/if}} {{#if (has-permission "access")}} {{/if}} {{#if (has-permission "policies")}} {{/if}} {{#if (has-permission "tools")}} {{/if}} {{#if (or (and this.isRootNamespace (has-permission "status" routeParams=(array "replication" "raft" "license" "seal"))) (and (has-permission "clients" routeParams="activity") (not this.hasChrootNamespace)) ) }} Monitoring {{/if}} {{#if (and this.version.isEnterprise this.isRootNamespace (not this.cluster.replicationRedacted) (has-permission "status" routeParams="replication") ) }} {{/if}} {{#if (and this.cluster.usingRaft this.isRootNamespace (has-permission "status" routeParams="raft"))}} {{/if}} {{#if (and (has-permission "clients" routeParams="activity") (not this.cluster.dr.isSecondary) (not this.hasChrootNamespace)) }} {{/if}} {{#if this.canAccessVaultUsageDashboard}} {{/if}} {{#if (and this.version.features this.isRootNamespace (has-permission "status" routeParams="license") (not this.cluster.dr.isSecondary) ) }} {{/if}} {{#if (and this.isRootNamespace (has-permission "status" routeParams="seal") (not this.cluster.dr.isSecondary))}} {{/if}} {{#if (and this.version.isEnterprise (has-permission "settings"))}} Settings {{#if (or this.isRootNamespace this.namespace.isHvdAdminNamespace)}} {{/if}} {{/if}}