vault: add new nomad setup vault -check commmand (#19720)

The new `nomad setup vault -check` commmand can be used to retrieve
information about the changes required before a cluster is migrated from
the deprecated legacy authentication flow with Vault to use only
workload identities.
This commit is contained in:
Luiz Aoqui
2024-01-12 15:48:30 -05:00
committed by GitHub
parent 5b7f4746ce
commit e1e80f383e
16 changed files with 1070 additions and 15 deletions

View File

@@ -132,6 +132,10 @@
{
"title": "Snapshot",
"path": "operator/snapshot"
},
{
"title": "Upgrade Check",
"path": "operator/upgrade-check"
}
]
},