From eb397d87715ca09bfd07e2fc49c8fed86183bae2 Mon Sep 17 00:00:00 2001
From: Justin Schaefer <justin.schaefer@rancherfederal.com>
Date: Tue, 13 Jun 2023 21:11:15 +0000
Subject: [PATCH] Add default creds for Neuvector

---
 docs/guides/using-bigbang/default-credentials.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/guides/using-bigbang/default-credentials.md b/docs/guides/using-bigbang/default-credentials.md
index 4e634111d9..2520836638 100644
--- a/docs/guides/using-bigbang/default-credentials.md
+++ b/docs/guides/using-bigbang/default-credentials.md
@@ -28,3 +28,4 @@ The applications in the table below provide both SSO and built in auth. The tabl
 | Anchore | `admin` | (randomly generated) | Use `kubectl get secrets -n anchore anchore-anchore-engine-admin-pass -o go-template='{{.data.ANCHORE_ADMIN_PASSWORD \| base64decode}}'` to get the password, or override with Helm values `addons.anchore.values.anchoreGlobal.defaultAdminPassword` |
 | Mattermost | N/A | N/A | Prompted to setup an account when you first hit the virtual service - this user becomes admin, no default user |
 | Keycloak | `admin` | `password` | Default username and password can be overridden with Helm values `addons.keycloak.values.secrets.credentials.stringData.adminuser` and `addons.keycloak.values.secrets.credentials.stringData.password` respectively |
+| Neuvector | `admin` | `admin` | You should change the default password when you log into Neuvector. Can also be changed via the chart at the `controller.secret.data.userinitcfg.yaml` key, see the [upstream docs for more details and examples](https://open-docs.neuvector.com/deploying/production/configmap).|
-- 
GitLab