-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
- Nipyapi version: 0.20.0
- NiFi version: 2.0.0
- NiFi-Registry version: 2.0.0
- Python version: 3.12
- Operating System: Docker (on MacOS)
Description
Check current NiFi user access.
What I Did
nipyapi.utils.set_endpoint(url)
- setup SSL Context (Cannot connect with TLS secured NiFi 2.x using nipyapi.security.set_service_ssl_context and Python 3.12 #370)
nipyapi.security.get_service_access_status
This results in a 404 Not Found
(but I've confirmed the {url}
endpoint is correct for the NiFi instance's /nifi-api
context).
The problem is because the legacy /access
endpoints have been removed from NiFi 2.0.0 by NIFI-13559 (see https://github.com/apache/nifi/pull/9091/files).
Urgency
More of an annoyance as I can't confirm that my 2-way TLS configuration is valid before trying other operations through NiPyApi (although just skipping the check allows me to continue using NiPyApi to configure the NiFi instance regardless).
Metadata
Metadata
Assignees
Labels
No labels