how to whitelist host header in nifi?

和自甴很熟 提交于 2021-02-11 15:54:38

问题


Deployed the nifi in eks cluster when tried to access the nifi from loadbalancer gives following error:

System Error

The request contained an invalid host header [abc.com] in the request [/nifi].

Check for request manipulation or third-party intercept.

Valid host headers are [empty] or:

127.0.0.1 127.0.0.1:8443 localhost localhost:8443 ::1 nifi-deployment-59494c46dc-v4kk6 nifi-deployment-59494c46dc-v4kk6:8443 172.35.3.165 172.35.3.165:8443

How to whitelist loadbalancer dns name in host header check of nifi.


回答1:


The end of this section from the admin guide explains the host header:

https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#proxy_configuration



来源:https://stackoverflow.com/questions/61679544/how-to-whitelist-host-header-in-nifi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!