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
You can either set 'LOGIN_USER_TYPE' to `oidc` if oidc user authentication is desired or `cluster-user` if cluster user i.e. `admin` account authentication is desired to run the tests.
68
+
You can either set 'LOGIN_USER_TYPE' to `oidc` if oidc user authentication is desired or `cluster-user` if cluster user i.e. `wego-admin` account authentication is desired to run the tests.
69
+
You can also set 'CAPI_PROVIDER' to 'capa' or 'capg' as per requirements.
68
70
69
71
**User login**
70
72
```
71
-
export CLUSTER_ADMIN_PASSWORD=<Your chosen password for admin account>
72
-
export CLUSTER_ADMIN_PASSWORD_HASH=<Bcrypt hash for your chosen password>
0 commit comments