Allow connecting to UFM directly from localhost
Closed this issue · 3 comments
kobibar commented
In UFM Appliance use case, this script will run locally, and therefore, it should connect to UFM directly over 127.0.0.1:<ufm port; default:8000> directly without credentials rather than via the Apache web server.
haithamwj commented
this might be a problem, since UFM expect a username to be provided by apache.
kobibar commented
You should add the header {'X-Remote-User': 'ufmsystem'}.
ananalaghbar commented
Done