You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GETTING_STARTED.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,13 @@ The Complete list of environment dependencies can be found in [Dockerfile](../Do
55
55
## oc
56
56
57
57
`oc` client should be downloaded from `consoleCliDownloads` resource of the cluster under test.
58
+
59
+
## bws - Bitwarden CLI
60
+
61
+
Bitwarden CLI should be installed on the machine running the tests. See [Secrets Manager CLI](https://bitwarden.com/help/secrets-manager-cli/#download-and-install).
62
+
Bitwarden token should be set in the `ACCESS_TOKEN` environment variable.
63
+
Ensure the `unzip` package is installed on your system, as it is required by the bws installation script.
0 commit comments