-
- Configure Vault to act as an OIDC identity provider, and offer
- {{"Vault’s"}}
- various authentication
+ <:description>
+ Use Vault as an identity provider for external authentication methods that use the OpenID Connect (OIDC) protocol.
+
+ Learn more
+
+
+ <:actions>
{{#if this.isCta}}
-
+
{{/if}}
- methods and source of identity to any client applications.
- Learn more
-
- {{#if this.isCta}}
-
- {{/if}}
-
+
+
{{#unless this.isCta}}
{{! show tab links in list routes }}
diff --git a/ui/app/templates/vault/cluster/settings/seal.hbs b/ui/app/templates/vault/cluster/settings/seal.hbs
index 848b1ae716..21f0e76055 100644
--- a/ui/app/templates/vault/cluster/settings/seal.hbs
+++ b/ui/app/templates/vault/cluster/settings/seal.hbs
@@ -10,11 +10,21 @@
@breadcrumbs={{array (hash label="Vault" route="vault.cluster.dashboard" icon="vault") (hash label="Seal Vault")}}
/>
+ <:description>
+ Stop Vault from responding to all access operations by discarding its in-memory root key. You must use the CLI or API to
+ unseal Vault and restore decryption capabilities.
+
+ Learn more
+
+
+ <:actions>
+ {{#if this.model.seal.canUpdate}}
+
+ {{/if}}
+
-{{#if this.model.seal.canUpdate}}
-
-{{else}}
+{{#unless this.model.seal.canUpdate}}
-{{/if}}
\ No newline at end of file
+{{/unless}}
\ No newline at end of file
diff --git a/ui/lib/config-ui/addon/components/login-settings/page/list.hbs b/ui/lib/config-ui/addon/components/login-settings/page/list.hbs
index ec86b6c1d0..4f40783dc9 100644
--- a/ui/lib/config-ui/addon/components/login-settings/page/list.hbs
+++ b/ui/lib/config-ui/addon/components/login-settings/page/list.hbs
@@ -7,9 +7,15 @@
<:breadcrumbs>
+ <:description>
+ Set a default and backup authentication methods to customize GUI login behavior.
+
+ Learn more
+
+
-
+
{{#if @loginRules}}
{{#each @loginRules as |rule|}}
diff --git a/ui/lib/config-ui/addon/components/messages/tab-page-header.hbs b/ui/lib/config-ui/addon/components/messages/tab-page-header.hbs
index f5f522b144..56bded4928 100644
--- a/ui/lib/config-ui/addon/components/messages/tab-page-header.hbs
+++ b/ui/lib/config-ui/addon/components/messages/tab-page-header.hbs
@@ -7,6 +7,15 @@
<:breadcrumbs>
+ <:description>
+ {{#if @showTabs}}
+ Configure global banners or modal notifications to display important system updates or compliance reminders to GUI
+ users.
+
+ Learn more
+
+ {{/if}}
+
{{#if @showTabs}}
diff --git a/ui/lib/core/addon/components/page/header.hbs b/ui/lib/core/addon/components/page/header.hbs
index 1f9621c41b..2566e66687 100644
--- a/ui/lib/core/addon/components/page/header.hbs
+++ b/ui/lib/core/addon/components/page/header.hbs
@@ -3,7 +3,7 @@
SPDX-License-Identifier: BUSL-1.1
}}
-