Member since
02-09-2023
4
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2050 | 02-10-2023 12:17 PM |
02-13-2023
09:51 AM
It just seems odd that this policy isn't created by default as this is part of the REST api. Or better documented in the REST API docs...
... View more
02-10-2023
12:17 PM
Well, it looks like nifi does not create a policy for this by default. I added a policy to authorizations.xml as follows and it works:
<policy identifier="0c6d205e-9153-4bcd-9534-aeb029c65e10" resource="/resources" action="R"> <group identifier="2c7ce5db-0186-1000-ffff-ffffdbb1315d"/> </policy>
... View more
02-09-2023
10:50 AM
https://nifi-c2-d01.xxx.xxx:9443/nifi-api/policies/read/resources Unable to find access policy for read on /resources
... View more
02-09-2023
10:38 AM
Other API calls work such as to /nifi-api/tenants/user-groups. I do not see an entry for /resources in authorizations.xml nor does there seem to be an entry VIA the gui policy editing. NIFI 19.1...
... View more
Labels:
- Labels:
-
Apache NiFi