New Keycloak Operator KeycloakSpec CRD ingress disabled boolean is incorrect
See original GitHub issueDescribe 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:
- Created a year ago
- Comments:6 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Well that’s timing 😃 Sorry for the bother then and thank for the hard work.