backport of commit f54bc0227d56ad01aa5fe88ff4288cb1ccf3ce4d (#21939)
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
parent
7a3f68bb97
commit
e147778434
|
@ -6,7 +6,7 @@ description: |-
|
||||||
functionality automatically.
|
functionality automatically.
|
||||||
---
|
---
|
||||||
|
|
||||||
# What is Vault agent?
|
# What is Vault Agent?
|
||||||
|
|
||||||
Vault Agent aims to remove the initial hurdle to adopt Vault by providing a
|
Vault Agent aims to remove the initial hurdle to adopt Vault by providing a
|
||||||
more scalable and simpler way for applications to integrate with Vault, by
|
more scalable and simpler way for applications to integrate with Vault, by
|
||||||
|
@ -386,7 +386,7 @@ template {
|
||||||
```
|
```
|
||||||
|
|
||||||
[vault]: /vault/docs/agent-and-proxy/agent#vault-stanza
|
[vault]: /vault/docs/agent-and-proxy/agent#vault-stanza
|
||||||
[autoauth]: /vault/docs/agent-and-proxy/agent/autoauth
|
[autoauth]: /vault/docs/agent-and-proxy/autoauth
|
||||||
[caching]: /vault/docs/agent-and-proxy/agent/caching
|
[caching]: /vault/docs/agent-and-proxy/agent/caching
|
||||||
[apiproxy]: /vault/docs/agent-and-proxy/agent/apiproxy
|
[apiproxy]: /vault/docs/agent-and-proxy/agent/apiproxy
|
||||||
[persistent-cache]: /vault/docs/agent-and-proxy/agent/caching/persistent-caches
|
[persistent-cache]: /vault/docs/agent-and-proxy/agent/caching/persistent-caches
|
||||||
|
|
|
@ -6,7 +6,7 @@ description: |-
|
||||||
authentication to Vault in a variety of environments.
|
authentication to Vault in a variety of environments.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Vault agent and Vault proxy Auto-Auth
|
# Vault Agent and Vault Proxy Auto-Auth
|
||||||
|
|
||||||
The Auto-Auth functionality of Vault Agent and Vault Proxy allow for
|
The Auto-Auth functionality of Vault Agent and Vault Proxy allow for
|
||||||
easy authentication in a wide variety of environments.
|
easy authentication in a wide variety of environments.
|
||||||
|
|
|
@ -6,7 +6,7 @@ description: |-
|
||||||
functionality automatically, and act as a proxy for Vault's APIs.
|
functionality automatically, and act as a proxy for Vault's APIs.
|
||||||
---
|
---
|
||||||
|
|
||||||
# What is Vault proxy?
|
# What is Vault Proxy?
|
||||||
|
|
||||||
Vault Proxy aims to remove the initial hurdle to adopt Vault by providing a
|
Vault Proxy aims to remove the initial hurdle to adopt Vault by providing a
|
||||||
more scalable and simpler way for applications to integrate with Vault.
|
more scalable and simpler way for applications to integrate with Vault.
|
||||||
|
|
Loading…
Reference in New Issue