Skip to content

Setting NiFi properties with empty value or disabling them #30

Answered by sbernauer
dmasice asked this question in Q&A
Discussion options

You must be logged in to vote

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

apiVersion: nifi.stackable.tech/v1alpha1
kind: NifiCluster
metadata:
  name: simple-nifi
spec:
  image:
    productVersion: 1.21.0
    stackableVersion: "0.0.0-dev"
  clusterConfig:
    authentication:
      method:
        singleUser:
          adminCredentialsSecret: nifi-admin-credentials-simple
        …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dmasice
Comment options

@lfrancke
Comment options

@sbernauer
Comment options

@dmasice
Comment options

Answer selected by dmasice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants