Questions tagged [keycloak]

7 questions
7
votes
1 answer

Creating Keycloak Realm via Ansible

Currently there is no module to create a Keycloak realm with Ansible. There is a PR but it is stucked since half a year or so. So I though, there is a Keycloak REST API…
TRW
  • 313
  • 2
  • 12
3
votes
3 answers

How to configurate keycloak healthcheck in docker compose?

I need my BFF service to wait for keycloak to be fully launched using condition service_health, and then start its launch. I can't set up a health check for keycloak. When searching for an answer, I come across either strange or outdated answers…
The Prototype
  • 131
  • 1
  • 4
2
votes
0 answers

Upload a realm to bitnami/keycloak on helm install

I'm trying to upload a realm to my keycloak deployment via helm using the bitnami/keycloak chart. Here's my values.yaml override file that I'm just using to test: keycloakConfigCli: enabled: true configuration: realm1.yaml: | realm:…
j7skov
  • 121
  • 3
1
vote
1 answer

Setup keycloak with mysql via docker compose

I've been trying to get keycloak running for a bit now. I had it going using the legacy tag but it seems like bad practice to get started with a legacy version. So I wanted to get the most recent version running. This is my docker compose config,…
Bas Visscher
  • 21
  • 1
  • 3
0
votes
0 answers

Ingress and Keycloak issue in Kubernetes with error 401

I have two ingress in k8s one is default using helm chart and other called ext-ingress with different ingress class name. External ingress have IP .75 et ethe end and default nginx have .74. If I change the Keycloak ingress class to internal or…
0
votes
0 answers

Unable to Set Up Keycloak with Production Mode

I'm using Keycloak(26.0.7) as the IAM solution for our application. I want expose it via https://abc.xyz.com/keycloak-service URL. In the deployment setup I have a Load balancer, Nginx and Kubernetes cluster where HTTPS will be terminate at the Load…
0
votes
1 answer

Setting up Keycloak with Kong v5.1

I found a tutorial how to setup kong with two open source plugins to get keycloak working with kong, but unfortunately it is 2 years old and I ran in troubles. Most of the steps still worked and I was able to install the plugin versions in the…
helle
  • 51
  • 5