- Caution: Demoting this DR primary cluster
- would result in a DR secondary and in that mode Vault is read-only. This
- cluster is also currently operating as a Performance
- {{capitalize model.performance.modeForUrl}}, demoting it will leave your
- replication setup without a performance primary cluster until a new
- cluster is promoted.
-
+
+
+
+
{{/if}}
Demote this {{replicationDisplayMode}} primary cluster to a {{replicationDisplayMode}} secondary. The resulting secondary cluster will not
diff --git a/ui/app/templates/partials/replication/disable.hbs b/ui/app/templates/partials/replication/disable.hbs
index 466d7fbf6e..091e6ede63 100644
--- a/ui/app/templates/partials/replication/disable.hbs
+++ b/ui/app/templates/partials/replication/disable.hbs
@@ -31,10 +31,10 @@
The cluster will no longer be able to connect to the primary.
{{/if}}
-
- Caution: re-enabling this node as a primary or secondary will
- change its cluster ID.
-
+
In the secondary case this means a wipe of the
underlying storage when connected to a primary, and in the primary case,
diff --git a/ui/app/templates/partials/replication/enable.hbs b/ui/app/templates/partials/replication/enable.hbs
index a474e37f3e..4c0d5dc9bc 100644
--- a/ui/app/templates/partials/replication/enable.hbs
+++ b/ui/app/templates/partials/replication/enable.hbs
@@ -141,9 +141,10 @@
{{#if (eq mode 'secondary')}}
-
- Caution: this will immediately clear all data in this cluster!
-
+
{{/if}}
{{#if (eq mode 'primary')}}
diff --git a/ui/app/templates/partials/replication/promote.hbs b/ui/app/templates/partials/replication/promote.hbs
index 8f16b6f79e..59c94c4eef 100644
--- a/ui/app/templates/partials/replication/promote.hbs
+++ b/ui/app/templates/partials/replication/promote.hbs
@@ -45,10 +45,11 @@
Force promotion of this cluster
-
- Caution: Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
- promotes the cluster even if certain safety checks fail.
-
+
{{/if}}
@@ -74,10 +75,11 @@
Promote the cluster to primary.
-
- Caution: Vault replication is not designed for active-active usage and enabling two primaries should never be done, as it can lead to data loss if they or their secondaries are ever reconnected.
- If the cluster has a primary, be sure to demote it before promoting a secondary.
-
+
-
- Caution: Forcing promotion could result in data loss if data isn't fully replicated. Force promotion
- promotes the cluster even if certain safety checks fail.
-
+
diff --git a/ui/app/templates/partials/role-aws/form.hbs b/ui/app/templates/partials/role-aws/form.hbs
index 3d676c9ce5..bd4285ad82 100644
--- a/ui/app/templates/partials/role-aws/form.hbs
+++ b/ui/app/templates/partials/role-aws/form.hbs
@@ -5,8 +5,8 @@
{{#if (gt model.credentialTypes.length 1)}}
credential_type, currently: {{join ', ' model.credentialTypes}}.
- Multiple credential types is deprecated and you must choose one in order to save this role."
+ @message="This role has more than one credential_type, currently: {{join ', ' model.credentialTypes}}.
+ Multiple credential types is deprecated and you must choose one in order to save this role."
/>
{{/if}}
{{#each (if (eq mode 'edit') (drop 1 model.fields) model.fields) as |attr|}}
diff --git a/ui/app/templates/vault/cluster/access/leases/error.hbs b/ui/app/templates/vault/cluster/access/leases/error.hbs
index a632e211e1..05c759f900 100644
--- a/ui/app/templates/vault/cluster/access/leases/error.hbs
+++ b/ui/app/templates/vault/cluster/access/leases/error.hbs
@@ -11,34 +11,28 @@
{{/unless}}
-
-
-
- {{#if (eq model.httpStatus 400)}}
-
- {{i-con glyph='close'}}
- {{model.keyId}} is not a valid lease ID
-
- {{else if (eq model.httpStatus 404)}}
-
- Unable to find lease for the id: {{model.keyId}}. Try going back to the
- {{#link-to "vault.cluster.access.leases"}}lookup{{/link-to}}
- and re-entering the id.
-
- {{else if (eq model.httpStatus 403)}}
-
- You don't have access to {{model.keyId}}. If you think you've reached this page in error, please contact your administrator.
-
+ Unable to find lease for the id: {{model.keyId}}. Try going back to the
+ {{#link-to "vault.cluster.access.leases"}}lookup{{/link-to}}
+ and re-entering the id.
+
+ {{else if (eq model.httpStatus 403)}}
+
+ You don't have access to {{model.keyId}}. If you think you've reached this page in error, please contact your administrator.
+