mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
website: content updates for developer (#17035)
* Chore (dev portal): update learn nav data links (#15515) * Update docs-nav-data.json * Update docs-nav-data.json * website: fixes internal redirects (#15750) * chore: remove duplicate overview item (#15805) * Use `badge` for `<sup>` tags in nav data JSON files (#15928) * Replacing <sup> tags with badge * Adding type and color to badges * fix broken links in vault docs (#15976) * website: Update old learn links to redirect locations (#16047) * update previews to render developer UI * update redirects * adjust content so it is backwards compat Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com> Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ by that backend.
|
||||
|
||||
For the Consul storage backend, the default limit imposed by Consul is
|
||||
512 KiB. This may be configured via Consul’s
|
||||
[`kv_max_value_size`](https://www.consul.io/docs/agent/options#kv_max_value_size) parameter, introduced in version 1.5.3.
|
||||
[`kv_max_value_size`](https://www.consul.io/docs/agent/config/config-files#kv_max_value_size) parameter, introduced in version 1.5.3.
|
||||
|
||||
For the integrated storage backend, the default limit (introduced in
|
||||
Vault 1.5.0) is 1 MiB. This may be configured via `max_entry_size` in
|
||||
|
||||
@@ -501,7 +501,7 @@ indicate flapping leadership.
|
||||
|
||||
## Integrated Storage (Raft) Automated Snapshots
|
||||
|
||||
These metrics related to the Enterprise feature [Raft Automated Snapshots](/docs/enterprise/automated-raft-snapshots).
|
||||
These metrics related to the Enterprise feature [Raft Automated Snapshots](/docs/enterprise/automated-integrated-storage-snapshots).
|
||||
|
||||
| Metric | Description | Unit | Type |
|
||||
| :------------------------------------------ | :-------------------------------------------------------------------------------------------- | :--------- | :------ |
|
||||
@@ -531,25 +531,47 @@ These metrics related to the Enterprise feature [Raft Automated Snapshots](/docs
|
||||
| `snapshot_config_name` | For automated snapshots, the name of the configuration | `config1` |
|
||||
|
||||
[secrets-engines]: /docs/secrets
|
||||
|
||||
[storage-backends]: /docs/configuration/storage
|
||||
|
||||
[telemetry-stanza]: /docs/configuration/telemetry
|
||||
|
||||
[cubbyhole-secrets-engine]: /docs/secrets/cubbyhole
|
||||
|
||||
[kv-secrets-engine]: /docs/secrets/kv
|
||||
|
||||
[ldap-auth-backend]: /docs/auth/ldap
|
||||
|
||||
[token-auth-backend]: /docs/auth/token
|
||||
|
||||
[azure-storage-backend]: /docs/configuration/storage/azure
|
||||
|
||||
[cassandra-storage-backend]: /docs/configuration/storage/cassandra
|
||||
|
||||
[cockroachdb-storage-backend]: /docs/configuration/storage/cockroachdb
|
||||
|
||||
[consul-storage-backend]: /docs/configuration/storage/consul
|
||||
|
||||
[couchdb-storage-backend]: /docs/configuration/storage/couchdb
|
||||
|
||||
[dynamodb-storage-backend]: /docs/configuration/storage/dynamodb
|
||||
|
||||
[etcd-storage-backend]: /docs/configuration/storage/etcd
|
||||
|
||||
[gcs-storage-backend]: /docs/configuration/storage/google-cloud-storage
|
||||
|
||||
[spanner-storage-backend]: /docs/configuration/storage/google-cloud-spanner
|
||||
|
||||
[mssql-storage-backend]: /docs/configuration/storage/mssql
|
||||
|
||||
[mysql-storage-backend]: /docs/configuration/storage/mysql
|
||||
|
||||
[postgresql-storage-backend]: /docs/configuration/storage/postgresql
|
||||
|
||||
[s3-storage-backend]: /docs/configuration/storage/s3
|
||||
|
||||
[swift-storage-backend]: /docs/configuration/storage/swift
|
||||
|
||||
[zookeeper-storage-backend]: /docs/configuration/storage/zookeeper
|
||||
|
||||
[integrated-storage]: /docs/configuration/storage/raft
|
||||
|
||||
Reference in New Issue
Block a user