简体   繁体   English

代理背后的jhipster注册表

[英]jhipster-registry behind a proxy

In the jhipster-registry all the proxy parameters aren't not taken into account and mainly the nonProxyHost one. 在jhipster注册表中,未考虑所有代理参数,主要是nonProxyHost一个。

At startup, the Jhipster-registry container will clone the project on github (via the proxy); 启动时,Jhipster-registry容器将在github上克隆项目(通过代理);

on the other hand, it can not contact the local services (eg keycloak) because it should not use the proxy (that it does because it does not seem to take into account the nonProxyHost parameter) 另一方面,它不能联系本地服务(例如密钥斗篷),因为它不应该使用代理(之所以这样做,是因为它似乎没有考虑nonProxyHost参数)

How could we solve the problem ? 我们如何解决这个问题?

please take a look in the following link: http://www.jhipster.tech/configuring-a-corporate-proxy/ . 请查看以下链接: http : //www.jhipster.tech/configuring-a-corporate-proxy/ I had an issue configuring the corporate proxy to run maven, then I just took a look in this page, there were all my answers on it. 我在配置公司代理以运行Maven时遇到问题,然后我仅在此页面中进行了查看,上面有我所有的答案。 If your issue persist, please let know. 如果您的问题仍然存在,请告知。

-Rod -竿

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM