question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New Keycloak Operator KeycloakSpec CRD ingress disabled boolean is incorrect

See original GitHub issue

Describe the bug

The generated YAML for the operator has disableDefaultIngress as the property, but the way the code is written, it is looking for defaultIngressDisabled which means you can never use this property in the resource.

Version

18.0.0

Expected behavior

The YAML should mirror the code and have defaultIngressDisabled as the property name.

Actual behavior

The YAML lists disableDefaultIngress as the property name

How to Reproduce?

Create a Keycloak resource with either property name and it will fail for one of two reasons.

Anything else?

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
dejwszcommented, May 12, 2022

yeah, would be good to have a minor release with that feature, currently only nightly works well and this is really a must-have option

0reactions
Orygincommented, Jun 20, 2022

Well that’s timing 😃 Sorry for the bother then and thank for the hard work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

keycloak-operator/keycloak.org_keycloaks_crd.yaml at main
description: If set to true, the Operator will create an Ingress. or a Route pointing to Keycloak. type: boolean.
Read more >
Upgrading Guide - Keycloak
Here, you can disable some new aspects of the Keycloak server to preserve compatibility with older client adapters. More details are available ...
Read more >
Various issues with Keycloak Operator - Configuring the server
In trying to get Keycloak installed on k8s via the operator, ... port 8080 in the container, and disabling the operator-provisioned Ingress, ...
Read more >
Keycloak Operator/CRD - how to set ingress? - Reddit
The new operator ends the tls connection at the pod and configures an ingress with Passthrough. I have not found a way to...
Read more >
Chapter 5. Securing a Service Registry deployment
You must have already installed the Service Registry Operator. ... Click Create Keycloak to provision a new Red Hat Single Sign-On instance for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found