Apache NiFi

Platform:

Channel Revision Published Runs on
2.10/edge 5 22 Jul 2026
Ubuntu 26.04
juju deploy nifi-k8s --channel 2.10/edge

Learn about configurations >

  • sensitive-props-key | secret

    Juju user secret containing the NiFi sensitive properties key used to encrypt passwords stored in flow definitions (nifi.sensitive.props.key). The secret must expose the key in a field named "sensitive-props-key" and the value must be at least 12 characters long (32 recommended).

    Usage: juju add-secret nifi-sensitive-key sensitive-props-key=<random-32-chars> juju grant-secret nifi-sensitive-key nifi-k8s juju config nifi-k8s sensitive-props-key=<secret-id>

    The charm remains in BlockedStatus until this secret is configured.