-
| 
         Hi, I'm trying to add OIDC configuration to NiFi in order to use Keycloak for authentication.  But in order to do so, I need to disable the  Right now, if I try to set it to an empty value, the operator replaces it with the  Also, the cluster definition requires the  Is there a way to set the  Thanks. Best regards.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
| 
         Hi @dmasice, thanks for the report! We plan to support OIDC integration for most of our products (nifi, trino, superset, airflow etc.) via our [https://docs.stackable.tech/home/stable/concepts/authentication.html](AuthenticationClass mechanism), so that the usage should be really easy. (nifi taken from https://docs.stackable.tech/home/nightly/nifi/getting_started/first_steps.html, only added the  Which looks like the expected outcome to me. Nifi will refuse to start because  Does this work for you as well? All the best,  | 
  
Beta Was this translation helpful? Give feedback.
Hi @dmasice, thanks for the report! We plan to support OIDC integration for most of our products (nifi, trino, superset, airflow etc.) via our [https://docs.stackable.tech/home/stable/concepts/authentication.html](AuthenticationClass mechanism), so that the usage should be really easy.
Anyway, regarding the actual problem of setting a property to an empty value I did test the following