mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
[DOCS] SEO updates for Vault Proxy (#28974)
* Update Vault Agent docs * Update left-hand nav * tweak caching titles * tweak deprecation/warning * SEO update for Vault Proxy docs * Update website/content/docs/agent-and-proxy/agent/caching/persistent-caches/index.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/agent-and-proxy/agent/caching/persistent-caches/kubernetes.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/agent-and-proxy/agent/winsvc.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/agent-and-proxy/proxy/caching/persistent-caches/kubernetes.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
layout: docs
|
||||
page_title: Run Vault Agent as a Windows service
|
||||
description: >-
|
||||
Run Vault Agent as a Windows service
|
||||
Register Vault Agent with sc.exe and run Agent as a Windows service.
|
||||
---
|
||||
|
||||
# Run Vault Agent as a Windows service
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Vault Proxy API Proxy
|
||||
page_title: Use Vault Proxy as an API proxy
|
||||
description: >-
|
||||
Vault Proxy's API Proxy functionality allows you to use Vault Proxy's API as a proxy
|
||||
for Vault's API.
|
||||
Use auto-authentication and configure Vault Proxy as a proxy for the Vault API.
|
||||
---
|
||||
|
||||
# Vault Proxy API proxy
|
||||
# Use Vault Proxy as an API proxy
|
||||
|
||||
Vault Proxy's API Proxy functionality allows you to use Vault Proxy's API as a proxy
|
||||
for Vault's API.
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Vault Proxy Caching
|
||||
description: |-
|
||||
Vault Proxy Caching allows client-side caching of responses containing newly
|
||||
created tokens and responses containing leased secrets generated off of these
|
||||
newly created tokens.
|
||||
page_title: Vault Proxy caching overview
|
||||
description: >-
|
||||
Use client-side caching with Vault Proxy for responses with newly
|
||||
created tokens or leased secrets generated from a newly created token.
|
||||
---
|
||||
|
||||
# Vault Proxy caching
|
||||
# Vault Proxy caching overview
|
||||
|
||||
Vault Proxy caching allows client-side caching of responses containing newly
|
||||
created tokens and responses containing leased secrets generated off of these
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Vault Proxy Persistent Caching
|
||||
description: Vault Proxy Caching
|
||||
page_title: Use built-in persistent caching - Vault Proxy
|
||||
description: >-
|
||||
Use built-in persistent caching with Vault Proxy
|
||||
---
|
||||
|
||||
# Vault Proxy persistent caching
|
||||
# Use Vault Proxy built-in persistent caching
|
||||
|
||||
Vault Proxy can restore tokens and leases from a persistent cache file created
|
||||
by a previous Vault Proxy process. The persistent cache is a BoltDB file that
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Kubernetes - Vault Proxy Persistent Cache
|
||||
description: Kubernetes Persistent Cache for Vault Proxy Caching
|
||||
page_title: Use Kubernetes persistent cache - Vault Proxy
|
||||
description: >-
|
||||
Configure Vault Proxy to use Kubernetes for persistent cache.
|
||||
---
|
||||
|
||||
# Vault Proxy kubernetes persistent cache
|
||||
# Use Kubernetes persistent cache
|
||||
|
||||
When `kubernetes` is configured for the persistent cache type, Vault Proxy will optimize the
|
||||
persistent cache specifically for Kubernetes. This type of persistent cache requires a Kubernetes
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Vault Proxy Static Secret Caching
|
||||
description: |-
|
||||
Vault Proxy's static secret caching functionality allows you to cache KVv1 and KVv2 secrets for calling clients.
|
||||
The secrets will be automatically updated by Proxy, minimizing requests made to Vault, and offering resiliency.
|
||||
page_title: Improve Vault traffic resiliency
|
||||
description: >-
|
||||
Use static secret caching with Vault Proxy to cache key/value data in Vault,
|
||||
handle updates, and reduce direct requests to Vault from clients.
|
||||
---
|
||||
|
||||
# Vault Proxy static secret caching
|
||||
# Improve Vault traffic resiliency with Vault Proxy
|
||||
|
||||
@include 'alerts/enterprise-only.mdx'
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Vault Proxy
|
||||
description: |-
|
||||
Vault Proxy is a daemon that can be used to perform some Vault
|
||||
functionality automatically, and act as a proxy for Vault's APIs.
|
||||
page_title: What is Vault Proxy?
|
||||
description: >-
|
||||
Vault Proxy is a server-side daemon with caching and auto-authentication that
|
||||
acts as load-balancer and API proxy for Vault.
|
||||
---
|
||||
|
||||
# What is Vault Proxy?
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: Vault Proxy Version Compatibility
|
||||
description: |-
|
||||
Guidelines for running different versions of Proxy and Vault server
|
||||
page_title: Risks of using inconsistent versions of Proxy and Vault
|
||||
description: >-
|
||||
Using different versions of Vault Proxy and Vault is possible but limits the
|
||||
available functionality.
|
||||
---
|
||||
|
||||
# Running different versions of Proxy and Vault server
|
||||
|
||||
# Understand the risks of using inconsistent versions of Proxy and Vault
|
||||
|
||||
There is no requirement to run identical versions of Vault Proxy and Vault server.
|
||||
It is safe to run different versions. However, you may not be able to take
|
||||
|
||||
@@ -1282,22 +1282,22 @@
|
||||
"title": "Vault Proxy",
|
||||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"title": "What is Vault Proxy?",
|
||||
"path": "agent-and-proxy/proxy"
|
||||
},
|
||||
{
|
||||
"title": "API Proxy",
|
||||
"title": "Vault Proxy as Vault API proxy",
|
||||
"path": "agent-and-proxy/proxy/apiproxy"
|
||||
},
|
||||
{
|
||||
"title": "Caching",
|
||||
"title": "Vault Proxy caching",
|
||||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"path": "agent-and-proxy/proxy/caching"
|
||||
},
|
||||
{
|
||||
"title": "Static Secret Caching",
|
||||
"title": "Improve Vault traffic resiliency",
|
||||
"path": "agent-and-proxy/proxy/caching/static-secret-caching",
|
||||
"badge": {
|
||||
"text": "ENTERPRISE",
|
||||
@@ -1309,11 +1309,11 @@
|
||||
"title": "Persistent Caching",
|
||||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"title": "Use built-in persistent caching",
|
||||
"path": "agent-and-proxy/proxy/caching/persistent-caches"
|
||||
},
|
||||
{
|
||||
"title": "Kubernetes",
|
||||
"title": "Use Kubernetes persistent cache",
|
||||
"path": "agent-and-proxy/proxy/caching/persistent-caches/kubernetes"
|
||||
}
|
||||
]
|
||||
@@ -1321,7 +1321,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Version compatibility",
|
||||
"title": "Risks of inconsistent Proxy and Vault versions",
|
||||
"path": "agent-and-proxy/proxy/versions"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user