Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vault to prerequisites #224

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/how-tos/recover-from-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
** `jq`
** `yq` https://mikefarah.gitbook.io/yq[yq] (version 4 or higher)
** `restic`
** `vault`
* API access to the target cluster

== General procedure
Expand Down Expand Up @@ -37,6 +38,8 @@ export AWS_SECRET_ACCESS_KEY=$(kubectl --as cluster-admin -n syn-cluster-backup
1. Obtain the repository URL of the clusters catalog and export it to `REPO_URL`
+
Get the URL from https://control.vshn.net/syn/lieutenantclusters.
Ensure to use the `ssh://` URL not https one.
+
Alternatively, get it from the Lieutenant API or the Kubernetes API Lieutenant is running on.
+
.Use the Lieutenant API
Expand All @@ -63,6 +66,7 @@ git archive --remote ${REPO_URL} master | tar -xC catalog
+
[source,console]
----
export VAULT_ADDR=https://vault-prod.syn.vshn.net
vault login -method=oidc
----

Expand Down