docs: clarification on Limitations for Vault Secrets backend (#11885)
* docs: clarification on Limitations for Vault Secrets backend * address typo in CLI docs * Update index.mdx * Update index.mdx
This commit is contained in:
parent
e1d32b6a9f
commit
659e909fe3
|
@ -38,9 +38,8 @@ injector:
|
|||
- `global.tls.serverAdditionalIPSans` is not currently configurable and must be manually added to the server certificate in Vault.
|
||||
- Mesh gateway is not currently supported.
|
||||
- Multi-DC Federation is not currently supported.
|
||||
- Certificate rotation is not currently supported, ensure the TTL for your certificates is sufficiently long. Should your certificates
|
||||
expire it will be necessary to issue a `consul reload` on each server.
|
||||
- CA rotation is not currently supported.
|
||||
- Certificate rotation for Server TLS certs is not currently supported through the Helm chart. Ensure the TTL for your Server TLS certificates are sufficiently long. Should your certificates expire it will be necessary to issue a `consul reload` on each server after issuing new Server TLS certs from Vault.
|
||||
- CA rotation is not currently supported through the Helm chart and must be manually rotated.
|
||||
|
||||
## Next Steps
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ $ consul-k8s status
|
|||
metrics:
|
||||
defaultEnableMerging: true
|
||||
defaultEnabled: true
|
||||
enableGatewayMetrics: trueU
|
||||
enableGatewayMetrics: true
|
||||
controller:
|
||||
enabled: true
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue