Hi, mmamaenko
I’m learning to use Opendistro security for Elasticsearch. I looking sample to work with keycloak. I found your docker-compose file
I tried to use docker-compose file from your GitHub to start Opendistro Elasticsearch Security using Keycloak as OpenID backend.
I follow your instruction to use docker-compose file as below.
-
add admin user with email address admin@example.com to oauth2 realm in keycloak
-
Create admin role in client kibana-sso
-
Add admin role to admin user in step 1
-
Create roles mapper for kibana-sso client
-
open kibana page then kibana redirect to authentication with Keycloak.
-
Login with user created in step 1. I got an error ERR_TOO_MANY_REDIRECTS
Could suggest what is my mistake to make docker-compose file working.
Best regards,
Maethee