Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Rajesh Rajendran <[email protected]>
  • Loading branch information
rjshrjndrn committed Mar 17, 2020
1 parent 5b05d80 commit 44fd46f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/3node.troubleshoot.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Guide for basic troubleshooting
> Caution: Don't stop the stop the db machine without stopping all dbs manually, else there can be data corruption.
1. While installing some step failed.
1. re running the installation script will fix the problem on most cases.
2. Default username and password for keycloak is `admin` `admin`
For security reasons Keycloak is only exposed in private network
Please [change the username and password](https://www.keycloak.org/docs/latest/server_admin/index.html#server-initialization)
For security reasons Keycloak is only exposed in private network
Refer to change password: [change the username and password](https://www.keycloak.org/docs/latest/server_admin/index.html#server-initialization)
3. All kong admin operations can be done against `<core-ip>:12000/admin-api/`
for example, To get consumer key and secret to create jwt token from kong:
```
Expand Down

0 comments on commit 44fd46f

Please sign in to comment.