From 73ace85d2a71c51a73dddee2b5fc6b801e2711e5 Mon Sep 17 00:00:00 2001 From: multiflexi Date: Thu, 1 Jun 2023 13:10:31 +0200 Subject: [PATCH] Update README.md --- src/core/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/README.md b/src/core/README.md index 012a95c7f..9dd5d3f0f 100644 --- a/src/core/README.md +++ b/src/core/README.md @@ -38,8 +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= 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 + ``` ## Keycloak example of docker-compose.yml for taranis-ng-core: ```