UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 58153786 authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

Update instructions for retrieving Kiali token in default-credentials.md

parent 1e537755
No related branches found
No related tags found
1 merge request!2521Update instructions for retrieving Kiali token in default-credentials.md
......@@ -16,7 +16,7 @@ The applications in the table below provide both SSO and built in auth. The tabl
| Package (Application) | Default Username | Default Password | Additional Notes |
| --------------------- | ---------------- | ---------------- | ---------------- |
| Kiali | N/A | (randomly generated) | Use `kubectl get secret -n kiali -o go-template='{{range $secret := .items}}{{with $secret.metadata.annotations}}{{with (index . "kubernetes.io/service-account.name")}}{{if eq . "kiali-service-account"}}{{$secret.data.token \| base64decode}}{{end}}{{end}}{{end}}{{end}}'` to get the token |
| Kiali | N/A | (randomly generated) | Use `kubectl -n kiali create token kiali-service-account` to create a temporary token |
| Logging (Kibana) | `elastic` | (randomly generated) | Use `kubectl get secrets -n logging logging-ek-es-elastic-user -o go-template='{{.data.elastic \| base64decode}}'` to get the password |
| Monitoring (Grafana) | `admin` | `prom-operator` | Default password can be overridden with Helm values `monitoring.values.grafana.adminPassword` |
| Twistlock | `admin` | `change_this_password` | Admin account will be automatically setup on fresh installs if `init.enabled` is `true`. Default password can be overridden by setting `twistlock.values.console.credentials.password` |
......
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