You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Description
Check current NiFi user access.
What I Did
nipyapi.utils.set_endpoint(url)
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).
The text was updated successfully, but these errors were encountered: