Good evening, Working with the instructions from hxxps://github.com/apache/metron/tree/master/metron-interface
This is a new installation and we are using LDAP with Metron and now attempting to use Knox for access control. Using Apache Metron Management and Alerts UI directly, the login works with LDAP credentials. When I try to access Metron Alerts or Management UI through the Apache Knox Gateway, it seems to get locked into an infinite refresh loop after authentication is successful. I am not sure if this has any bearing, we are using a self-signed certificate, although Metron Alerts and Management UI are simply over the standard ports with no SSL enabled. I have worked with Angular using nginx as a reverse-proxy for multiple Angular sites, and vaguely recall similar behaviour due to the way node must be made aware of the new URL path. For example, Angular/node expects the main URL to be "/", but when a reverse-proxy is applied the path may change to become "/site1/", and so additional steps need to be taken. I'm still not familiar enough with Knox, so I'm hoping someone else has faced this problem and can offer insight. Thank you, Tom.
