This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -133,16 +133,15 @@ kubectl get scans
133133
134134### Access Services
135135
136- * Minio UI:
137- * AccessKey: ` kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.accesskey}' | base64 --decode; echo `
138- * SecretKey: ` kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.secretkey}' | base64 --decode; echo `
139- * Port Forward Minio UI: ` kubectl port-forward -n securecodebox-system service/securecodebox-operator-minio 9000:9000 `
140- * Elastic / Kibana UI:
141- * User: ` elastic `
142- * Password: ` kubectl get secret scb-elasticsearch-es-elastic-user -n scb-analytics -o=jsonpath='{.data.elastic}' | base64 --decode; echo `
143- * Port Forward Kibana: ` kubectl port-forward -n default service/persistence-elastic-kibana 5601:5601 `
144- * Port Forward Elasticsearch: ` kubectl port-forward -n default service/elasticsearch-master 9200:9200 `
145-
136+ - Minio UI:
137+ - AccessKey: ` kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.accesskey}' | base64 --decode; echo `
138+ - SecretKey: ` kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.secretkey}' | base64 --decode; echo `
139+ - Port Forward Minio UI: ` kubectl port-forward -n securecodebox-system service/securecodebox-operator-minio 9000:9000 `
140+ - Elastic / Kibana UI:
141+ - User: ` elastic `
142+ - Password: ` kubectl get secret scb-elasticsearch-es-elastic-user -n scb-analytics -o=jsonpath='{.data.elastic}' | base64 --decode; echo `
143+ - Port Forward Kibana: ` kubectl port-forward -n default service/persistence-elastic-kibana 5601:5601 `
144+ - Port Forward Elasticsearch: ` kubectl port-forward -n default service/elasticsearch-master 9200:9200 `
146145
147146## How does it work?
148147
You can’t perform that action at this time.
0 commit comments