diff --git a/site/docs/3_tasks/2_security/1_ssl.md b/site/docs/3_tasks/2_security/1_ssl.md index eb6d0c5d3..2056a8fdf 100644 --- a/site/docs/3_tasks/2_security/1_ssl.md +++ b/site/docs/3_tasks/2_security/1_ssl.md @@ -14,7 +14,9 @@ kind: NifiCluster ... spec: ... - initialAdminUser: aguitton.ext@orange.com + managedAdminUsers: + - identity : "alexandre.guitton@orange.com" + name: "aguitton" ... readOnlyConfig: # NifiProperties configuration that will be applied to the node. @@ -39,7 +41,7 @@ spec: create: true ``` -- `initialAdminUser` : name of the user account which will be configured as initial admin into NiFi cluster : https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#initial-admin-identity +- `managedAdminUsers` : list of users account which will be configured as admin into NiFi cluster, please check [](../4_nifi_user_group#managed-groups-for-simple-setup) for more information. - `readOnlyConfig.nifiProperties.webProxyHosts` : A list of allowed HTTP Host header values to consider when NiFi is running securely and will be receiving requests to a different host[:port] than it is bound to. [web-properties](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#web-properties) If `listenersConfig.sslSecrets.create` is set to `false`, the operator will look for the secret at `listenersConfig.sslSecrets.tlsSecretName` and expect these values : diff --git a/site/website/versioned_docs/version-v0.4.3/3_tasks/2_security/1_ssl.md b/site/website/versioned_docs/version-v0.4.3/3_tasks/2_security/1_ssl.md index eb6d0c5d3..2cb853e3b 100644 --- a/site/website/versioned_docs/version-v0.4.3/3_tasks/2_security/1_ssl.md +++ b/site/website/versioned_docs/version-v0.4.3/3_tasks/2_security/1_ssl.md @@ -14,7 +14,11 @@ kind: NifiCluster ... spec: ... - initialAdminUser: aguitton.ext@orange.com +spec: + ... + managedAdminUsers: + - identity : "alexandre.guitton@orange.com" + name: "aguitton" ... readOnlyConfig: # NifiProperties configuration that will be applied to the node. @@ -39,7 +43,7 @@ spec: create: true ``` -- `initialAdminUser` : name of the user account which will be configured as initial admin into NiFi cluster : https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#initial-admin-identity +- `managedAdminUsers` : list of users account which will be configured as admin into NiFi cluster, please check [](../4_nifi_user_group#managed-groups-for-simple-setup) for more information. - `readOnlyConfig.nifiProperties.webProxyHosts` : A list of allowed HTTP Host header values to consider when NiFi is running securely and will be receiving requests to a different host[:port] than it is bound to. [web-properties](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#web-properties) If `listenersConfig.sslSecrets.create` is set to `false`, the operator will look for the secret at `listenersConfig.sslSecrets.tlsSecretName` and expect these values : diff --git a/site/website/versioned_docs/version-v0.5.3/3_tasks/2_security/1_ssl.md b/site/website/versioned_docs/version-v0.5.3/3_tasks/2_security/1_ssl.md index eb6d0c5d3..6f998d98d 100644 --- a/site/website/versioned_docs/version-v0.5.3/3_tasks/2_security/1_ssl.md +++ b/site/website/versioned_docs/version-v0.5.3/3_tasks/2_security/1_ssl.md @@ -14,7 +14,12 @@ kind: NifiCluster ... spec: ... - initialAdminUser: aguitton.ext@orange.com +... +spec: + ... + managedAdminUsers: + - identity : "alexandre.guitton@orange.com" + name: "aguitton" ... readOnlyConfig: # NifiProperties configuration that will be applied to the node. @@ -39,7 +44,7 @@ spec: create: true ``` -- `initialAdminUser` : name of the user account which will be configured as initial admin into NiFi cluster : https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#initial-admin-identity +- `managedAdminUsers` : list of users account which will be configured as admin into NiFi cluster, please check [](../4_nifi_user_group#managed-groups-for-simple-setup) for more information. - `readOnlyConfig.nifiProperties.webProxyHosts` : A list of allowed HTTP Host header values to consider when NiFi is running securely and will be receiving requests to a different host[:port] than it is bound to. [web-properties](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#web-properties) If `listenersConfig.sslSecrets.create` is set to `false`, the operator will look for the secret at `listenersConfig.sslSecrets.tlsSecretName` and expect these values : diff --git a/site/website/versioned_docs/version-v0.6.0/3_tasks/2_security/1_ssl.md b/site/website/versioned_docs/version-v0.6.0/3_tasks/2_security/1_ssl.md index eb6d0c5d3..6f998d98d 100644 --- a/site/website/versioned_docs/version-v0.6.0/3_tasks/2_security/1_ssl.md +++ b/site/website/versioned_docs/version-v0.6.0/3_tasks/2_security/1_ssl.md @@ -14,7 +14,12 @@ kind: NifiCluster ... spec: ... - initialAdminUser: aguitton.ext@orange.com +... +spec: + ... + managedAdminUsers: + - identity : "alexandre.guitton@orange.com" + name: "aguitton" ... readOnlyConfig: # NifiProperties configuration that will be applied to the node. @@ -39,7 +44,7 @@ spec: create: true ``` -- `initialAdminUser` : name of the user account which will be configured as initial admin into NiFi cluster : https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#initial-admin-identity +- `managedAdminUsers` : list of users account which will be configured as admin into NiFi cluster, please check [](../4_nifi_user_group#managed-groups-for-simple-setup) for more information. - `readOnlyConfig.nifiProperties.webProxyHosts` : A list of allowed HTTP Host header values to consider when NiFi is running securely and will be receiving requests to a different host[:port] than it is bound to. [web-properties](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#web-properties) If `listenersConfig.sslSecrets.create` is set to `false`, the operator will look for the secret at `listenersConfig.sslSecrets.tlsSecretName` and expect these values : diff --git a/site/website/versioned_docs/version-v0.6.1/3_tasks/2_security/1_ssl.md b/site/website/versioned_docs/version-v0.6.1/3_tasks/2_security/1_ssl.md index eb6d0c5d3..6f998d98d 100644 --- a/site/website/versioned_docs/version-v0.6.1/3_tasks/2_security/1_ssl.md +++ b/site/website/versioned_docs/version-v0.6.1/3_tasks/2_security/1_ssl.md @@ -14,7 +14,12 @@ kind: NifiCluster ... spec: ... - initialAdminUser: aguitton.ext@orange.com +... +spec: + ... + managedAdminUsers: + - identity : "alexandre.guitton@orange.com" + name: "aguitton" ... readOnlyConfig: # NifiProperties configuration that will be applied to the node. @@ -39,7 +44,7 @@ spec: create: true ``` -- `initialAdminUser` : name of the user account which will be configured as initial admin into NiFi cluster : https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#initial-admin-identity +- `managedAdminUsers` : list of users account which will be configured as admin into NiFi cluster, please check [](../4_nifi_user_group#managed-groups-for-simple-setup) for more information. - `readOnlyConfig.nifiProperties.webProxyHosts` : A list of allowed HTTP Host header values to consider when NiFi is running securely and will be receiving requests to a different host[:port] than it is bound to. [web-properties](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#web-properties) If `listenersConfig.sslSecrets.create` is set to `false`, the operator will look for the secret at `listenersConfig.sslSecrets.tlsSecretName` and expect these values :