Skip to content

Commit

Permalink
Merge pull request #154 from multiflexi/patch-3
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
milankowww authored Sep 27, 2023
2 parents f80956e + 73ace85 commit 4ad553f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ Keycloak is not needed to run test version of TaranisNG at the moment. You can u
11. In **taranis-ng-core** add environment variable TARANIS_NG_AUTHENTICATOR=openid (just for sign in) or TARANIS_NG_AUTHENTICATOR=keycloak (for identy management)
12. In **taranis-ng-core** add environment variable OPENID_LOGOUT_URL and set it according to your Keycloak installation e.g. http://127.0.0.1:8081/auth/realms/taranisng/protocol/openid-connect/logout?redirect_uri=<GOTO_URL>
13. In **taranis-ng-gui** add these environment variables to activate external login:
VUE_APP_TARANIS_NG_LOGIN_URL=http://127.0.0.1:5000/api/auth/login;VUE_APP_TARANIS_NG_LOGOUT_URL=http://127.0.0.1:5000/api/auth/logout
```
VUE_APP_TARANIS_NG_LOGIN_URL=http://127.0.0.1:5000/api/auth/login
VUE_APP_TARANIS_NG_LOGOUT_URL=http://127.0.0.1:5000/api/auth/logout
```
## Keycloak example of docker-compose.yml for taranis-ng-core:
```
Expand All @@ -50,4 +53,4 @@ TARANIS_NG_KEYCLOAK_CLIENT_SECRET: "XXXXXX"
TARANIS_NG_AUTHENTICATOR: "keycloak"
KEYCLOAK_REALM_NAME: "taranis-ng"
KEYCLOAK_USER_MANAGEMENT: "false"
```
```

0 comments on commit 4ad553f

Please sign in to comment.