vault/website/data/docs-nav-data.json

3090 lines
77 KiB
JSON
Raw Normal View History

[
{
"title": "What is Vault?",
"path": "what-is-vault"
},
{
"title": "Use Cases",
"path": "use-cases"
},
{
"title": "Get Started",
"routes": [
{
"title": "CLI Quick Start",
"href": "https://learn.hashicorp.com/collections/vault/getting-started"
},
{
"title": "HCP Quick Start",
"href": "https://learn.hashicorp.com/collections/vault/cloud"
},
{
"title": "Developer Quick Start",
"path": "get-started/developer-qs"
}
]
},
{
"divider": true
},
2021-09-21 16:48:21 -04:00
{
"title": "Browser Support",
"path": "browser-support"
},
{
"title": "Install Vault",
"routes": [
{
"title": "Overview",
"path": "install"
},
{
"title": "Install manually",
"path": "install/install-binary"
},
{
"title": "Build from code",
"path": "install/build-from-code"
}
]
},
{
"title": "Run Vault as a service",
"path": "run-as-service"
},
{
"title": "Internals",
"routes": [
{
"title": "Overview",
"path": "internals"
},
{
"title": "Architecture",
"path": "internals/architecture"
},
{
"title": "High Availability",
"path": "internals/high-availability"
},
{
"title": "Integrated Storage",
"path": "internals/integrated-storage"
},
{
"title": "Recommended patterns",
"path": "internals/recommended-patterns"
},
{
"title": "Security Model",
"path": "internals/security"
},
{
"title": "Telemetry",
"routes": [
{
"title": "Overview",
"path": "internals/telemetry"
},
{
"title": "Enable telemetry gathering",
"path": "internals/telemetry/enable-telemetry"
},
{
"title": "Key metrics",
"path": "internals/telemetry/key-metrics"
},
{
"title": "Metric reference",
"routes": [
{
"title": "Overview",
"path": "internals/telemetry/metrics"
},
{
"title": "Core system metrics",
"path": "internals/telemetry/metrics/core-system"
},
{
"title": "Audit log metrics",
"path": "internals/telemetry/metrics/audit"
},
{
"title": "Authentication metrics",
"path": "internals/telemetry/metrics/authn"
},
{
"title": "Auto-snapshot metrics",
"path": "internals/telemetry/metrics/autosnap"
},
{
"title": "Availability metrics",
"path": "internals/telemetry/metrics/availability"
},
{
"title": "Database metrics",
"path": "internals/telemetry/metrics/database"
},
{
"title": "Policy metrics",
"path": "internals/telemetry/metrics/policy"
},
{
"title": "Raft metrics",
"path": "internals/telemetry/metrics/raft"
},
2024-02-21 14:06:24 -05:00
{
"title": "Secrets Sync metrics",
"path": "internals/telemetry/metrics/secrets-sync"
},
{
"title": "Secrets metrics",
"path": "internals/telemetry/metrics/secrets"
},
{
"title": "Storage plugin metrics",
"path": "internals/telemetry/metrics/storage"
},
{
"title": "Full metrics list",
"path": "internals/telemetry/metrics/all"
}
]
}
]
},
{
"title": "Token Authentication",
"path": "internals/token"
},
{
"title": "Key Rotation",
"path": "internals/rotation"
},
{
"title": "Replication",
"path": "internals/replication"
},
{
"title": "Limits and Maximums",
"path": "internals/limits"
}
]
},
{
"title": "Concepts",
"routes": [
{
"title": "Overview",
"path": "concepts"
},
{
"title": "'Dev' Server",
"path": "concepts/dev-server"
},
{
"title": "Seal/Unseal",
"path": "concepts/seal"
},
{
"title": "Namespace API Lock",
"path": "concepts/namespace-api-lock"
},
{
"title": "Lease, Renew, and Revoke",
"path": "concepts/lease"
},
{
"title": "Authentication",
"path": "concepts/auth"
},
{
"title": "Tokens",
"path": "concepts/tokens"
},
{
"title": "Identity",
"path": "concepts/identity"
[Doc Assembly Branch] Vault 1.9 release (#12944) * new document for feature deprecation notice * fixed errors * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update feature-deprecation-notice.mdx * added new faq page * added content for faq * updated faq page based on aarti's feedback * added client count faq * fixed a broken link * added links * fixed spacing issue * added new release notes page * edited the client count faq * edited the feature deprecation faq * edited the featue deprecation notice and plans * edited the release notes * added new oidc provider doc * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * incorporated feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * changed mnt_acc to mount_accessor * rewritting content * added doc link * fixed link error * fixed spacing error * incorporate additional feedback * more feedback * incorporated more feedback * fixed headings * fixed a heading * incorproate changes * incorporate feedback * modified RN based on feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> * updated final release notes * updated image * fixed link * added a new hyperlink to the etcd document * add and modify notes; update scope template * break identity docs into separate pages * fix nav for identity token * fix nav links; add links on overview * use real example IDs * fix typos * incorporated additional feedback Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
2021-11-15 21:02:36 -05:00
},
{
"title": "OIDC Provider",
"path": "concepts/oidc-provider"
},
{
"title": "Response Wrapping",
"path": "concepts/response-wrapping"
},
{
"title": "Policies",
"path": "concepts/policies"
},
{
"title": "Password Policies",
"path": "concepts/password-policies"
},
{
"title": "Username Templating",
"path": "concepts/username-templating"
},
{
"title": "High Availability",
"path": "concepts/ha"
},
{
"title": "Storage",
"path": "concepts/storage"
},
{
"title": "Cloud access management",
"path": "concepts/cloud-access-management"
2024-04-11 13:59:11 -04:00
},
{
"title": "Integrated Storage",
"routes": [
{
"title": "Overview",
"path": "concepts/integrated-storage"
},
{
"title": "Autopilot",
"path": "concepts/integrated-storage/autopilot"
}
]
},
{
"title": "PGP, GnuPG, and Keybase",
"path": "concepts/pgp-gpg-keybase"
},
{
"title": "Recovery Mode",
"path": "concepts/recovery-mode"
},
{
"title": "Resource Quotas",
"path": "concepts/resource-quotas"
},
{
"title": "Billing Start Date",
"path": "concepts/billing-start-date"
},
{
"title": "Client count",
[Doc Assembly Branch] Vault 1.9 release (#12944) * new document for feature deprecation notice * fixed errors * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update feature-deprecation-notice.mdx * added new faq page * added content for faq * updated faq page based on aarti's feedback * added client count faq * fixed a broken link * added links * fixed spacing issue * added new release notes page * edited the client count faq * edited the feature deprecation faq * edited the featue deprecation notice and plans * edited the release notes * added new oidc provider doc * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * incorporated feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * changed mnt_acc to mount_accessor * rewritting content * added doc link * fixed link error * fixed spacing error * incorporate additional feedback * more feedback * incorporated more feedback * fixed headings * fixed a heading * incorproate changes * incorporate feedback * modified RN based on feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> * updated final release notes * updated image * fixed link * added a new hyperlink to the etcd document * add and modify notes; update scope template * break identity docs into separate pages * fix nav for identity token * fix nav links; add links on overview * use real example IDs * fix typos * incorporated additional feedback Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
2021-11-15 21:02:36 -05:00
"routes": [
{
"title": "Clients and entities",
[Doc Assembly Branch] Vault 1.9 release (#12944) * new document for feature deprecation notice * fixed errors * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update feature-deprecation-notice.mdx * added new faq page * added content for faq * updated faq page based on aarti's feedback * added client count faq * fixed a broken link * added links * fixed spacing issue * added new release notes page * edited the client count faq * edited the feature deprecation faq * edited the featue deprecation notice and plans * edited the release notes * added new oidc provider doc * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * incorporated feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * changed mnt_acc to mount_accessor * rewritting content * added doc link * fixed link error * fixed spacing error * incorporate additional feedback * more feedback * incorporated more feedback * fixed headings * fixed a heading * incorproate changes * incorporate feedback * modified RN based on feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> * updated final release notes * updated image * fixed link * added a new hyperlink to the etcd document * add and modify notes; update scope template * break identity docs into separate pages * fix nav for identity token * fix nav links; add links on overview * use real example IDs * fix typos * incorporated additional feedback Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
2021-11-15 21:02:36 -05:00
"path": "concepts/client-count"
},
{
"title": "Client count calculation",
"path": "concepts/client-count/counting"
},
{
"title": "Usage metrics",
"path": "concepts/client-count/usage-metrics"
},
[Doc Assembly Branch] Vault 1.9 release (#12944) * new document for feature deprecation notice * fixed errors * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update feature-deprecation-notice.mdx * added new faq page * added content for faq * updated faq page based on aarti's feedback * added client count faq * fixed a broken link * added links * fixed spacing issue * added new release notes page * edited the client count faq * edited the feature deprecation faq * edited the featue deprecation notice and plans * edited the release notes * added new oidc provider doc * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * incorporated feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * changed mnt_acc to mount_accessor * rewritting content * added doc link * fixed link error * fixed spacing error * incorporate additional feedback * more feedback * incorporated more feedback * fixed headings * fixed a heading * incorproate changes * incorporate feedback * modified RN based on feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> * updated final release notes * updated image * fixed link * added a new hyperlink to the etcd document * add and modify notes; update scope template * break identity docs into separate pages * fix nav for identity token * fix nav links; add links on overview * use real example IDs * fix typos * incorporated additional feedback Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
2021-11-15 21:02:36 -05:00
{
"title": "FAQ",
"path": "concepts/client-count/faq"
}
]
},
{
"title": "Transform",
"path": "concepts/transform"
Add mount move concepts page, update api docs (#14544) * Add mount move concepts page, update api docs * some renaming and link fixing * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/concepts/mount-migration.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-03-17 17:06:35 -04:00
},
{
"title": "Mount Migration",
"path": "concepts/mount-migration"
},
{
"title": "Duration String Format",
"path": "concepts/duration-format"
user-lockout documentation changes (#18478) * added user-lockout documentation changes * add changelog * remove new lines * changing method name * changing lockedusers to locked-users * Update website/content/docs/concepts/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/api-docs/system/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/api-docs/system/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/partials/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/partials/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * adding suggested changes * adding bullet points to disable * Update website/content/api-docs/system/user-lockout.mdx Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> * Update website/content/partials/user-lockout.mdx Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> * Update website/content/docs/commands/auth/tune.mdx Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com> * Update website/content/docs/commands/auth/tune.mdx Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com> * Update website/content/docs/concepts/user-lockout.mdx Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com> Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
2023-01-17 18:12:16 -05:00
},
{
"title": "User Lockout",
"path": "concepts/user-lockout"
},
{
"title": "Events",
"path": "concepts/events",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
}
VAULT-22483: Audit `filter` docs (#24903) * Tidy up of files * Add concepts page for filtering * Update 'Common configuration options' * Update table format (metrics) * Filtering metrics * audit specific filtering * Fix nav and naming of files * updates to audit filtering concept page * Tweaks * audit updates and glossary page addition for 'request' * update CLI docs (audit enable) * added metrics to 'all metrics' page * fallback example and link fix * improve links * updated based on feedback * some extra details on a request for glossary * format fix * use description on fallback device * test message properties * Sort out weird merge for events.mdx * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Intro paragraph about filtering/normal devices, and uppercase bullets * Fix casing on bullets and table layour * Uppercase bullets * Update website/content/docs/glossary.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Improvement? * PR feedback * Updated based on PR feedback * Include common options * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Remove extra space * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Split out metrics * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Remove extra word * Updated table formatting, remove close code block etc. * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-02-16 13:34:25 -05:00
},
{
"title": "Filtering",
"path": "concepts/filtering",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
}
},
{
"title": "Adaptive overload protection",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
"path": "concepts/adaptive-overload-protection"
},
{
"title": "Vault server temporarily overloaded",
"path": "concepts/adaptive-overload-protection/vault-server-temporarily-overloaded"
}
]
[docs] Agent Process Supervisor Mode (#21056) * first pass at docs Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * try to add anchors Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * links didn't work correctly, just remove Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add partial Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * use new style Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add to index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * edit index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add config Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> * update file name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * more changes from PR review Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * updated name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * convert to old paragraph markers Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * exec -> process supervisor * "full stop" Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * little blurb about exit behavior Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * grammar Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand the config section * add env_template example Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand config description * fix links Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * config example * doesn't support anchors? Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * update functionality * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx Co-authored-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx * fix link * move process supervisor mode in alphabetical order * reference templating language --------- Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> Co-authored-by: Anton Averchenkov <anton.averchenkov@hashicorp.com>
2023-06-12 20:39:25 -04:00
}
]
},
{
"title": "Configuration",
"routes": [
{
"title": "Overview",
"path": "configuration"
},
{
"title": "Programmatic best practices",
"path": "configuration/programmatic-best-practices"
},
{
"title": "Manage resources programmatically",
"path": "configuration/programmatic-management"
},
[Docs] Create 'Troubleshoot' section (#28028) * Create 'Troubleshoot' section * Remove extra spaces * Update redirects.js * Remove extra comma * Change the title * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * edit suggestions (#28047) * Fix the relative path - add missing '/' * Fix a typo --------- Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-08-09 17:21:41 -04:00
{
"title": "Prevent lease explosions",
"path": "configuration/prevent-lease-explosions"
},
{
"title": "Create a lease count quota",
"path": "configuration/create-lease-count-quota"
},
{
"title": "<code>listener</code>",
"routes": [
{
"title": "Overview",
"path": "configuration/listener"
},
{
"title": "TCP",
"routes": [
{
"title": "Overview",
"path": "configuration/listener/tcp"
},
{
"title": "Configure TLS",
"path": "configuration/listener/tcp/tcp-tls"
}
]
},
{
"title": "Unix",
"path": "configuration/listener/unix"
}
]
},
{
"title": "<code>replication</code>",
2024-02-29 11:41:24 -05:00
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/replication"
},
{
"title": "<code>reporting</code>",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/reporting"
},
{
"title": "<code>seal</code>",
"routes": [
{
"title": "Overview",
"path": "configuration/seal"
},
{
"title": "Seal best practices",
"path": "configuration/seal/seal-best-practices"
},
{
"title": "High Availability",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/seal/seal-ha"
},
{
"title": "AliCloud KMS",
"path": "configuration/seal/alicloudkms"
},
{
"title": "AWS KMS",
"path": "configuration/seal/awskms"
},
{
"title": "Azure Key Vault",
"path": "configuration/seal/azurekeyvault"
},
{
"title": "GCP Cloud KMS",
"path": "configuration/seal/gcpckms"
},
{
"title": "OCI KMS",
"path": "configuration/seal/ocikms"
},
{
"title": "HSM PKCS11",
"badge": {
2023-09-28 20:24:12 -04:00
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/seal/pkcs11"
},
{
"title": "Vault Transit",
"path": "configuration/seal/transit"
},
{
"title": "Transit best practices",
"path": "configuration/seal/transit-best-practices"
}
]
},
{
"title": "<code>sentinel</code>",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/sentinel"
},
{
"title": "<code>service_registration</code>",
"routes": [
{
"title": "Overview",
"path": "configuration/service-registration"
},
{
"title": "Consul",
"path": "configuration/service-registration/consul"
},
{
"title": "Kubernetes",
"path": "configuration/service-registration/kubernetes"
}
]
},
{
"title": "<code>storage</code>",
"routes": [
{
"title": "Overview",
"path": "configuration/storage"
},
{
"title": "Aerospike",
"path": "configuration/storage/aerospike"
},
{
"title": "Alicloud OSS",
"path": "configuration/storage/alicloudoss"
},
{
"title": "Azure",
"path": "configuration/storage/azure"
},
{
"title": "Cassandra",
"path": "configuration/storage/cassandra"
},
{
"title": "CockroachDB",
"path": "configuration/storage/cockroachdb"
},
{
"title": "Consul",
"path": "configuration/storage/consul"
},
{
"title": "CouchDB",
"path": "configuration/storage/couchdb"
},
{
"title": "DynamoDB",
"path": "configuration/storage/dynamodb"
},
{
"title": "Etcd",
"path": "configuration/storage/etcd"
},
{
"title": "Filesystem",
"path": "configuration/storage/filesystem"
},
{
"title": "FoundationDB",
"path": "configuration/storage/foundationdb"
},
{
"title": "Google Cloud Spanner",
"path": "configuration/storage/google-cloud-spanner"
},
{
"title": "Google Cloud Storage",
"path": "configuration/storage/google-cloud-storage"
},
{
"title": "In-Memory",
"path": "configuration/storage/in-memory"
},
{
"title": "Manta",
"path": "configuration/storage/manta"
},
{
"title": "MSSQL",
"path": "configuration/storage/mssql"
},
{
"title": "MySQL",
"path": "configuration/storage/mysql"
},
{
"title": "OCI Object Storage",
"path": "configuration/storage/oci-object-storage"
},
{
"title": "PostgreSQL",
"path": "configuration/storage/postgresql"
},
{
"title": "Integrated Storage (Raft)",
"path": "configuration/storage/raft"
},
{
"title": "S3",
"path": "configuration/storage/s3"
},
{
"title": "Swift",
"path": "configuration/storage/swift"
},
{
"title": "Zookeeper",
"path": "configuration/storage/zookeeper"
}
]
},
{
"title": "<code>telemetry</code>",
"path": "configuration/telemetry"
},
{
"title": "Adaptive overload protection",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/adaptive-overload-protection"
},
{
"title": "<code>ui</code>",
"path": "configuration/ui"
},
user-lockout documentation changes (#18478) * added user-lockout documentation changes * add changelog * remove new lines * changing method name * changing lockedusers to locked-users * Update website/content/docs/concepts/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/api-docs/system/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/api-docs/system/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/partials/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/partials/user-lockout.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * adding suggested changes * adding bullet points to disable * Update website/content/api-docs/system/user-lockout.mdx Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> * Update website/content/partials/user-lockout.mdx Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> * Update website/content/docs/commands/auth/tune.mdx Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com> * Update website/content/docs/commands/auth/tune.mdx Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com> * Update website/content/docs/concepts/user-lockout.mdx Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com> Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
2023-01-17 18:12:16 -05:00
{
"title": "<code>user_lockout</code>",
"path": "configuration/user-lockout"
},
{
"title": "<code>Log Completed Requests</code>",
"path": "configuration/log-requests-level"
},
{
"title": "<code>Entropy Augmentation</code>",
"badge": {
2023-09-28 20:24:12 -04:00
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/entropy-augmentation"
},
{
"title": "<code>kms_library</code>",
"badge": {
2023-09-28 20:24:12 -04:00
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/kms-library"
}
]
},
{
"title": "Vault CLI",
"routes": [
{
"title": "Usage",
"path": "commands"
},
{
"title": "Use a custom token helper",
"path": "commands/token-helper"
},
{ "divider": true },
{ "heading": "CLI commands" },
{
"title": "Vault Agent",
"routes": [
{
"title": "<code>agent</code>",
"path": "commands/agent"
},
{
"title": "<code>generate-config</code>",
"path": "commands/agent/generate-config"
}
]
},
{
"title": "<code>audit</code>",
"routes": [
{
"title": "<code>disable</code>",
"path": "commands/audit/disable"
},
{
"title": "<code>enable</code>",
"path": "commands/audit/enable"
},
{
"title": "<code>list</code>",
"path": "commands/audit/list"
}
]
},
{
"title": "<code>auth</code>",
"routes": [
{
"title": "Overview",
"path": "commands/auth"
},
{
"title": "<code>disable</code>",
"path": "commands/auth/disable"
},
{
"title": "<code>enable</code>",
"path": "commands/auth/enable"
},
{
"title": "<code>help</code>",
"path": "commands/auth/help"
},
{
"title": "<code>list</code>",
"path": "commands/auth/list"
},
{
"title": "<code>move</code>",
"path": "commands/auth/move"
},
{
"title": "<code>tune</code>",
"path": "commands/auth/tune"
}
]
},
{
"title": "<code>debug</code>",
"path": "commands/debug"
},
{
"title": "<code>delete</code>",
"path": "commands/delete"
},
{
"title": "<code>events</code>",
"path": "commands/events"
},
Add HCP subcommand -- integrate with HCP library (#23897) * Add HCP engine token logic * Update documentation * Fix content check * Add changelog entry * Update changelog/23897.txt Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> * Update api/client.go Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com> * Add error when HCP commands failed to be initialize * Add tests for initHCPcommand function * Update lib dependency * Update website/content/docs/commands/hcp.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/commands/hcp.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/commands/hcp.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/commands/hcp.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/commands/hcp.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/commands/hcp.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/commands/hcp.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Fix docs nav data * Improve docs sections * Update hcp lib dependency * Fix content formatting * Update lib dependency * Fix HCPtokenhelper problem * Fix HCPtokenhelper problem * Remove HCP env variables * Remove hcp helper token * Add error treatment for no valid credential source * Update website/content/docs/commands/hcp/index.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/commands/hcp/disconnect.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/commands/hcp/connect.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/commands/hcp/disconnect.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/commands/hcp/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/commands/hcp/connect.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Modify hcp tests --------- Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-01-09 09:29:30 -05:00
{
"title": "<code>hcp</code>",
"routes": [
{
"title": "Overview",
"path": "commands/hcp"
},
{
"title": "<code>connect</code>",
"path": "commands/hcp/connect"
},
{
"title": "<code>disconnect</code>",
"path": "commands/hcp/disconnect"
}
]
},
{
"title": "<code>kv</code>",
"routes": [
{
"title": "Overview",
"path": "commands/kv"
},
{
"title": "<code>delete</code>",
"path": "commands/kv/delete"
},
{
"title": "<code>destroy</code>",
"path": "commands/kv/destroy"
},
{
"title": "<code>enable-versioning</code>",
"path": "commands/kv/enable-versioning"
},
{
"title": "<code>get</code>",
"path": "commands/kv/get"
},
{
"title": "<code>list</code>",
"path": "commands/kv/list"
},
{
"title": "<code>metadata</code>",
"path": "commands/kv/metadata"
},
{
"title": "<code>patch</code>",
"path": "commands/kv/patch"
},
{
"title": "<code>put</code>",
"path": "commands/kv/put"
},
{
"title": "<code>rollback</code>",
"path": "commands/kv/rollback"
},
{
"title": "<code>undelete</code>",
"path": "commands/kv/undelete"
}
]
},
{
"title": "<code>lease</code>",
"routes": [
{
"title": "Overview",
"path": "commands/lease"
},
{
"title": "<code>lookup</code>",
"path": "commands/lease/lookup"
},
{
"title": "<code>renew</code>",
"path": "commands/lease/renew"
},
{
"title": "<code>revoke</code>",
"path": "commands/lease/revoke"
}
]
},
2021-06-18 12:19:18 -04:00
{
"title": "<code>license</code>",
"routes": [
{
"title": "Overview",
"path": "commands/license"
},
{
"title": "<code>get</code>",
"path": "commands/license/get"
},
{
"title": "<code>inspect</code>",
"path": "commands/license/inspect"
}
]
},
{
"title": "<code>list</code>",
"path": "commands/list"
},
{
"title": "<code>login</code>",
"path": "commands/login"
},
{
"title": "<code>monitor</code>",
"path": "commands/monitor"
},
{
"title": "<code>namespace</code>",
"path": "commands/namespace"
},
{
"title": "<code>operator</code>",
"routes": [
{
"title": "Overview",
"path": "commands/operator"
},
{
"title": "<code>diagnose</code>",
"path": "commands/operator/diagnose"
},
{
"title": "<code>generate-root</code>",
"path": "commands/operator/generate-root"
},
{
"title": "<code>import</code>",
"path": "commands/operator/import"
},
{
"title": "<code>init</code>",
"path": "commands/operator/init"
},
{
"title": "<code>key-status</code>",
"path": "commands/operator/key-status"
},
{
"title": "<code>members</code>",
"path": "commands/operator/members"
},
{
"title": "<code>migrate</code>",
"path": "commands/operator/migrate"
},
{
"title": "<code>raft</code>",
"path": "commands/operator/raft"
},
{
"title": "<code>rekey</code>",
"path": "commands/operator/rekey"
},
{
"title": "<code>rotate</code>",
"path": "commands/operator/rotate"
},
{
"title": "<code>seal</code>",
"path": "commands/operator/seal"
},
{
"title": "<code>step-down</code>",
"path": "commands/operator/step-down"
},
{
"title": "<code>unseal</code>",
"path": "commands/operator/unseal"
},
{
"title": "<code>usage</code>",
"path": "commands/operator/usage"
},
{
"title": "<code>utilization</code>",
"path": "commands/operator/utilization"
}
]
},
{
"title": "<code>patch</code>",
"path": "commands/patch"
},
2022-10-28 08:39:44 -04:00
{
"title": "<code>path-help</code>",
"path": "commands/path-help"
},
{
"title": "<code>pki</code>",
"routes": [
{
"title": "Overview",
"path": "commands/pki"
},
{
"title": "<code>health-check</code>",
"path": "commands/pki/health-check"
},
{
"title": "<code>verify-sign</code>",
"path": "commands/pki/verify-sign"
},
{
"title": "<code>list-intermediates</code>",
"path": "commands/pki/list-intermediates"
},
{
"title": "<code>issue</code>",
"path": "commands/pki/issue"
},
{
"title": "<code>reissue</code>",
"path": "commands/pki/reissue"
}
]
},
{
"title": "<code>plugin</code>",
"routes": [
{
"title": "Overview",
"path": "commands/plugin"
},
{
"title": "<code>deregister</code>",
"path": "commands/plugin/deregister"
},
{
"title": "<code>info</code>",
"path": "commands/plugin/info"
},
{
"title": "<code>list</code>",
"path": "commands/plugin/list"
},
{
"title": "<code>register</code>",
"path": "commands/plugin/register"
},
{
"title": "<code>reload</code>",
"path": "commands/plugin/reload"
},
{
"title": "<code>runtime</code>",
"routes": [
{
"title": "Overview",
"path": "commands/plugin/runtime"
},
{
"title": "<code>deregister</code>",
"path": "commands/plugin/runtime/deregister"
},
{
"title": "<code>info</code>",
"path": "commands/plugin/runtime/info"
},
{
"title": "<code>list</code>",
"path": "commands/plugin/runtime/list"
},
{
"title": "<code>register</code>",
"path": "commands/plugin/runtime/register"
}
]
}
]
},
{
"title": "<code>policy</code>",
"routes": [
{
"title": "Overview",
"path": "commands/policy"
},
{
"title": "<code>delete</code>",
"path": "commands/policy/delete"
},
{
"title": "<code>fmt</code>",
"path": "commands/policy/fmt"
},
{
"title": "<code>list</code>",
"path": "commands/policy/list"
},
{
"title": "<code>read</code>",
"path": "commands/policy/read"
},
{
"title": "<code>write</code>",
"path": "commands/policy/write"
}
]
},
{
"title": "<code>print</code>",
"path": "commands/print"
},
{
"title": "<code>proxy</code>",
"path": "commands/proxy"
},
{
"title": "<code>read</code>",
"path": "commands/read"
},
{
"title": "<code>secrets</code>",
"routes": [
{
"title": "Overview",
"path": "commands/secrets"
},
{
"title": "<code>disable</code>",
"path": "commands/secrets/disable"
},
{
"title": "<code>enable</code>",
"path": "commands/secrets/enable"
},
{
"title": "<code>list</code>",
"path": "commands/secrets/list"
},
{
"title": "<code>move</code>",
"path": "commands/secrets/move"
},
{
"title": "<code>tune</code>",
"path": "commands/secrets/tune"
}
]
},
{
"title": "<code>server</code>",
"path": "commands/server"
},
{
"title": "<code>ssh</code>",
"path": "commands/ssh"
},
{
"title": "<code>status</code>",
"path": "commands/status"
},
{
"title": "<code>token</code>",
"routes": [
{
"title": "Overview",
"path": "commands/token"
},
{
"title": "<code>capabilities</code>",
"path": "commands/token/capabilities"
},
{
"title": "<code>create</code>",
"path": "commands/token/create"
},
{
"title": "<code>lookup</code>",
"path": "commands/token/lookup"
},
{
"title": "<code>renew</code>",
"path": "commands/token/renew"
},
{
"title": "<code>revoke</code>",
"path": "commands/token/revoke"
}
]
},
{
"title": "<code>transit</code>",
"routes": [
{
"title": "Overview",
"path": "commands/transit"
},
{
"title": "<code>import</code> and <code>import-version</code>",
"path": "commands/transit/import"
}
]
},
{
"title": "<code>transform</code>",
"routes": [
{
"title": "Overview",
"path": "commands/transform"
},
{
"title": "<code>import</code> and <code>import-version</code>",
"path": "commands/transform/import"
}
]
},
{
"title": "<code>unwrap</code>",
"path": "commands/unwrap"
},
{
"title": "<code>version</code>",
"path": "commands/version"
},
{
"title": "<code>version-history</code>",
"path": "commands/version-history"
},
{
"title": "<code>write</code>",
"path": "commands/write"
}
]
},
UI: Vault UI custom messages documentation (#25638) * Move over custom messages documention to clean branch * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Add ENTERPRISE badge * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update namespace alt text --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-02-26 17:13:16 -05:00
{
"title": "Vault GUI",
UI: Vault UI custom messages documentation (#25638) * Move over custom messages documention to clean branch * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Add ENTERPRISE badge * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update namespace alt text --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-02-26 17:13:16 -05:00
"routes": [
{
"title": "Overview",
"path": "ui"
},
{
"title": "Custom Messages",
"path": "ui/custom-messages",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
}
},
{
"title": "CLI emulation",
"path": "ui/web-cli"
UI: Vault UI custom messages documentation (#25638) * Move over custom messages documention to clean branch * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Add ENTERPRISE badge * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/ui/custom-messages.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update namespace alt text --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-02-26 17:13:16 -05:00
}
]
},
{
"title": "Vault Agent and Vault Proxy",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy"
},
{
"title": "Auto-Auth",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/autoauth"
},
{
"title": "Methods",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/autoauth/methods"
},
{
"title": "AliCloud",
"path": "agent-and-proxy/autoauth/methods/alicloud"
},
{
"title": "AppRole",
"path": "agent-and-proxy/autoauth/methods/approle"
},
{
"title": "AWS",
"path": "agent-and-proxy/autoauth/methods/aws"
},
{
"title": "Azure",
"path": "agent-and-proxy/autoauth/methods/azure"
},
{
"title": "Cert",
"path": "agent-and-proxy/autoauth/methods/cert"
},
{
"title": "CF",
"path": "agent-and-proxy/autoauth/methods/cf"
},
{
"title": "GCP",
"path": "agent-and-proxy/autoauth/methods/gcp"
},
{
"title": "JWT",
"path": "agent-and-proxy/autoauth/methods/jwt"
},
{
"title": "LDAP",
"path": "agent-and-proxy/autoauth/methods/ldap"
},
{
"title": "Kerberos",
"path": "agent-and-proxy/autoauth/methods/kerberos"
},
{
"title": "Kubernetes",
"path": "agent-and-proxy/autoauth/methods/kubernetes"
},
{
"title": "Oracle Cloud Infrastructure",
"path": "agent-and-proxy/autoauth/methods/oci"
},
{
"title": "Token File",
"path": "agent-and-proxy/autoauth/methods/token_file"
}
]
},
{
"title": "Sinks",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/autoauth/sinks"
},
{
"title": "File",
"path": "agent-and-proxy/autoauth/sinks/file"
}
]
}
]
},
{
"title": "Vault Proxy",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/proxy"
},
{
"title": "API Proxy",
"path": "agent-and-proxy/proxy/apiproxy"
},
{
"title": "Caching",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/proxy/caching"
},
{
"title": "Static Secret Caching",
"path": "agent-and-proxy/proxy/caching/static-secret-caching",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
}
},
{
"title": "Persistent Caching",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/proxy/caching/persistent-caches"
},
{
"title": "Kubernetes",
"path": "agent-and-proxy/proxy/caching/persistent-caches/kubernetes"
}
]
}
]
},
{
"title": "Version compatibility",
"path": "agent-and-proxy/proxy/versions"
}
]
},
{
"title": "Vault Agent",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/agent"
},
{
"title": "API Proxy",
"path": "agent-and-proxy/agent/apiproxy"
},
{
"title": "Caching",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/agent/caching"
},
{
"title": "Persistent Caching",
"routes": [
{
"title": "Overview",
"path": "agent-and-proxy/agent/caching/persistent-caches"
},
{
"title": "Kubernetes",
"path": "agent-and-proxy/agent/caching/persistent-caches/kubernetes"
}
]
}
]
},
{
"title": "generate-config",
"path": "agent-and-proxy/agent/generate-config"
},
[docs] Agent Process Supervisor Mode (#21056) * first pass at docs Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * try to add anchors Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * links didn't work correctly, just remove Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add partial Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * use new style Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add to index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * edit index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add config Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> * update file name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * more changes from PR review Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * updated name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * convert to old paragraph markers Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * exec -> process supervisor * "full stop" Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * little blurb about exit behavior Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * grammar Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand the config section * add env_template example Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand config description * fix links Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * config example * doesn't support anchors? Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * update functionality * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx Co-authored-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx * fix link * move process supervisor mode in alphabetical order * reference templating language --------- Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> Co-authored-by: Anton Averchenkov <anton.averchenkov@hashicorp.com>
2023-06-12 20:39:25 -04:00
{
"title": "Process Supervisor Mode",
"path": "agent-and-proxy/agent/process-supervisor"
},
{
"title": "Templates",
"path": "agent-and-proxy/agent/template"
},
{
"title": "Windows service",
"path": "agent-and-proxy/agent/winsvc"
},
{
"title": "Version compatibility",
"path": "agent-and-proxy/agent/versions"
}
]
}
]
},
{
"divider": true
},
{
"title": "Secrets Engines",
"routes": [
{
"title": "Overview",
"path": "secrets"
},
{
"title": "Active Directory",
"routes": [
{
"title": "Overview",
"path": "secrets/ad"
},
{
"title": "Migration Guide",
"path": "secrets/ad/migration-guide"
}
]
},
{
"title": "AliCloud",
"path": "secrets/alicloud"
},
{
"title": "AWS",
"path": "secrets/aws"
},
{
"title": "Azure",
"path": "secrets/azure"
},
{
"title": "Consul",
"path": "secrets/consul"
},
{
"title": "Cubbyhole",
"path": "secrets/cubbyhole"
},
{
"title": "Databases",
"routes": [
{
"title": "Overview",
"path": "secrets/databases"
},
{
"title": "Cassandra",
"path": "secrets/databases/cassandra"
},
{
"title": "Couchbase",
"path": "secrets/databases/couchbase"
},
{
"title": "Elasticsearch",
"path": "secrets/databases/elasticdb"
},
{
"title": "HanaDB",
"path": "secrets/databases/hanadb"
},
{
"title": "IBM Db2",
"path": "secrets/databases/db2"
},
{
"title": "InfluxDB",
"path": "secrets/databases/influxdb"
},
{
"title": "MongoDB",
"path": "secrets/databases/mongodb"
},
{
"title": "MongoDB Atlas",
"path": "secrets/databases/mongodbatlas"
},
{
"title": "MSSQL",
"path": "secrets/databases/mssql"
},
{
"title": "MySQL/MariaDB",
"path": "secrets/databases/mysql-maria"
},
{
"title": "Oracle",
"path": "secrets/databases/oracle"
},
{
"title": "PostgreSQL",
"path": "secrets/databases/postgresql"
},
{
"title": "Redis",
"path": "secrets/databases/redis"
},
{
"title": "Redis ElastiCache",
"path": "secrets/databases/rediselasticache"
},
{
"title": "Redshift",
"path": "secrets/databases/redshift"
},
{
"title": "Snowflake",
"path": "secrets/databases/snowflake"
},
{
"title": "Custom",
"path": "secrets/databases/custom"
}
]
},
{
"title": "Google Cloud",
"path": "secrets/gcp"
},
{
"title": "Google Cloud KMS",
"path": "secrets/gcpkms"
},
{
"title": "Identity",
"routes": [
{
"title": "Overview",
"path": "secrets/identity"
},
{
"title": "Identity Tokens",
"path": "secrets/identity/identity-token"
},
{
"title": "OIDC Identity Provider",
"path": "secrets/identity/oidc-provider"
}
]
},
{
"title": "Key Management",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
"path": "secrets/key-management"
},
{
"title": "Azure Key Vault",
"routes": [
{
"title": "Overview",
"path": "secrets/key-management/azurekeyvault"
},
{
"title": "Setup guide",
"path": "secrets/key-management/azurekeyvault/setup"
}
]
},
{
"title": "AWS KMS",
"path": "secrets/key-management/awskms"
},
{
"title": "GCP Cloud KMS",
"routes": [
{
"title": "Overview",
"path": "secrets/key-management/gcpkms"
},
{
"title": "Setup guide",
"path": "secrets/key-management/gcpkms/setup"
}
]
}
]
},
{
"title": "Key Value",
"routes": [
{
"title": "Overview",
"path": "secrets/kv"
},
{
"title": "KV version 1",
"path": "secrets/kv/kv-v1"
},
{
"title": "KV version 2",
"path": "secrets/kv/kv-v2"
}
]
},
{
"title": "KMIP",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "secrets/kmip"
},
{
"title": "KMIP - Profile Support",
"path": "secrets/kmip-profiles",
"hidden": true
},
{
"title": "Kubernetes",
"path": "secrets/kubernetes"
},
{
"title": "MongoDB Atlas",
"path": "secrets/mongodbatlas"
},
{
"title": "Nomad",
"path": "secrets/nomad"
},
{
"title": "LDAP",
"path": "secrets/ldap"
},
{
"title": "PKI (Certificates)",
"routes": [
{
"title": "Overview",
"path": "secrets/pki"
},
{
"title": "Setup and Usage",
"path": "secrets/pki/setup"
},
{
"title": "Quick Start - Root CA Setup",
"path": "secrets/pki/quick-start-root-ca"
},
{
"title": "Quick Start - Intermediate CA Setup",
"path": "secrets/pki/quick-start-intermediate-ca"
},
{
"title": "Considerations",
"path": "secrets/pki/considerations"
},
{
"title": "Rotation Primitives",
"path": "secrets/pki/rotation-primitives"
},
{
"title": "Certificate Issuance External Policy Service (CIEPS)",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "secrets/pki/cieps"
},
{
"title": "Enrollment over Secure Transport (EST)",
"path": "secrets/pki/est",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "secrets/pki/est"
},
{
"title": "Certificate Management Protocol (CMPv2)",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "secrets/pki/cmpv2"
},
{
"title": "Troubleshooting ACME",
"path": "secrets/pki/troubleshooting-acme"
}
]
},
{
"title": "RabbitMQ",
"path": "secrets/rabbitmq"
},
{
"title": "SSH",
"routes": [
{
"title": "Overview",
"path": "secrets/ssh"
},
{
"title": "Signed Certificates",
"path": "secrets/ssh/signed-ssh-certificates"
},
{
"title": "SSH OTP",
"path": "secrets/ssh/one-time-ssh-passwords"
}
]
},
{
"title": "Terraform Cloud",
"path": "secrets/terraform"
},
{
"title": "TOTP",
"path": "secrets/totp"
},
{
"title": "Transform",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
"path": "secrets/transform"
},
{
"title": "FF3-1 Tweak Usage",
"path": "secrets/transform/ff3-tweak-details"
},
{
"title": "Tokenization Transform",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "secrets/transform/tokenization"
}
]
},
{
"title": "Transit",
"routes": [
{
"title": "Overview",
"path": "secrets/transit"
},
{
"title": "Import Key Wrapping Guide",
"path": "secrets/transit/key-wrapping-guide"
}
]
},
{
"title": "Venafi (Certificates)",
"path": "secrets/venafi"
}
]
},
{
"title": "Secrets Sync",
"badge": {
2023-09-28 20:24:12 -04:00
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
2024-03-22 17:00:30 -04:00
"path": "sync"
},
{
"title": "AWS Secrets Manager",
"path": "sync/awssm"
},
{
"title": "Azure Key Vault",
"path": "sync/azurekv"
},
{
"title": "GCP Secret Manager",
"path": "sync/gcpsm"
},
{
"title": "GitHub",
"path": "sync/github"
},
{
"title": "Vercel Project",
"path": "sync/vercelproject"
}
]
},
{
"title": "Secrets Import",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
"path": "import",
"badge": {
"text": "ALPHA",
"type": "outlined",
"color": "highlight"
}
},
{
"title": "GCP Secret Manager",
"path": "import/gcpsm"
},
{
"title": "Mappings",
"path": "import/mappings"
}
]
},
{
"title": "Auth Methods",
"routes": [
{
"title": "Overview",
"path": "auth"
},
{
"title": "AppRole",
"routes": [
{
"title": "Overview",
"path": "auth/approle"
},
{
"title": "Recommended pattern",
"path": "auth/approle/approle-pattern"
}
]
},
{
"title": "AliCloud",
"path": "auth/alicloud"
},
{
"title": "AWS",
"path": "auth/aws"
},
{
"title": "Azure",
"path": "auth/azure"
},
{
"title": "Cloud Foundry",
"path": "auth/cf"
},
{
"title": "GitHub",
"path": "auth/github"
},
{
"title": "Google Cloud",
"path": "auth/gcp"
},
{
"title": "JWT/OIDC",
"routes": [
{
"title": "Overview",
"path": "auth/jwt"
},
{
"title": "OIDC Providers",
"routes": [
{
"title": "Overview",
"path": "auth/jwt/oidc-providers"
},
{
"title": "ADFS",
"path": "auth/jwt/oidc-providers/adfs"
},
{
"title": "Auth0",
"path": "auth/jwt/oidc-providers/auth0"
},
{
"title": "Azure AD",
"path": "auth/jwt/oidc-providers/azuread"
},
{
"title": "Forgerock",
"path": "auth/jwt/oidc-providers/forgerock"
},
{
"title": "Gitlab",
"path": "auth/jwt/oidc-providers/gitlab"
},
{
"title": "Google",
"path": "auth/jwt/oidc-providers/google"
},
{
"title": "Keycloak",
"path": "auth/jwt/oidc-providers/keycloak"
},
{
"title": "Kubernetes",
"path": "auth/jwt/oidc-providers/kubernetes"
},
{
"title": "Okta",
"path": "auth/jwt/oidc-providers/okta"
},
{
"title": "SecureAuth",
"path": "auth/jwt/oidc-providers/secureauth"
},
{
"title": "IBM ISAM",
"path": "auth/jwt/oidc-providers/ibmisam"
}
]
}
]
},
{
"title": "Kerberos",
"path": "auth/kerberos"
},
{
"title": "Kubernetes",
"path": "auth/kubernetes"
},
{
"title": "LDAP",
"path": "auth/ldap"
},
{
"title": "Login MFA",
2022-03-16 19:29:56 -04:00
"routes": [
{
"title": "Overview",
"path": "auth/login-mfa"
},
{
"title": "FAQ",
"path": "auth/login-mfa/faq"
}
]
},
{
"title": "Oracle Cloud Infrastructure",
"path": "auth/oci"
},
{
"title": "Okta",
"path": "auth/okta"
},
{
"title": "RADIUS",
"path": "auth/radius"
},
auth/saml: adds documentation (#23183) * auth/saml: adds documentation * Update website/content/api-docs/auth/saml.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * use sentence case for titles * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * fixup technical detail on bound_subjects * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * fixup relay state * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * updates wording for bound_attributes * updates bound_attributes_type * updates groups_attribute * lowercase saml entities, add note to unauthenticated APIs * updates token api description * adds section for replication configuration * adds section for namespace config of acs * use tabs for authentication section * change word --------- Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-09-27 02:34:43 -04:00
{
"title": "SAML",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
"path": "auth/saml"
},
{
"title": "Use AD FS for SAML authN",
"path": "auth/saml/adfs"
},
{
"title": "Link SAML AD groups to Vault",
"path": "auth/saml/link-vault-group-to-ad"
},
{
"title": "Troubleshoot SAML+ADFS",
"routes": [
{
"title": "Before you start",
"path": "auth/saml/troubleshoot-adfs"
},
{
"title": "Bad mapping",
"path": "auth/saml/troubleshoot-adfs/bad-mapping"
},
{
"title": "Invalid `BoundSubjects`",
"path": "auth/saml/troubleshoot-adfs/boundsubjects"
},
{
"title": "AD FS event 320",
"path": "auth/saml/troubleshoot-adfs/adfs-event-320"
}
]
}
]
auth/saml: adds documentation (#23183) * auth/saml: adds documentation * Update website/content/api-docs/auth/saml.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * use sentence case for titles * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * fixup technical detail on bound_subjects * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * fixup relay state * Update website/content/api-docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/auth/saml.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * updates wording for bound_attributes * updates bound_attributes_type * updates groups_attribute * lowercase saml entities, add note to unauthenticated APIs * updates token api description * adds section for replication configuration * adds section for namespace config of acs * use tabs for authentication section * change word --------- Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-09-27 02:34:43 -04:00
},
{
"title": "TLS Certificates",
"path": "auth/cert"
},
{
"title": "Tokens",
"path": "auth/token"
},
{
2023-03-22 23:35:35 -04:00
"title": "Username and Password",
"path": "auth/userpass"
},
{
"divider": true
}
]
},
{
"title": "Audit Devices",
"routes": [
{
"title": "Overview",
"path": "audit"
},
{
"title": "File",
"path": "audit/file"
},
{
"title": "Syslog",
"path": "audit/syslog"
},
{
"title": "Socket",
"path": "audit/socket"
}
]
},
{
2022-03-22 16:07:32 -04:00
"title": "Plugins",
"routes": [
{
"title": "Overview",
"path": "plugins"
},
{
"title": "Plugin Architecture",
"path": "plugins/plugin-architecture"
},
{
"title": "Plugin Development",
"path": "plugins/plugin-development"
},
{
"title": "Plugin Development — Event Notifications",
"path": "plugins/plugin-development-event-notifications",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
}
},
2022-03-22 16:07:32 -04:00
{
"title": "Plugin Management",
"path": "plugins/plugin-management"
},
{
"title": "Containerized plugins",
"routes": [
{
"title": "Overview",
"path": "plugins/containerized-plugins"
},
{
"title": "Add a containerized plugin",
"path": "plugins/containerized-plugins/add-a-containerized-plugin"
}
]
},
2022-03-22 16:07:32 -04:00
{
"title": "Integrations Library",
"href": "/vault/integrations"
2022-03-22 16:07:32 -04:00
}
]
},
{
"title": "Vault Integration Program",
"path": "partnerships"
},
{
"title": "Vault interoperability matrix",
"path": "interoperability-matrix"
},
{
[Docs] Create 'Troubleshoot' section (#28028) * Create 'Troubleshoot' section * Remove extra spaces * Update redirects.js * Remove extra comma * Change the title * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * edit suggestions (#28047) * Fix the relative path - add missing '/' * Fix a typo --------- Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-08-09 17:21:41 -04:00
"title": "Troubleshoot Vault",
"routes": [
{
"title": "Generate a root token",
"path": "troubleshoot/generate-root-token"
},
{
"title": "Troubleshoot lease errors",
"path": "troubleshoot/lease-issues"
},
{
"title": "Tune the lease TTL",
"path": "troubleshoot/tune-lease-ttl"
},
[Docs] Create 'Troubleshoot' section (#28028) * Create 'Troubleshoot' section * Remove extra spaces * Update redirects.js * Remove extra comma * Change the title * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/troubleshoot/generate-root-token.mdx Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> * edit suggestions (#28047) * Fix the relative path - add missing '/' * Fix a typo --------- Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-08-09 17:21:41 -04:00
{
"title": "Troubleshooting tutorials",
"href": "https://learn.hashicorp.com/tutorials/vault/troubleshooting-vault"
}
]
},
{
"divider": true
},
{
"title": "Platforms",
"routes": [
{
"title": "Overview",
"path": "platform"
},
{
"title": "AWS",
"routes": [
{
"title": "Overview",
"path": "platform/aws"
},
{
"title": "Vault Lambda Extension",
"path": "platform/aws/lambda-extension"
},
{
"title": "Running Vault",
"path": "platform/aws/run"
}
]
},
{
"title": "GitHub",
"routes": [
{
"title": "GitHub Actions",
"path": "platform/github-actions"
}
]
},
{
"title": "Kubernetes",
"routes": [
{
"title": "Overview",
"path": "platform/k8s"
},
2022-03-16 20:09:04 -04:00
{
"title": "Agent Injector vs. Vault CSI Provider",
"path": "platform/k8s/injector-csi"
},
{
"title": "Migrate Consul to Raft storage",
"path": "platform/k8s/consul-to-raft"
},
{
"title": "Helm Chart",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/helm"
},
{
"title": "Running Vault",
"path": "platform/k8s/helm/run"
},
{
"title": "Enterprise Licensing",
"path": "platform/k8s/helm/enterprise"
},
{
"title": "Running Vault on OpenShift",
"path": "platform/k8s/helm/openshift"
},
{
"title": "Configuration",
"path": "platform/k8s/helm/configuration"
},
{
"title": "Terraform",
"path": "platform/k8s/helm/terraform"
},
{
"title": "Examples",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/helm/examples"
},
{
"title": "Development",
"path": "platform/k8s/helm/examples/development"
},
{
"title": "Standalone with Load Balanced UI",
"path": "platform/k8s/helm/examples/standalone-load-balanced-ui"
},
{
"title": "Standalone with TLS",
"path": "platform/k8s/helm/examples/standalone-tls"
},
{
"title": "Standalone with Audit Storage",
"path": "platform/k8s/helm/examples/standalone-audit"
},
{
"title": "External Vault",
"path": "platform/k8s/helm/examples/external"
},
{
"title": "Using Kubernetes Auth Method",
"path": "platform/k8s/helm/examples/kubernetes-auth"
},
{
"title": "HA Cluster with Consul",
"path": "platform/k8s/helm/examples/ha-with-consul"
},
{
"title": "HA Cluster with Raft",
"path": "platform/k8s/helm/examples/ha-with-raft"
},
{
"title": "HA Cluster with Raft and TLS",
"path": "platform/k8s/helm/examples/ha-tls"
},
{
"title": "HA Enterprise Cluster with Raft",
"path": "platform/k8s/helm/examples/enterprise-with-raft"
},
{
"title": "HA Enterprise DR Clusters with Raft",
"path": "platform/k8s/helm/examples/enterprise-dr-with-raft"
},
{
"title": "HA Enterprise Performance Clusters with Raft",
"path": "platform/k8s/helm/examples/enterprise-perf-with-raft"
},
{
"title": "Vault Agent Injector TLS Configuration",
"path": "platform/k8s/helm/examples/injector-tls"
},
{
"title": "Vault Agent Injector TLS with Cert-Manager",
"path": "platform/k8s/helm/examples/injector-tls-cert-manager"
}
]
}
]
},
{
"title": "Agent Injector",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/injector"
},
{
"title": "Annotations",
"path": "platform/k8s/injector/annotations"
},
{
"title": "Installation",
"path": "platform/k8s/injector/installation"
},
{
"title": "Examples",
"path": "platform/k8s/injector/examples"
}
]
},
{
"title": "Vault CSI Provider",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/csi"
},
{
"title": "Installation",
"path": "platform/k8s/csi/installation"
},
{
"title": "Configurations",
"path": "platform/k8s/csi/configurations"
},
{
"title": "Examples",
"path": "platform/k8s/csi/examples"
}
]
},
{
"title": "Vault Secrets Operator",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/vso"
},
{
"title": "Installation",
"path": "platform/k8s/vso/installation"
},
{
"title": "Secret Sources",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/vso/sources"
},
{
"title": "Vault",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/vso/sources/vault"
},
{
"title": "Authentication",
"routes": [
{
"title": "Overview",
"path": "platform/k8s/vso/sources/vault/auth"
},
{
"title": "AWS",
"path": "platform/k8s/vso/sources/vault/auth/aws"
},
{
"title": "GCP",
"path": "platform/k8s/vso/sources/vault/auth/gcp"
}
]
},
{
"title": "Encrypted client cache",
"path": "platform/k8s/vso/sources/vault/client-cache"
2024-07-22 11:01:52 -04:00
},
{
"title": "Instant updates",
"path": "platform/k8s/vso/sources/vault/instant-updates"
}
]
},
{
"title": "HCP Vault Secrets",
"path": "platform/k8s/vso/sources/hvs"
}
]
},
{
"title": "Secret Data Transformation",
"path": "platform/k8s/vso/secret-transformation"
},
{
"title": "Helm Chart",
"path": "platform/k8s/vso/helm"
},
{
"title": "Examples",
"path": "platform/k8s/vso/examples"
},
{
"title": "Telemetry",
"path": "platform/k8s/vso/telemetry"
},
{
"title": "API Reference",
"path": "platform/k8s/vso/api-reference"
},
{
"title": "OpenShift",
"path": "platform/k8s/vso/openshift"
}
]
}
]
},
{
"title": "Microsoft SQL Server EKM provider",
"routes": [
{
"title": "Overview",
"path": "platform/mssql"
},
{
"title": "Installation",
"path": "platform/mssql/installation"
},
{
"title": "Configuration",
"path": "platform/mssql/configuration"
},
{
"title": "Key Rotation",
"path": "platform/mssql/rotation"
},
{
"title": "Upgrading",
"path": "platform/mssql/upgrading"
},
{
"title": "Troubleshooting",
"path": "platform/mssql/troubleshooting"
},
{
"title": "Release Notes",
"path": "platform/mssql/changelog"
}
]
},
{
"title": "ServiceNow",
"routes": [
{
"title": "Overview",
"path": "platform/servicenow"
},
{
"title": "Installation",
"path": "platform/servicenow/installation"
},
{
"title": "Configuration",
"path": "platform/servicenow/configuration"
},
{
"title": "Troubleshooting",
"path": "platform/servicenow/troubleshooting"
}
]
}
]
},
{
"divider": true
},
{
"title": "Upgrade Guides",
"routes": [
{
"title": "Overview",
"path": "upgrading"
},
{
[docs] Agent Process Supervisor Mode (#21056) * first pass at docs Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * try to add anchors Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * links didn't work correctly, just remove Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add partial Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * use new style Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add to index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * edit index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add config Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> * update file name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * more changes from PR review Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * updated name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * convert to old paragraph markers Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * exec -> process supervisor * "full stop" Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * little blurb about exit behavior Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * grammar Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand the config section * add env_template example Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand config description * fix links Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * config example * doesn't support anchors? Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * update functionality * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx Co-authored-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx * fix link * move process supervisor mode in alphabetical order * reference templating language --------- Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> Co-authored-by: Anton Averchenkov <anton.averchenkov@hashicorp.com>
2023-06-12 20:39:25 -04:00
"title": "Upgrade Vault HA installations",
"path": "upgrading/vault-ha-upgrade"
},
{
"title": "Upgrade Plugins",
"path": "upgrading/plugins"
},
{
"title": "Upgrade to Raft WAL",
"path": "upgrading/raft-wal"
},
{
"title": "Upgrade to 1.19.x",
"path": "upgrading/upgrade-to-1.19.x"
},
{
"title": "Upgrade to 1.18.x",
"path": "upgrading/upgrade-to-1.18.x"
},
{
"title": "Upgrade to 1.17.x",
"path": "upgrading/upgrade-to-1.17.x"
},
{
"title": "Upgrade to 1.16.x",
"path": "upgrading/upgrade-to-1.16.x"
},
{
"title": "Upgrade to 1.15.x",
"path": "upgrading/upgrade-to-1.15.x"
},
{
"title": "Upgrade to 1.14.x",
2023-06-21 10:44:50 -04:00
"path": "upgrading/upgrade-to-1.14.x"
},
{
"title": "Upgrade to 1.13.x",
"path": "upgrading/upgrade-to-1.13.x"
},
{
"title": "Upgrade to 1.12.x",
"path": "upgrading/upgrade-to-1.12.x"
},
{
"title": "Upgrade to 1.11.x",
"path": "upgrading/upgrade-to-1.11.x"
},
{
"title": "Upgrade to 1.10.x",
"path": "upgrading/upgrade-to-1.10.x"
},
{
"title": "Upgrade to 1.9.x",
"path": "upgrading/upgrade-to-1.9.x"
},
{
"title": "Upgrade to 1.8.x",
"path": "upgrading/upgrade-to-1.8.x"
},
{
"title": "Upgrade to 1.7.x",
"path": "upgrading/upgrade-to-1.7.x"
},
{
"title": "Upgrade to 1.6.3",
"path": "upgrading/upgrade-to-1.6.3"
},
{
"title": "Upgrade to 1.6.2",
"path": "upgrading/upgrade-to-1.6.2"
},
{
"title": "Upgrade to 1.6.1",
"path": "upgrading/upgrade-to-1.6.1"
},
{
"title": "Upgrade to 1.6.0",
"path": "upgrading/upgrade-to-1.6.0"
},
{
"title": "Upgrade to 1.5.3",
"path": "upgrading/upgrade-to-1.5.3"
},
{
"title": "Upgrade to 1.5.2",
"path": "upgrading/upgrade-to-1.5.2"
},
{
"title": "Upgrade to 1.5.1",
"path": "upgrading/upgrade-to-1.5.1"
},
{
"title": "Upgrade to 1.5.0",
"path": "upgrading/upgrade-to-1.5.0"
},
{
"title": "Upgrade to 1.4.6",
"path": "upgrading/upgrade-to-1.4.6"
},
{
"title": "Upgrade to 1.4.5",
"path": "upgrading/upgrade-to-1.4.5"
},
{
"title": "Upgrade to 1.4.4",
"path": "upgrading/upgrade-to-1.4.4"
},
{
"title": "Upgrade to 1.4.1",
"path": "upgrading/upgrade-to-1.4.1"
},
{
"title": "Upgrade to 1.4.0",
"path": "upgrading/upgrade-to-1.4.0"
},
{
"title": "Upgrade to 1.3.10",
"path": "upgrading/upgrade-to-1.3.10"
},
{
"title": "Upgrade to 1.3.9",
"path": "upgrading/upgrade-to-1.3.9"
},
{
"title": "Upgrade to 1.3.8",
"path": "upgrading/upgrade-to-1.3.8"
},
{
"title": "Upgrade to 1.3.5",
"path": "upgrading/upgrade-to-1.3.5"
},
{
"title": "Upgrade to 1.3.4",
"path": "upgrading/upgrade-to-1.3.4"
},
{
"title": "Upgrade to 1.3.3",
"path": "upgrading/upgrade-to-1.3.3"
},
{
"title": "Upgrade to 1.3.2",
"path": "upgrading/upgrade-to-1.3.2"
},
{
"title": "Upgrade to 1.3.0",
"path": "upgrading/upgrade-to-1.3.0"
},
{
"title": "Upgrade to 1.2.7",
"path": "upgrading/upgrade-to-1.2.7"
},
{
"title": "Upgrade to 1.2.6",
"path": "upgrading/upgrade-to-1.2.6"
},
{
"title": "Upgrade to 1.2.5",
"path": "upgrading/upgrade-to-1.2.5"
},
{
"title": "Upgrade to 1.2.4",
"path": "upgrading/upgrade-to-1.2.4"
},
{
"title": "Upgrade to 1.2.1",
"path": "upgrading/upgrade-to-1.2.1"
},
{
"title": "Upgrade to 1.2.0",
"path": "upgrading/upgrade-to-1.2.0"
},
{
"title": "Upgrade to 1.1.2",
"path": "upgrading/upgrade-to-1.1.2"
},
{
"title": "Upgrade to 1.1.1",
"path": "upgrading/upgrade-to-1.1.1"
},
{
"title": "Upgrade to 1.1.0",
"path": "upgrading/upgrade-to-1.1.0"
},
{
"title": "Upgrade to 1.0.0",
"path": "upgrading/upgrade-to-1.0.0"
},
{
"title": "Upgrade to 0.11.6",
"path": "upgrading/upgrade-to-0.11.6"
},
{
"title": "Upgrade to 0.11.2",
"path": "upgrading/upgrade-to-0.11.2"
},
{
"title": "Upgrade to 0.11.0",
"path": "upgrading/upgrade-to-0.11.0"
},
{
"title": "Upgrade to 0.10.4",
"path": "upgrading/upgrade-to-0.10.4"
},
{
"title": "Upgrade to 0.10.2",
"path": "upgrading/upgrade-to-0.10.2"
},
{
"title": "Upgrade to 0.10.0",
"path": "upgrading/upgrade-to-0.10.0"
},
{
"title": "Upgrade to 0.9.6",
"path": "upgrading/upgrade-to-0.9.6"
},
{
"title": "Upgrade to 0.9.3",
"path": "upgrading/upgrade-to-0.9.3"
},
{
"title": "Upgrade to 0.9.2",
"path": "upgrading/upgrade-to-0.9.2"
},
{
"title": "Upgrade to 0.9.1",
"path": "upgrading/upgrade-to-0.9.1"
},
{
"title": "Upgrade to 0.9.0",
"path": "upgrading/upgrade-to-0.9.0"
},
{
"title": "Upgrade to 0.8.0",
"path": "upgrading/upgrade-to-0.8.0"
},
{
"title": "Upgrade to 0.7.0",
"path": "upgrading/upgrade-to-0.7.0"
},
{
"title": "Upgrade to 0.6.4",
"path": "upgrading/upgrade-to-0.6.4"
},
{
"title": "Upgrade to 0.6.3",
"path": "upgrading/upgrade-to-0.6.3"
},
{
"title": "Upgrade to 0.6.2",
"path": "upgrading/upgrade-to-0.6.2"
},
{
"title": "Upgrade to 0.6.1",
"path": "upgrading/upgrade-to-0.6.1"
2021-07-28 11:46:40 -04:00
},
{
"title": "Upgrade to 0.6.0",
"path": "upgrading/upgrade-to-0.6.0"
2021-08-16 13:58:09 -04:00
},
{
"title": "Upgrade to 0.5.1",
"path": "upgrading/upgrade-to-0.5.1"
},
{
"title": "Upgrade to 0.5.0",
"path": "upgrading/upgrade-to-0.5.0"
}
]
},
{
"divider": true
},
{
"title": "Release Notes",
"routes": [
{
"title": "Overview",
"path": "release-notes"
},
{
"title": "1.18.0",
"path": "release-notes/1.18.0"
},
{
"title": "1.17.0",
"path": "release-notes/1.17.0"
},
{
"title": "1.16.1",
"path": "release-notes/1.16.1"
},
{
"title": "1.15.0",
"path": "release-notes/1.15.0"
},
{
[docs] Agent Process Supervisor Mode (#21056) * first pass at docs Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * try to add anchors Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * links didn't work correctly, just remove Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add partial Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * use new style Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add to index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * edit index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add config Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> * update file name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * more changes from PR review Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * updated name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * convert to old paragraph markers Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * exec -> process supervisor * "full stop" Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * little blurb about exit behavior Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * grammar Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand the config section * add env_template example Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand config description * fix links Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * config example * doesn't support anchors? Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * update functionality * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx Co-authored-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx * fix link * move process supervisor mode in alphabetical order * reference templating language --------- Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> Co-authored-by: Anton Averchenkov <anton.averchenkov@hashicorp.com>
2023-06-12 20:39:25 -04:00
"title": "1.14.0",
2023-06-21 10:44:50 -04:00
"path": "release-notes/1.14.0"
},
{
[docs] Agent Process Supervisor Mode (#21056) * first pass at docs Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * try to add anchors Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * links didn't work correctly, just remove Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add partial Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * use new style Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add to index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * edit index Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * add config Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> * update file name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * more changes from PR review Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * updated name Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * convert to old paragraph markers Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * exec -> process supervisor * exec -> process supervisor * "full stop" Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * little blurb about exit behavior Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * grammar Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Apply suggestions from code review * add link Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand the config section * add env_template example Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * expand config description * fix links Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * config example * doesn't support anchors? Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> * update functionality * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx Co-authored-by: Daniel Huckins <dhuckins@users.noreply.github.com> * Update website/content/docs/agent-and-proxy/agent/process-supervisor.mdx * fix link * move process supervisor mode in alphabetical order * reference templating language --------- Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com> Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com> Co-authored-by: Anton Averchenkov <anton.averchenkov@hashicorp.com>
2023-06-12 20:39:25 -04:00
"title": "1.13.0",
"path": "release-notes/1.13.0"
},
{
"title": "1.12.0",
"path": "release-notes/1.12.0"
},
{
"title": "1.11.0",
"path": "release-notes/1.11.0"
},
{
"title": "1.10.0",
"path": "release-notes/1.10.0"
},
{
[Doc Assembly Branch] Vault 1.9 release (#12944) * new document for feature deprecation notice * fixed errors * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update feature-deprecation-notice.mdx * added new faq page * added content for faq * updated faq page based on aarti's feedback * added client count faq * fixed a broken link * added links * fixed spacing issue * added new release notes page * edited the client count faq * edited the feature deprecation faq * edited the featue deprecation notice and plans * edited the release notes * added new oidc provider doc * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * incorporated feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * changed mnt_acc to mount_accessor * rewritting content * added doc link * fixed link error * fixed spacing error * incorporate additional feedback * more feedback * incorporated more feedback * fixed headings * fixed a heading * incorproate changes * incorporate feedback * modified RN based on feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> * updated final release notes * updated image * fixed link * added a new hyperlink to the etcd document * add and modify notes; update scope template * break identity docs into separate pages * fix nav for identity token * fix nav links; add links on overview * use real example IDs * fix typos * incorporated additional feedback Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
2021-11-15 21:02:36 -05:00
"title": "1.9.0",
"path": "release-notes/1.9.0"
},
{
[Doc Assembly Branch] Vault 1.9 release (#12944) * new document for feature deprecation notice * fixed errors * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update feature-deprecation-notice.mdx * added new faq page * added content for faq * updated faq page based on aarti's feedback * added client count faq * fixed a broken link * added links * fixed spacing issue * added new release notes page * edited the client count faq * edited the feature deprecation faq * edited the featue deprecation notice and plans * edited the release notes * added new oidc provider doc * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * incorporated feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * changed mnt_acc to mount_accessor * rewritting content * added doc link * fixed link error * fixed spacing error * incorporate additional feedback * more feedback * incorporated more feedback * fixed headings * fixed a heading * incorproate changes * incorporate feedback * modified RN based on feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> * updated final release notes * updated image * fixed link * added a new hyperlink to the etcd document * add and modify notes; update scope template * break identity docs into separate pages * fix nav for identity token * fix nav links; add links on overview * use real example IDs * fix typos * incorporated additional feedback Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
2021-11-15 21:02:36 -05:00
"title": "1.8.0",
"path": "release-notes/1.8.0"
},
{
"title": "1.7.0",
"path": "release-notes/1.7.0"
2021-07-28 11:54:09 -04:00
},
{
[Doc Assembly Branch] Vault 1.9 release (#12944) * new document for feature deprecation notice * fixed errors * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Meggie <meggie@hashicorp.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update website/content/docs/feature-deprecation-notice.mdx Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> * Update feature-deprecation-notice.mdx * added new faq page * added content for faq * updated faq page based on aarti's feedback * added client count faq * fixed a broken link * added links * fixed spacing issue * added new release notes page * edited the client count faq * edited the feature deprecation faq * edited the featue deprecation notice and plans * edited the release notes * added new oidc provider doc * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * incorporated feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> * changed mnt_acc to mount_accessor * rewritting content * added doc link * fixed link error * fixed spacing error * incorporate additional feedback * more feedback * incorporated more feedback * fixed headings * fixed a heading * incorproate changes * incorporate feedback * modified RN based on feedback * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> * updated final release notes * updated image * fixed link * added a new hyperlink to the etcd document * add and modify notes; update scope template * break identity docs into separate pages * fix nav for identity token * fix nav links; add links on overview * use real example IDs * fix typos * incorporated additional feedback Co-authored-by: Meggie <meggie@hashicorp.com> Co-authored-by: Rosemary Wang <915624+joatmon08@users.noreply.github.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
2021-11-15 21:02:36 -05:00
"title": "1.6.0",
"path": "release-notes/1.6.0"
},
{
"title": "1.5.0",
"path": "release-notes/1.5.0"
}
]
},
{
"divider": true
},
{
"title": "Deprecation notices",
"path": "deprecation"
},
{
"divider": true
},
2022-03-16 19:29:56 -04:00
{
"title": "FAQ",
"routes": [
{
"title": "Overview",
"path": "faq"
},
{
"title": "Feature Deprecation Notice and Plans",
"href": "https://developer.hashicorp.com/vault/docs/deprecation/faq"
2022-03-16 19:29:56 -04:00
},
{
"title": "License",
"href": "https://developer.hashicorp.com/vault/docs/enterprise/license/faq"
2022-03-16 19:29:56 -04:00
},
{
"title": "Client Count",
"href": "https://developer.hashicorp.com/vault/docs/concepts/client-count/faq"
2022-03-16 19:29:56 -04:00
},
{
"title": "Login MFA",
"href": "https://developer.hashicorp.com/vault/docs/auth/login-mfa/faq"
},
{
"title": "Server Side Consistent Token",
"path": "faq/ssct"
2022-03-16 19:29:56 -04:00
}
]
},
{
"divider": true
},
{
"title": "Glossary",
"path": "glossary"
},
{
"divider": true
},
{
"title": "Vault Enterprise",
"routes": [
{
"title": "Overview",
"path": "enterprise"
},
Added new folder and files for Vault License FAQs (#11809) * added new files for faqs * added another question * fixed a few typos * Update website/content/docs/enterprise/license/index.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * added a link to FAQs page * Update index.mdx * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * incorporated feedback * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2021-06-16 12:23:05 -04:00
{
"title": "License",
"routes": [
{
"title": "Overview",
"path": "enterprise/license"
},
2021-06-18 12:19:18 -04:00
{
"title": "Autoloading",
"path": "enterprise/license/autoloading"
},
{
"title": "Automated license utilization reporting",
"path": "enterprise/license/utilization-reporting"
},
{
"title": "Manual license utilization reporting",
"path": "enterprise/license/manual-reporting"
},
{
"title": "Product usage reporting",
"path": "enterprise/license/product-usage-reporting"
},
Added new folder and files for Vault License FAQs (#11809) * added new files for faqs * added another question * fixed a few typos * Update website/content/docs/enterprise/license/index.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * added a link to FAQs page * Update index.mdx * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * incorporated feedback * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2021-06-16 12:23:05 -04:00
{
2021-07-09 12:13:49 -04:00
"title": "FAQ",
"path": "enterprise/license/faq"
Added new folder and files for Vault License FAQs (#11809) * added new files for faqs * added another question * fixed a few typos * Update website/content/docs/enterprise/license/index.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * added a link to FAQs page * Update index.mdx * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * incorporated feedback * Update website/content/docs/enterprise/license/faqs.mdx Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2021-06-16 12:23:05 -04:00
}
]
},
{
"title": "Long-term support (LTS)",
"path": "enterprise/lts"
},
{
"title": "Design your Vault Enterprise cluster",
"path": "enterprise/cluster-design"
},
{
"title": "Replication",
"routes": [
2024-03-22 17:00:30 -04:00
{
"title": "Overview",
"path": "enterprise/replication"
},
{
"title": "Check for Merkle tree corruption",
"path": "enterprise/replication/check-merkle-tree-corruption"
}
]
},
{
"title": "HSM Support",
"routes": [
{
"title": "Overview",
"path": "enterprise/hsm"
},
{
"title": "Behavioral Changes",
"path": "enterprise/hsm/behavior"
},
{
"title": "Security",
"path": "enterprise/hsm/security"
}
]
},
{
"title": "PKCS11 Provider",
"routes": [
{
"title": "Overview",
"path": "enterprise/pkcs11-provider"
},
{
"title": "AWS KMS XKS",
"path": "enterprise/pkcs11-provider/aws-xks"
},
{
"title": "Oracle TDE",
"path": "enterprise/pkcs11-provider/oracle-tde"
}
]
},
{
"title": "Automated Integrated Storage Snapshots",
"path": "enterprise/automated-integrated-storage-snapshots"
},
2022-06-07 17:32:45 -04:00
{
"title": "Automated Upgrades",
"path": "enterprise/automated-upgrades"
},
{
"title": "Redundancy Zones",
"path": "enterprise/redundancy-zones"
},
{
"title": "Lease Count Quotas",
"path": "enterprise/lease-count-quotas"
},
{
"title": "Entropy Augmentation",
"path": "enterprise/entropy-augmentation"
},
{
"title": "FIPS",
"routes": [
{
"title": "Overview",
"path": "enterprise/fips"
},
{
"title": "FIPS 140-2 Inside Vault",
"path": "enterprise/fips/fips1402"
},
{
"title": "Seal Wrap for FIPS 140-2",
"path": "enterprise/fips/sealwrap"
}
]
},
{
"title": "Seal Wrap",
"path": "enterprise/sealwrap"
},
{
"title": "Namespaces",
"routes": [
{
"title": "Overview",
"path": "enterprise/namespaces"
},
{
"title": "Create an administrative namespace",
"path": "enterprise/namespaces/create-admin-namespace"
},
{
"title": "Run Vault with many namespaces",
"path": "enterprise/namespaces/namespace-limits",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
}
},
{
"title": "Configure cross namespace access",
"path": "enterprise/namespaces/configure-cross-namespace-access",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
}
},
{
"title": "Structure guide",
"path": "enterprise/namespaces/namespace-structure"
}
]
},
{
"title": "Performance Standbys",
"path": "enterprise/performance-standby"
},
{
"title": "Eventual Consistency",
"path": "enterprise/consistency"
},
{
"title": "Audit",
"routes": [
VAULT-23335: Audit - Exclusion Docs (Draft) (#26696) * Added exclusion draft docs * added message to link exported types RequestEntry and ResponseEntry to website docs * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * `an` => `a` * quotes * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/enterprise/audit/exclusion.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/partials/audit-options-common.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * JSON {} 'objects' * condition is optional * Update website/content/docs/enterprise/audit/exclusion.mdx --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-06-11 03:39:54 -04:00
{
"title": "Audit Exclusion",
"path": "enterprise/audit/exclusion"
},
{
"title": "Audit Filtering",
"path": "enterprise/audit/filtering"
}
]
},
{
"title": "Control Groups",
"path": "enterprise/control-groups"
},
{
"title": "Managed Keys",
"path": "enterprise/managed-keys"
},
{
"title": "MFA",
"routes": [
{
"title": "Overview",
"path": "enterprise/mfa"
},
{
"title": "Duo MFA",
"path": "enterprise/mfa/mfa-duo"
},
{
"title": "Okta MFA",
"path": "enterprise/mfa/mfa-okta"
},
{
"title": "PingID MFA",
"path": "enterprise/mfa/mfa-pingid"
},
{
"title": "TOTP MFA",
"path": "enterprise/mfa/mfa-totp"
}
]
},
{
"title": "Sentinel",
"routes": [
{
"title": "Overview",
"path": "enterprise/sentinel"
},
{
"title": "Examples",
"path": "enterprise/sentinel/examples"
},
{
"title": "Properties",
"path": "enterprise/sentinel/properties"
}
]
2022-02-09 19:15:17 -05:00
},
{
"title": "HCP Vault",
"href": "https://cloud.hashicorp.com/docs/vault"
}
]
}
]