---
title: Charmhub | Deploy Apache NiFi using Charmhub - The Open Operator Collection
description: Deploy the latest version of Apache NiFi as a Kubernetes Operator on
  any cloud.
url: https://charmhub.io/nifi-k8s/configurations
---

# Apache NiFi

[Workflows Charmers](https://charmhub.io/publisher/wf-charmers "View all packages from Workflows Charmers")

* [Workflows Charmers](https://charmhub.io/publisher/wf-charmers "View all packages from Workflows Charmers")

Platform:

2.10/edge 7

```
juju deploy nifi-k8s --channel 2.10/edge
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [sensitive-props-key](https://charmhub.io/nifi-k8s/configurations#sensitive-props-key)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* 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.
