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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Please refer to [ARCHITECTURE_SUPPORT.md](ARCHITECTURE_SUPPORT.md) for more deta
43
43
44
44
45
45
## Python and dependencies
46
-
python >=3.12
46
+
python >=3.14
47
47
48
48
The Complete list of environment dependencies can be found in [Dockerfile](../Dockerfile)
49
49
@@ -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