Skip to content
Snippets Groups Projects
Verified Commit 4e051716 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

doc: add the rancher token configuration in the setup script

parent 9251aa85
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,11 @@ infra (proxmox)
See prepare-workstation.md
## Get rancher access key
Go to rancher, in your account detail[1] generate a new access key without scope
[1] https://rancher.euwest.azure.internal.softwareheritage.org/dashboard/account
## setup.sh
Create a `setup.sh` file holding the PM_{USER,PASS} information:
......@@ -15,6 +20,8 @@ Create a `setup.sh` file holding the PM_{USER,PASS} information:
```
export PM_USER=<swh-login>@pam
export PM_PASS=<swh-login-pass>
export RANCHER_ACCESS_KEY="<rancher token id>"
export RANCHER_SECRET_KEY="<rancher secret key>"
```
source it in your current shell session.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment