Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Nifi UI forbidden

avatar
Rising Star

Hi,

Recently i enabled SSL for my nifi cluster, genearted certificates and then trying to access from browser. but am getting fallowing exception.capture.png

1 ACCEPTED SOLUTION

avatar
Rising Star

Hi@jpercivall

i already address intial admin in my authorizations.xml file as specified in document.

<authorizer> <identifier>file-provider</identifier> <class>org.apache.nifi.authorization.FileAuthorizer</class>

<property name="Authorizations File">/var/lib/nifi/conf/authorizations.xml</property>

<property name="Users File">/var/lib/nifi/conf/users.xml</property>

<property name="Initial Admin Identity">CN=nifiadmin,OU=hortonworks</property>

<property name="Legacy Authorized Users File"></property>

but still facing same issue

View solution in original post

10 REPLIES 10

avatar
Rising Star

@mclark

Hi, I have check all things you mentioned in the above, it has policies, users too.. but still facing authorization issue.

any thoughts on this?