Member since
07-19-2018
7
Posts
0
Kudos Received
0
Solutions
08-02-2018
08:58 AM
Hello, I have a question. I hope to get variables data on NiFi Flow in REST API. But, I found processor group variables data, not found flow's variables data api. How do I do it? Thank you
... View more
Labels:
- Labels:
-
Apache NiFi
08-02-2018
01:28 AM
Thank you sir!
... View more
08-02-2018
01:23 AM
I get error "Unknown user with identity 'admin'. Contact the system administrator." with login. I installed nifi 1.7.1 and nifi-toolkit 1.7.1... But, It occurs error message. nifi-user.log is : 2018-08-02 01:17:44,001 INFO [NiFi Web Server-22] o.a.n.w.a.c.AccessDeniedExceptionMapper identity[admin], groups[] does not have permission to access the requested resource. Unknown user with identity 'admin'. Returning Forbidden response.
2018-08-02 01:19:13,176 INFO [NiFi Web Server-70] o.a.n.w.s.NiFiAuthenticationFilter Attempting request for (<JWT token>) GET https://localhost:9443/nifi-api/flow/current-user (source ip: xxx.xxx.xx.xx)
2018-08-02 01:19:13,178 INFO [NiFi Web Server-70] o.a.n.w.s.NiFiAuthenticationFilter Authentication success for admin
login-identity-providers.xml: authorizers.xml: <authorizer> <identifier>file-provider</identifier> <class>org.apache.nifi.authorization.FileAuthorizer</class> <property name="Authorizations File">./conf/authorizations.xml</property> <property name="Users File">./conf/users.xml</property> <property name="Initial Admin Identity">admin</property> <property name="Legacy Authorized Users File"></property> <property name="Node Identity 1">CN=admin,OU=NIFI</property> </authorizer> login-identity-providers.xml : <provider> <identifier>ldap-provider</identifier>
<class>org.apache.nifi.ldap.LdapProvider</class> <property name="Authentication Strategy">SIMPLE</property> <property name="Manager DN">CN=admin,OU=NIFI,DC=evidnet,DC=com</property> <property name="Manager Password">evidnet</property>
<property name="TLS - Keystore"></property> <property name="TLS - Keystore Password"></property>
<property name="TLS - Keystore Type"></property>
<property name="TLS - Truststore"></property>
<property name="TLS - Truststore Password"></property>
<property name="TLS - Truststore Type"></property> <property name="TLS - Client Auth"></property> <property name="TLS - Protocol"></property>
<property name="TLS - Shutdown Gracefully"></property>
<property name="Referral Strategy">IGNORE</property> <property name="Connect Timeout">10 secs</property>
<property name="Read Timeout">10 secs</property>
<property name="Url">ldap://localhost:389</property> <property name="User Search Base">OU=NIFI,DC=evidnet,DC=com</property> <property name="User Search Filter">cn={0}</property> <property name="Identity Strategy">USE_USERNAME</property> <property name="Authentication Expiration">2 hours</property> </provider>
... View more
Labels:
- Labels:
-
Apache NiFi
08-01-2018
05:55 AM
Hello, Can I get 'variables' in NiFI on REST API? I found to get variables in NiFi's rest api document, but not found. variables is : picture. is it provided?
... View more
Labels:
- Labels:
-
Apache NiFi