Peter Wilcsinszky created NIFI-5486:
---------------------------------------
Summary: NiFi docker image secure setup missing user creation for
node identity
Key: NIFI-5486
URL: https://issues.apache.org/jira/browse/NIFI-5486
Project: Apache NiFi
Issue Type: Bug
Components: Docker
Reporter: Peter Wilcsinszky
Assignee: Peter Wilcsinszky
Fix For: 1.8.0
While adding the nifi-toolkit to the docker image found the following bug: if
the initial admin identity is different from the identity in the node
certificate then NiFi refuses to start because it won't find the related user
object since there is no specification in the authorizers
file-user-group-provider just for the initial admin user.
The script currently uses simple sed commands to replace pregenerated tags in
the authorizers file but here we will need to add a new tag, because there is
only one placeholder currently: <property name="Initial User Identity
1"></property>
.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)