1[
2  {
3    "title": "Installing Vault",
4    "path": "install"
5  },
6  {
7    "title": "Internals",
8    "routes": [
9      {
10        "title": "Overview",
11        "path": "internals"
12      },
13      {
14        "title": "Architecture",
15        "path": "internals/architecture"
16      },
17      {
18        "title": "High Availability",
19        "path": "internals/high-availability"
20      },
21      {
22        "title": "Integrated Storage",
23        "path": "internals/integrated-storage"
24      },
25      {
26        "title": "Security Model",
27        "path": "internals/security"
28      },
29      {
30        "title": "Telemetry",
31        "path": "internals/telemetry"
32      },
33      {
34        "title": "Token Authentication",
35        "path": "internals/token"
36      },
37      {
38        "title": "Key Rotation",
39        "path": "internals/rotation"
40      },
41      {
42        "title": "Replication",
43        "path": "internals/replication"
44      },
45      {
46        "title": "Plugins",
47        "path": "internals/plugins"
48      },
49      {
50        "title": "Limits and Maximums",
51        "path": "internals/limits"
52      }
53    ]
54  },
55  {
56    "title": "Concepts",
57    "routes": [
58      {
59        "title": "Overview",
60        "path": "concepts"
61      },
62      {
63        "title": "'Dev' Server",
64        "path": "concepts/dev-server"
65      },
66      {
67        "title": "Seal/Unseal",
68        "path": "concepts/seal"
69      },
70      {
71        "title": "Lease, Renew, and Revoke",
72        "path": "concepts/lease"
73      },
74      {
75        "title": "Authentication",
76        "path": "concepts/auth"
77      },
78      {
79        "title": "Tokens",
80        "path": "concepts/tokens"
81      },
82      {
83        "title": "Response Wrapping",
84        "path": "concepts/response-wrapping"
85      },
86      {
87        "title": "Policies",
88        "path": "concepts/policies"
89      },
90      {
91        "title": "Password Policies",
92        "path": "concepts/password-policies"
93      },
94      {
95        "title": "Username Templating",
96        "path": "concepts/username-templating"
97      },
98      {
99        "title": "High Availability",
100        "path": "concepts/ha"
101      },
102      {
103        "title": "Storage",
104        "path": "concepts/storage"
105      },
106      {
107        "title": "Integrated Storage",
108        "routes": [
109          {
110            "title": "Overview",
111            "path": "concepts/integrated-storage"
112          },
113          {
114            "title": "Autopilot",
115            "path": "concepts/integrated-storage/autopilot"
116          }
117        ]
118      },
119      {
120        "title": "PGP, GPG, and Keybase",
121        "path": "concepts/pgp-gpg-keybase"
122      },
123      {
124        "title": "Recovery Mode",
125        "path": "concepts/recovery-mode"
126      },
127      {
128        "title": "Resource Quotas",
129        "path": "concepts/resource-quotas"
130      },
131      {
132        "title": "Client Count",
133        "path": "concepts/client-count"
134      },
135      {
136        "title": "Transform",
137        "path": "concepts/transform"
138      }
139    ]
140  },
141  {
142    "title": "Configuration",
143    "routes": [
144      {
145        "title": "Overview",
146        "path": "configuration"
147      },
148      {
149        "title": "<code>listener</code>",
150        "routes": [
151          {
152            "title": "Overview",
153            "path": "configuration/listener"
154          },
155          {
156            "title": "TCP",
157            "path": "configuration/listener/tcp"
158          }
159        ]
160      },
161      {
162        "title": "<code>replication</code>",
163        "path": "configuration/replication"
164      },
165      {
166        "title": "<code>seal</code>",
167        "routes": [
168          {
169            "title": "Overview",
170            "path": "configuration/seal"
171          },
172          {
173            "title": "AliCloud KMS",
174            "path": "configuration/seal/alicloudkms"
175          },
176          {
177            "title": "AWS KMS",
178            "path": "configuration/seal/awskms"
179          },
180          {
181            "title": "Azure Key Vault",
182            "path": "configuration/seal/azurekeyvault"
183          },
184          {
185            "title": "GCP Cloud KMS",
186            "path": "configuration/seal/gcpckms"
187          },
188          {
189            "title": "OCI KMS",
190            "path": "configuration/seal/ocikms"
191          },
192          {
193            "title": "HSM PKCS11 <sup>ENT</sup>",
194            "path": "configuration/seal/pkcs11"
195          },
196          {
197            "title": "Vault Transit",
198            "path": "configuration/seal/transit"
199          }
200        ]
201      },
202      {
203        "title": "<code>sentinel</code>",
204        "path": "configuration/sentinel"
205      },
206      {
207        "title": "<code>service_registration</code>",
208        "routes": [
209          {
210            "title": "Overview",
211            "path": "configuration/service-registration"
212          },
213          {
214            "title": "Consul",
215            "path": "configuration/service-registration/consul"
216          },
217          {
218            "title": "Kubernetes",
219            "path": "configuration/service-registration/kubernetes"
220          }
221        ]
222      },
223      {
224        "title": "<code>storage</code>",
225        "routes": [
226          {
227            "title": "Overview",
228            "path": "configuration/storage"
229          },
230          {
231            "title": "Aerospike",
232            "path": "configuration/storage/aerospike"
233          },
234          {
235            "title": "Alicloud OSS",
236            "path": "configuration/storage/alicloudoss",
237            "hidden": true
238          },
239          {
240            "title": "Azure",
241            "path": "configuration/storage/azure"
242          },
243          {
244            "title": "Cassandra",
245            "path": "configuration/storage/cassandra"
246          },
247          {
248            "title": "CockroachDB",
249            "path": "configuration/storage/cockroachdb"
250          },
251          {
252            "title": "Consul",
253            "path": "configuration/storage/consul"
254          },
255          {
256            "title": "CouchDB",
257            "path": "configuration/storage/couchdb"
258          },
259          {
260            "title": "DynamoDB",
261            "path": "configuration/storage/dynamodb"
262          },
263          {
264            "title": "Etcd",
265            "path": "configuration/storage/etcd"
266          },
267          {
268            "title": "Filesystem",
269            "path": "configuration/storage/filesystem"
270          },
271          {
272            "title": "FoundationDB",
273            "path": "configuration/storage/foundationdb"
274          },
275          {
276            "title": "Google Cloud Spanner",
277            "path": "configuration/storage/google-cloud-spanner"
278          },
279          {
280            "title": "Google Cloud Storage",
281            "path": "configuration/storage/google-cloud-storage"
282          },
283          {
284            "title": "In-Memory",
285            "path": "configuration/storage/in-memory"
286          },
287          {
288            "title": "Manta",
289            "path": "configuration/storage/manta"
290          },
291          {
292            "title": "MSSQL",
293            "path": "configuration/storage/mssql"
294          },
295          {
296            "title": "MySQL",
297            "path": "configuration/storage/mysql"
298          },
299          {
300            "title": "OCI Object Storage",
301            "path": "configuration/storage/oci-object-storage"
302          },
303          {
304            "title": "PostgreSQL",
305            "path": "configuration/storage/postgresql"
306          },
307          {
308            "title": "Integrated Storage (Raft)",
309            "path": "configuration/storage/raft"
310          },
311          {
312            "title": "S3",
313            "path": "configuration/storage/s3"
314          },
315          {
316            "title": "Swift",
317            "path": "configuration/storage/swift"
318          },
319          {
320            "title": "Zookeeper",
321            "path": "configuration/storage/zookeeper"
322          }
323        ]
324      },
325      {
326        "title": "<code>telemetry</code>",
327        "path": "configuration/telemetry"
328      },
329      {
330        "title": "<code>ui</code>",
331        "path": "configuration/ui"
332      },
333      {
334        "title": "<code>Entropy Augmentation</code> <sup>ENT</sup>",
335        "path": "configuration/entropy-augmentation"
336      }
337    ]
338  },
339  {
340    "title": "Commands (CLI)",
341    "routes": [
342      {
343        "title": "Overview",
344        "path": "commands"
345      },
346      {
347        "title": "<code>agent</code>",
348        "path": "commands/agent"
349      },
350      {
351        "title": "<code>audit</code>",
352        "routes": [
353          {
354            "title": "Overview",
355            "path": "commands/audit"
356          },
357          {
358            "title": "<code>disable</code>",
359            "path": "commands/audit/disable"
360          },
361          {
362            "title": "<code>enable</code>",
363            "path": "commands/audit/enable"
364          },
365          {
366            "title": "<code>list</code>",
367            "path": "commands/audit/list"
368          }
369        ]
370      },
371      {
372        "title": "<code>auth</code>",
373        "routes": [
374          {
375            "title": "Overview",
376            "path": "commands/auth"
377          },
378          {
379            "title": "<code>disable</code>",
380            "path": "commands/auth/disable"
381          },
382          {
383            "title": "<code>enable</code>",
384            "path": "commands/auth/enable"
385          },
386          {
387            "title": "<code>help</code>",
388            "path": "commands/auth/help"
389          },
390          {
391            "title": "<code>list</code>",
392            "path": "commands/auth/list"
393          },
394          {
395            "title": "<code>tune</code>",
396            "path": "commands/auth/tune"
397          }
398        ]
399      },
400      {
401        "title": "<code>debug</code>",
402        "path": "commands/debug"
403      },
404      {
405        "title": "<code>delete</code>",
406        "path": "commands/delete"
407      },
408      {
409        "title": "<code>help</code>",
410        "path": "commands/help",
411        "hidden": true
412      },
413      {
414        "title": "<code>kv</code>",
415        "routes": [
416          {
417            "title": "Overview",
418            "path": "commands/kv"
419          },
420          {
421            "title": "<code>delete</code>",
422            "path": "commands/kv/delete"
423          },
424          {
425            "title": "<code>destroy</code>",
426            "path": "commands/kv/destroy"
427          },
428          {
429            "title": "<code>enable-versioning</code>",
430            "path": "commands/kv/enable-versioning"
431          },
432          {
433            "title": "<code>get</code>",
434            "path": "commands/kv/get"
435          },
436          {
437            "title": "<code>list</code>",
438            "path": "commands/kv/list"
439          },
440          {
441            "title": "<code>metadata</code>",
442            "path": "commands/kv/metadata"
443          },
444          {
445            "title": "<code>patch</code>",
446            "path": "commands/kv/patch"
447          },
448          {
449            "title": "<code>put</code>",
450            "path": "commands/kv/put"
451          },
452          {
453            "title": "<code>rollback</code>",
454            "path": "commands/kv/rollback"
455          },
456          {
457            "title": "<code>undelete</code>",
458            "path": "commands/kv/undelete"
459          }
460        ]
461      },
462      {
463        "title": "<code>lease</code>",
464        "routes": [
465          {
466            "title": "Overview",
467            "path": "commands/lease"
468          },
469          {
470            "title": "<code>lookup</code>",
471            "path": "commands/lease/lookup",
472            "hidden": true
473          },
474          {
475            "title": "<code>renew</code>",
476            "path": "commands/lease/renew"
477          },
478          {
479            "title": "<code>revoke</code>",
480            "path": "commands/lease/revoke"
481          }
482        ]
483      },
484      {
485        "title": "<code>license</code>",
486        "routes": [
487          {
488            "title": "Overview",
489            "path": "commands/license"
490          },
491          {
492            "title": "<code>get</code>",
493            "path": "commands/license/get"
494          },
495          {
496            "title": "<code>inspect</code>",
497            "path": "commands/license/inspect"
498          }
499        ]
500      },
501      {
502        "title": "<code>list</code>",
503        "path": "commands/list"
504      },
505      {
506        "title": "<code>login</code>",
507        "path": "commands/login"
508      },
509      {
510        "title": "<code>monitor</code>",
511        "path": "commands/monitor"
512      },
513      {
514        "title": "<code>namespace</code>",
515        "path": "commands/namespace"
516      },
517      {
518        "title": "<code>operator</code>",
519        "routes": [
520          {
521            "title": "Overview",
522            "path": "commands/operator"
523          },
524          {
525            "title": "<code>generate-root</code>",
526            "path": "commands/operator/generate-root"
527          },
528          {
529            "title": "<code>init</code>",
530            "path": "commands/operator/init"
531          },
532          {
533            "title": "<code>key-status</code>",
534            "path": "commands/operator/key-status"
535          },
536          {
537            "title": "<code>migrate</code>",
538            "path": "commands/operator/migrate"
539          },
540          {
541            "title": "<code>raft</code>",
542            "path": "commands/operator/raft"
543          },
544          {
545            "title": "<code>rekey</code>",
546            "path": "commands/operator/rekey"
547          },
548          {
549            "title": "<code>rotate</code>",
550            "path": "commands/operator/rotate"
551          },
552          {
553            "title": "<code>seal</code>",
554            "path": "commands/operator/seal"
555          },
556          {
557            "title": "<code>step-down</code>",
558            "path": "commands/operator/step-down"
559          },
560          {
561            "title": "<code>unseal</code>",
562            "path": "commands/operator/unseal"
563          },
564          {
565            "title": "<code>usage</code>",
566            "path": "commands/operator/usage"
567          }
568        ]
569      },
570      {
571        "title": "<code>path-help</code>",
572        "path": "commands/path-help"
573      },
574      {
575        "title": "<code>plugin</code>",
576        "routes": [
577          {
578            "title": "Overview",
579            "path": "commands/plugin"
580          },
581          {
582            "title": "<code>deregister</code>",
583            "path": "commands/plugin/deregister"
584          },
585          {
586            "title": "<code>info</code>",
587            "path": "commands/plugin/info"
588          },
589          {
590            "title": "<code>list</code>",
591            "path": "commands/plugin/list"
592          },
593          {
594            "title": "<code>register</code>",
595            "path": "commands/plugin/register"
596          },
597          {
598            "title": "<code>reload</code>",
599            "path": "commands/plugin/reload"
600          }
601        ]
602      },
603      {
604        "title": "<code>policy</code>",
605        "routes": [
606          {
607            "title": "Overview",
608            "path": "commands/policy"
609          },
610          {
611            "title": "<code>delete</code>",
612            "path": "commands/policy/delete"
613          },
614          {
615            "title": "<code>fmt</code>",
616            "path": "commands/policy/fmt"
617          },
618          {
619            "title": "<code>list</code>",
620            "path": "commands/policy/list"
621          },
622          {
623            "title": "<code>read</code>",
624            "path": "commands/policy/read"
625          },
626          {
627            "title": "<code>write</code>",
628            "path": "commands/policy/write"
629          }
630        ]
631      },
632      {
633        "title": "<code>read</code>",
634        "path": "commands/read"
635      },
636      {
637        "title": "<code>secrets</code>",
638        "routes": [
639          {
640            "title": "Overview",
641            "path": "commands/secrets"
642          },
643          {
644            "title": "<code>disable</code>",
645            "path": "commands/secrets/disable"
646          },
647          {
648            "title": "<code>enable</code>",
649            "path": "commands/secrets/enable"
650          },
651          {
652            "title": "<code>list</code>",
653            "path": "commands/secrets/list"
654          },
655          {
656            "title": "<code>move</code>",
657            "path": "commands/secrets/move"
658          },
659          {
660            "title": "<code>tune</code>",
661            "path": "commands/secrets/tune"
662          }
663        ]
664      },
665      {
666        "title": "<code>server</code>",
667        "path": "commands/server"
668      },
669      {
670        "title": "<code>ssh</code>",
671        "path": "commands/ssh"
672      },
673      {
674        "title": "<code>status</code>",
675        "path": "commands/status"
676      },
677      {
678        "title": "<code>token</code>",
679        "routes": [
680          {
681            "title": "Overview",
682            "path": "commands/token"
683          },
684          {
685            "title": "<code>capabilities</code>",
686            "path": "commands/token/capabilities"
687          },
688          {
689            "title": "<code>create</code>",
690            "path": "commands/token/create"
691          },
692          {
693            "title": "<code>lookup</code>",
694            "path": "commands/token/lookup"
695          },
696          {
697            "title": "<code>renew</code>",
698            "path": "commands/token/renew"
699          },
700          {
701            "title": "<code>revoke</code>",
702            "path": "commands/token/revoke"
703          }
704        ]
705      },
706      {
707        "title": "<code>unwrap</code>",
708        "path": "commands/unwrap"
709      },
710      {
711        "title": "<code>version</code>",
712        "path": "commands/version"
713      },
714      {
715        "title": "<code>write</code>",
716        "path": "commands/write"
717      },
718      {
719        "title": "Token Helpers",
720        "path": "commands/token-helper"
721      }
722    ]
723  },
724  {
725    "title": "Vault Agent",
726    "routes": [
727      {
728        "title": "Overview",
729        "path": "agent"
730      },
731      {
732        "title": "Auto-Auth",
733        "routes": [
734          {
735            "title": "Overview",
736            "path": "agent/autoauth"
737          },
738          {
739            "title": "Methods",
740            "routes": [
741              {
742                "title": "Overview",
743                "path": "agent/autoauth/methods"
744              },
745              {
746                "title": "AliCloud",
747                "path": "agent/autoauth/methods/alicloud"
748              },
749              {
750                "title": "AppRole",
751                "path": "agent/autoauth/methods/approle"
752              },
753              {
754                "title": "AWS",
755                "path": "agent/autoauth/methods/aws"
756              },
757              {
758                "title": "Azure",
759                "path": "agent/autoauth/methods/azure"
760              },
761              {
762                "title": "Cert",
763                "path": "agent/autoauth/methods/cert"
764              },
765              {
766                "title": "CF",
767                "path": "agent/autoauth/methods/cf"
768              },
769              {
770                "title": "GCP",
771                "path": "agent/autoauth/methods/gcp"
772              },
773              {
774                "title": "JWT",
775                "path": "agent/autoauth/methods/jwt"
776              },
777              {
778                "title": "Kerberos",
779                "path": "agent/autoauth/methods/kerberos"
780              },
781              {
782                "title": "Kubernetes",
783                "path": "agent/autoauth/methods/kubernetes"
784              }
785            ]
786          },
787          {
788            "title": "Sinks",
789            "routes": [
790              {
791                "title": "Overview",
792                "path": "agent/autoauth/sinks"
793              },
794              {
795                "title": "File",
796                "path": "agent/autoauth/sinks/file"
797              }
798            ]
799          }
800        ]
801      },
802      {
803        "title": "Caching",
804        "routes": [
805          {
806            "title": "Overview",
807            "path": "agent/caching"
808          },
809          {
810            "title": "Persistent Caching",
811            "routes": [
812              {
813                "title": "Overview",
814                "path": "agent/caching/persistent-caches"
815              },
816              {
817                "title": "Kubernetes",
818                "path": "agent/caching/persistent-caches/kubernetes"
819              }
820            ]
821          }
822        ]
823      },
824      {
825        "title": "Templates",
826        "path": "agent/template"
827      },
828      {
829        "title": "Template Config",
830        "path": "agent/template-config"
831      },
832      {
833        "title": "Windows service",
834        "path": "agent/winsvc"
835      }
836    ]
837  },
838  {
839    "divider": true
840  },
841  {
842    "title": "Secrets Engines",
843    "routes": [
844      {
845        "title": "Overview",
846        "path": "secrets"
847      },
848      {
849        "title": "Active Directory",
850        "path": "secrets/ad"
851      },
852      {
853        "title": "AliCloud",
854        "path": "secrets/alicloud"
855      },
856      {
857        "title": "AWS",
858        "path": "secrets/aws"
859      },
860      {
861        "title": "Azure",
862        "path": "secrets/azure"
863      },
864      {
865        "title": "Cassandra",
866        "path": "secrets/cassandra",
867        "hidden": true
868      },
869      {
870        "title": "Consul",
871        "path": "secrets/consul"
872      },
873      {
874        "title": "Cubbyhole",
875        "path": "secrets/cubbyhole"
876      },
877      {
878        "title": "Databases",
879        "routes": [
880          {
881            "title": "Overview",
882            "path": "secrets/databases"
883          },
884          {
885            "title": "Cassandra",
886            "path": "secrets/databases/cassandra"
887          },
888          {
889            "title": "Couchbase",
890            "path": "secrets/databases/couchbase"
891          },
892          {
893            "title": "Elasticsearch",
894            "path": "secrets/databases/elasticdb"
895          },
896          {
897            "title": "HanaDB",
898            "path": "secrets/databases/hanadb"
899          },
900          {
901            "title": "InfluxDB",
902            "path": "secrets/databases/influxdb"
903          },
904          {
905            "title": "MongoDB",
906            "path": "secrets/databases/mongodb"
907          },
908          {
909            "title": "MongoDB Atlas",
910            "path": "secrets/databases/mongodbatlas"
911          },
912          {
913            "title": "MSSQL",
914            "path": "secrets/databases/mssql"
915          },
916          {
917            "title": "MySQL/MariaDB",
918            "path": "secrets/databases/mysql-maria"
919          },
920          {
921            "title": "Oracle",
922            "path": "secrets/databases/oracle"
923          },
924          {
925            "title": "PostgreSQL",
926            "path": "secrets/databases/postgresql"
927          },
928          {
929            "title": "Redshift",
930            "path": "secrets/databases/redshift"
931          },
932          {
933            "title": "Snowflake",
934            "path": "secrets/databases/snowflake"
935          },
936          {
937            "title": "Custom",
938            "path": "secrets/databases/custom"
939          }
940        ]
941      },
942      {
943        "title": "Google Cloud",
944        "path": "secrets/gcp"
945      },
946      {
947        "title": "Google Cloud KMS",
948        "path": "secrets/gcpkms"
949      },
950      {
951        "title": "Key Management <sup>ENTERPRISE</sup>",
952        "routes": [
953          {
954            "title": "Overview",
955            "path": "secrets/key-management"
956          },
957          {
958            "title": "Azure Key Vault",
959            "path": "secrets/key-management/azurekeyvault"
960          },
961          {
962            "title": "AWS KMS",
963            "path": "secrets/key-management/awskms"
964          }
965        ]
966      },
967      {
968        "title": "KMIP <sup>ENTERPRISE</sup>",
969        "path": "secrets/kmip"
970      },
971      {
972        "title": "Key/Value",
973        "routes": [
974          {
975            "title": "Overview",
976            "path": "secrets/kv"
977          },
978          {
979            "title": "K/V Version 1",
980            "path": "secrets/kv/kv-v1"
981          },
982          {
983            "title": "K/V Version 2",
984            "path": "secrets/kv/kv-v2"
985          }
986        ]
987      },
988      {
989        "title": "Identity",
990        "path": "secrets/identity"
991      },
992      {
993        "title": "MongoDB Atlas",
994        "path": "secrets/mongodbatlas"
995      },
996      {
997        "title": "Nomad",
998        "path": "secrets/nomad"
999      },
1000      {
1001        "title": "OpenLDAP",
1002        "path": "secrets/openldap"
1003      },
1004      {
1005        "title": "PKI (Certificates)",
1006        "path": "secrets/pki"
1007      },
1008      {
1009        "title": "RabbitMQ",
1010        "path": "secrets/rabbitmq"
1011      },
1012      {
1013        "title": "SSH",
1014        "routes": [
1015          {
1016            "title": "Overview",
1017            "path": "secrets/ssh"
1018          },
1019          {
1020            "title": "Signed Certificates",
1021            "path": "secrets/ssh/signed-ssh-certificates"
1022          },
1023          {
1024            "title": "SSH OTP",
1025            "path": "secrets/ssh/one-time-ssh-passwords"
1026          },
1027          {
1028            "title": "Dynamic Key",
1029            "path": "secrets/ssh/dynamic-ssh-keys"
1030          }
1031        ]
1032      },
1033      {
1034        "title": "Terraform Cloud",
1035        "path": "secrets/terraform"
1036      },
1037      {
1038        "title": "TOTP",
1039        "path": "secrets/totp"
1040      },
1041      {
1042        "title": "Transform <sup>ENTERPRISE</sup>",
1043        "routes": [
1044          {
1045            "title": "Overview",
1046            "path": "secrets/transform"
1047          },
1048          {
1049            "title": "FF3-1 Tweak Usage",
1050            "path": "secrets/transform/ff3-tweak-details",
1051            "hidden": true
1052          },
1053          {
1054            "title": "Tokenization Transform <sup>ENTERPRISE</sup>",
1055            "path": "secrets/transform/tokenization"
1056          }
1057        ]
1058      },
1059      {
1060        "title": "Transit",
1061        "path": "secrets/transit"
1062      },
1063      {
1064        "title": "Venafi (Certificates)",
1065        "path": "secrets/venafi"
1066      }
1067    ]
1068  },
1069  {
1070    "title": "Auth Methods",
1071    "routes": [
1072      {
1073        "title": "Overview",
1074        "path": "auth"
1075      },
1076      {
1077        "title": "AppRole",
1078        "path": "auth/approle"
1079      },
1080      {
1081        "title": "AliCloud",
1082        "path": "auth/alicloud"
1083      },
1084      {
1085        "title": "AWS",
1086        "path": "auth/aws"
1087      },
1088      {
1089        "title": "Azure",
1090        "path": "auth/azure"
1091      },
1092      {
1093        "title": "Cloud Foundry",
1094        "path": "auth/cf"
1095      },
1096      {
1097        "title": "GitHub",
1098        "path": "auth/github"
1099      },
1100      {
1101        "title": "Google Cloud",
1102        "path": "auth/gcp"
1103      },
1104      {
1105        "title": "JWT/OIDC",
1106        "routes": [
1107          {
1108            "title": "Overview",
1109            "path": "auth/jwt"
1110          },
1111          {
1112            "title": "OIDC Providers",
1113            "path": "auth/jwt/oidc_providers"
1114          }
1115        ]
1116      },
1117      {
1118        "title": "Kerberos",
1119        "path": "auth/kerberos"
1120      },
1121      {
1122        "title": "Kubernetes",
1123        "path": "auth/kubernetes"
1124      },
1125      {
1126        "title": "LDAP",
1127        "path": "auth/ldap"
1128      },
1129      {
1130        "title": "Oracle Cloud Infrastructure",
1131        "path": "auth/oci"
1132      },
1133      {
1134        "title": "Okta",
1135        "path": "auth/okta"
1136      },
1137      {
1138        "title": "RADIUS",
1139        "path": "auth/radius"
1140      },
1141      {
1142        "title": "TLS Certificates",
1143        "path": "auth/cert"
1144      },
1145      {
1146        "title": "Tokens",
1147        "path": "auth/token"
1148      },
1149      {
1150        "title": "Username &amp; Password",
1151        "path": "auth/userpass"
1152      },
1153      {
1154        "divider": true
1155      },
1156      {
1157        "title": "App ID <sup>DEPRECATED</sup>",
1158        "path": "auth/app-id"
1159      },
1160      {
1161        "title": "MFA <sup>LEGACY / UNSUPPORTED</sup>",
1162        "path": "auth/mfa"
1163      }
1164    ]
1165  },
1166  {
1167    "title": "Audit Devices",
1168    "routes": [
1169      {
1170        "title": "Overview",
1171        "path": "audit"
1172      },
1173      {
1174        "title": "File",
1175        "path": "audit/file"
1176      },
1177      {
1178        "title": "Syslog",
1179        "path": "audit/syslog"
1180      },
1181      {
1182        "title": "Socket",
1183        "path": "audit/socket"
1184      }
1185    ]
1186  },
1187  {
1188    "title": "Plugin Backends",
1189    "path": "plugin"
1190  },
1191  {
1192    "title": "Plugin Portal",
1193    "path": "plugin-portal"
1194  },
1195  {
1196    "divider": true
1197  },
1198  {
1199    "title": "What is Vault?",
1200    "path": "what-is-vault"
1201  },
1202  {
1203    "title": "Use Cases",
1204    "path": "use-cases"
1205  },
1206  {
1207    "title": "Vault Integration Program",
1208    "path": "partnerships"
1209  },
1210  {
1211    "divider": true
1212  },
1213  {
1214    "title": "Platforms",
1215    "routes": [
1216      {
1217        "title": "Overview",
1218        "path": "platform"
1219      },
1220      {
1221        "title": "Kubernetes",
1222        "routes": [
1223          {
1224            "title": "Overview",
1225            "path": "platform/k8s"
1226          },
1227          {
1228            "title": "Helm Chart",
1229            "routes": [
1230              {
1231                "title": "Overview",
1232                "path": "platform/k8s/helm"
1233              },
1234              {
1235                "title": "Running Vault",
1236                "path": "platform/k8s/helm/run"
1237              },
1238              {
1239                "title": "Enterprise Licensing",
1240                "path": "platform/k8s/helm/enterprise"
1241              },
1242              {
1243                "title": "Running Vault on OpenShift",
1244                "path": "platform/k8s/helm/openshift"
1245              },
1246              {
1247                "title": "Configuration",
1248                "path": "platform/k8s/helm/configuration"
1249              },
1250              {
1251                "title": "Examples",
1252                "routes": [
1253                  {
1254                    "title": "Overview",
1255                    "path": "platform/k8s/helm/examples"
1256                  },
1257                  {
1258                    "title": "Development",
1259                    "path": "platform/k8s/helm/examples/development"
1260                  },
1261                  {
1262                    "title": "Standalone with Load Balanced UI",
1263                    "path": "platform/k8s/helm/examples/standalone-load-balanced-ui"
1264                  },
1265                  {
1266                    "title": "Standalone with TLS",
1267                    "path": "platform/k8s/helm/examples/standalone-tls"
1268                  },
1269                  {
1270                    "title": "Standalone with Audit Storage",
1271                    "path": "platform/k8s/helm/examples/standalone-audit"
1272                  },
1273                  {
1274                    "title": "External Vault",
1275                    "path": "platform/k8s/helm/examples/external"
1276                  },
1277                  {
1278                    "title": "Using Kubernetes Auth Method",
1279                    "path": "platform/k8s/helm/examples/kubernetes-auth"
1280                  },
1281                  {
1282                    "title": "HA Cluster with Consul",
1283                    "path": "platform/k8s/helm/examples/ha-with-consul"
1284                  },
1285                  {
1286                    "title": "HA Cluster with Raft",
1287                    "path": "platform/k8s/helm/examples/ha-with-raft"
1288                  },
1289                  {
1290                    "title": "HA Enterprise Cluster with Raft",
1291                    "path": "platform/k8s/helm/examples/enterprise-with-raft"
1292                  },
1293                  {
1294                    "title": "HA Enterprise DR Clusters with Raft",
1295                    "path": "platform/k8s/helm/examples/enterprise-dr-with-raft"
1296                  },
1297                  {
1298                    "title": "HA Enterprise Performance Clusters with Raft",
1299                    "path": "platform/k8s/helm/examples/enterprise-perf-with-raft"
1300                  },
1301                  {
1302                    "title": "Vault Agent Injector TLS Configuration",
1303                    "path": "platform/k8s/helm/examples/injector-tls"
1304                  }
1305                ]
1306              }
1307            ]
1308          },
1309          {
1310            "title": "Agent Injector",
1311            "routes": [
1312              {
1313                "title": "Overview",
1314                "path": "platform/k8s/injector"
1315              },
1316              {
1317                "title": "Annotations",
1318                "path": "platform/k8s/injector/annotations"
1319              },
1320              {
1321                "title": "Installation",
1322                "path": "platform/k8s/injector/installation"
1323              },
1324              {
1325                "title": "Examples",
1326                "path": "platform/k8s/injector/examples"
1327              }
1328            ]
1329          },
1330          {
1331            "title": "Vault CSI Provider",
1332            "routes": [
1333              {
1334                "title": "Overview",
1335                "path": "platform/k8s/csi"
1336              },
1337              {
1338                "title": "Configurations",
1339                "path": "platform/k8s/csi/configurations"
1340              },
1341              {
1342                "title": "Examples",
1343                "path": "platform/k8s/csi/examples"
1344              },
1345              {
1346                "title": "Installation",
1347                "path": "platform/k8s/csi/installation"
1348              }
1349            ]
1350          }
1351        ]
1352      },
1353      {
1354        "title": "AWS Marketplace",
1355        "routes": [
1356          {
1357            "title": "Overview",
1358            "path": "platform/aws-mp"
1359          },
1360          {
1361            "title": "Running Vault",
1362            "path": "platform/aws-mp/run"
1363          }
1364        ]
1365      }
1366    ]
1367  },
1368  {
1369    "divider": true
1370  },
1371  {
1372    "title": "Versus Other Software",
1373    "path": "vs",
1374    "hidden": true
1375  },
1376  {
1377    "title": "Upgrade Guides",
1378    "routes": [
1379      {
1380        "title": "Overview",
1381        "path": "upgrading"
1382      },
1383      {
1384        "title": "Upgrade Plugins",
1385        "path": "upgrading/plugins"
1386      },
1387      {
1388        "title": "Upgrade to 0.5.0",
1389        "path": "upgrading/upgrade-to-0.5.0"
1390      },
1391      {
1392        "title": "Upgrade to 0.5.1",
1393        "path": "upgrading/upgrade-to-0.5.1"
1394      },
1395      {
1396        "title": "Upgrade to 0.6.0",
1397        "path": "upgrading/upgrade-to-0.6.0"
1398      },
1399      {
1400        "title": "Upgrade to 0.6.1",
1401        "path": "upgrading/upgrade-to-0.6.1"
1402      },
1403      {
1404        "title": "Upgrade to 0.6.2",
1405        "path": "upgrading/upgrade-to-0.6.2"
1406      },
1407      {
1408        "title": "Upgrade to 0.6.3",
1409        "path": "upgrading/upgrade-to-0.6.3"
1410      },
1411      {
1412        "title": "Upgrade to 0.6.4",
1413        "path": "upgrading/upgrade-to-0.6.4"
1414      },
1415      {
1416        "title": "Upgrade to 0.7.0",
1417        "path": "upgrading/upgrade-to-0.7.0"
1418      },
1419      {
1420        "title": "Upgrade to 0.8.0",
1421        "path": "upgrading/upgrade-to-0.8.0"
1422      },
1423      {
1424        "title": "Upgrade to 0.9.0",
1425        "path": "upgrading/upgrade-to-0.9.0"
1426      },
1427      {
1428        "title": "Upgrade to 0.9.1",
1429        "path": "upgrading/upgrade-to-0.9.1"
1430      },
1431      {
1432        "title": "Upgrade to 0.9.2",
1433        "path": "upgrading/upgrade-to-0.9.2"
1434      },
1435      {
1436        "title": "Upgrade to 0.9.3",
1437        "path": "upgrading/upgrade-to-0.9.3"
1438      },
1439      {
1440        "title": "Upgrade to 0.9.6",
1441        "path": "upgrading/upgrade-to-0.9.6"
1442      },
1443      {
1444        "title": "Upgrade to 0.10.0",
1445        "path": "upgrading/upgrade-to-0.10.0"
1446      },
1447      {
1448        "title": "Upgrade to 0.10.2",
1449        "path": "upgrading/upgrade-to-0.10.2"
1450      },
1451      {
1452        "title": "Upgrade to 0.10.4",
1453        "path": "upgrading/upgrade-to-0.10.4"
1454      },
1455      {
1456        "title": "Upgrade to 0.11.0",
1457        "path": "upgrading/upgrade-to-0.11.0"
1458      },
1459      {
1460        "title": "Upgrade to 0.11.2",
1461        "path": "upgrading/upgrade-to-0.11.2"
1462      },
1463      {
1464        "title": "Upgrade to 0.11.6",
1465        "path": "upgrading/upgrade-to-0.11.6"
1466      },
1467      {
1468        "title": "Upgrade to 1.0.0",
1469        "path": "upgrading/upgrade-to-1.0.0"
1470      },
1471      {
1472        "title": "Upgrade to 1.1.0",
1473        "path": "upgrading/upgrade-to-1.1.0"
1474      },
1475      {
1476        "title": "Upgrade to 1.1.1",
1477        "path": "upgrading/upgrade-to-1.1.1"
1478      },
1479      {
1480        "title": "Upgrade to 1.1.2",
1481        "path": "upgrading/upgrade-to-1.1.2"
1482      },
1483      {
1484        "title": "Upgrade to 1.2.0",
1485        "path": "upgrading/upgrade-to-1.2.0"
1486      },
1487      {
1488        "title": "Upgrade to 1.2.1",
1489        "path": "upgrading/upgrade-to-1.2.1"
1490      },
1491      {
1492        "title": "Upgrade to 1.2.4",
1493        "path": "upgrading/upgrade-to-1.2.4"
1494      },
1495      {
1496        "title": "Upgrade to 1.2.5",
1497        "path": "upgrading/upgrade-to-1.2.5"
1498      },
1499      {
1500        "title": "Upgrade to 1.2.6",
1501        "path": "upgrading/upgrade-to-1.2.6"
1502      },
1503      {
1504        "title": "Upgrade to 1.2.7",
1505        "path": "upgrading/upgrade-to-1.2.7"
1506      },
1507      {
1508        "title": "Upgrade to 1.3.0",
1509        "path": "upgrading/upgrade-to-1.3.0"
1510      },
1511      {
1512        "title": "Upgrade to 1.3.2",
1513        "path": "upgrading/upgrade-to-1.3.2"
1514      },
1515      {
1516        "title": "Upgrade to 1.3.3",
1517        "path": "upgrading/upgrade-to-1.3.3"
1518      },
1519      {
1520        "title": "Upgrade to 1.3.4",
1521        "path": "upgrading/upgrade-to-1.3.4"
1522      },
1523      {
1524        "title": "Upgrade to 1.3.5",
1525        "path": "upgrading/upgrade-to-1.3.5"
1526      },
1527      {
1528        "title": "Upgrade to 1.3.8",
1529        "path": "upgrading/upgrade-to-1.3.8"
1530      },
1531      {
1532        "title": "Upgrade to 1.3.9",
1533        "path": "upgrading/upgrade-to-1.3.9"
1534      },
1535      {
1536        "title": "Upgrade to 1.3.10",
1537        "path": "upgrading/upgrade-to-1.3.10"
1538      },
1539      {
1540        "title": "Upgrade to 1.4.0",
1541        "path": "upgrading/upgrade-to-1.4.0"
1542      },
1543      {
1544        "title": "Upgrade to 1.4.1",
1545        "path": "upgrading/upgrade-to-1.4.1"
1546      },
1547      {
1548        "title": "Upgrade to 1.4.4",
1549        "path": "upgrading/upgrade-to-1.4.4"
1550      },
1551      {
1552        "title": "Upgrade to 1.4.5",
1553        "path": "upgrading/upgrade-to-1.4.5"
1554      },
1555      {
1556        "title": "Upgrade to 1.4.6",
1557        "path": "upgrading/upgrade-to-1.4.6"
1558      },
1559      {
1560        "title": "Upgrade to 1.5.0",
1561        "path": "upgrading/upgrade-to-1.5.0"
1562      },
1563      {
1564        "title": "Upgrade to 1.5.1",
1565        "path": "upgrading/upgrade-to-1.5.1"
1566      },
1567      {
1568        "title": "Upgrade to 1.5.2",
1569        "path": "upgrading/upgrade-to-1.5.2"
1570      },
1571      {
1572        "title": "Upgrade to 1.5.3",
1573        "path": "upgrading/upgrade-to-1.5.3"
1574      },
1575      {
1576        "title": "Upgrade to 1.6.0",
1577        "path": "upgrading/upgrade-to-1.6.0"
1578      },
1579      {
1580        "title": "Upgrade to 1.6.1",
1581        "path": "upgrading/upgrade-to-1.6.1"
1582      },
1583      {
1584        "title": "Upgrade to 1.6.2",
1585        "path": "upgrading/upgrade-to-1.6.2"
1586      },
1587      {
1588        "title": "Upgrade to 1.6.3",
1589        "path": "upgrading/upgrade-to-1.6.3"
1590      },
1591      {
1592        "title": "Upgrade to 1.7.0",
1593        "path": "upgrading/upgrade-to-1.7.0"
1594      }
1595    ]
1596  },
1597  {
1598    "divider": true
1599  },
1600  {
1601    "title": "Release Notes",
1602    "routes": [
1603      {
1604        "title": "Overview",
1605        "path": "release-notes"
1606      },
1607      {
1608        "title": "1.5.0",
1609        "path": "release-notes/1.5.0"
1610      },
1611      {
1612        "title": "1.6.0",
1613        "path": "release-notes/1.6.0"
1614      },
1615      {
1616        "title": "1.7.0",
1617        "path": "release-notes/1.7.0"
1618      }
1619    ]
1620  },
1621  {
1622    "divider": true
1623  },
1624  {
1625    "title": "Vault Enterprise",
1626    "routes": [
1627      {
1628        "title": "Overview",
1629        "path": "enterprise"
1630      },
1631      {
1632        "title": "License",
1633        "routes": [
1634          {
1635            "title": "Overview",
1636            "path": "enterprise/license"
1637          },
1638          {
1639            "title": "Autoloading",
1640            "path": "enterprise/license/autoloading"
1641          },
1642          {
1643            "title": "FAQ",
1644            "path": "enterprise/license/faq"
1645          }
1646        ]
1647      },
1648
1649      {
1650        "title": "Replication",
1651        "path": "enterprise/replication"
1652      },
1653
1654      {
1655        "title": "HSM Support",
1656        "routes": [
1657          {
1658            "title": "Overview",
1659            "path": "enterprise/hsm"
1660          },
1661          {
1662            "title": "Behavioral Changes",
1663            "path": "enterprise/hsm/behavior"
1664          },
1665          {
1666            "title": "Security",
1667            "path": "enterprise/hsm/security"
1668          }
1669        ]
1670      },
1671      {
1672        "title": "Automated Integrated Storage Snapshots",
1673        "path": "enterprise/automated-integrated-storage-snapshots"
1674      },
1675      {
1676        "title": "Lease Count Quotas",
1677        "path": "enterprise/lease-count-quotas"
1678      },
1679      {
1680        "title": "Entropy Augmentation",
1681        "path": "enterprise/entropy-augmentation"
1682      },
1683      {
1684        "title": "Seal Wrap / FIPS 140-2",
1685        "path": "enterprise/sealwrap"
1686      },
1687      {
1688        "title": "Namespaces",
1689        "path": "enterprise/namespaces"
1690      },
1691      {
1692        "title": "Performance Standbys",
1693        "path": "enterprise/performance-standby"
1694      },
1695      {
1696        "title": "Eventual Consistency",
1697        "path": "enterprise/consistency"
1698      },
1699      {
1700        "title": "Control Groups",
1701        "path": "enterprise/control-groups"
1702      },
1703      {
1704        "title": "MFA",
1705        "routes": [
1706          {
1707            "title": "Overview",
1708            "path": "enterprise/mfa"
1709          },
1710          {
1711            "title": "Duo MFA",
1712            "path": "enterprise/mfa/mfa-duo"
1713          },
1714          {
1715            "title": "Okta MFA",
1716            "path": "enterprise/mfa/mfa-okta"
1717          },
1718          {
1719            "title": "PingID MFA",
1720            "path": "enterprise/mfa/mfa-pingid"
1721          },
1722          {
1723            "title": "TOTP MFA",
1724            "path": "enterprise/mfa/mfa-totp"
1725          }
1726        ]
1727      },
1728      {
1729        "title": "Sentinel",
1730        "routes": [
1731          {
1732            "title": "Overview",
1733            "path": "enterprise/sentinel"
1734          },
1735          {
1736            "title": "Examples",
1737            "path": "enterprise/sentinel/examples"
1738          },
1739          {
1740            "title": "Properties",
1741            "path": "enterprise/sentinel/properties"
1742          }
1743        ]
1744      }
1745    ]
1746  }
1747]
1748