使用Jhipster (generator-jhipster版本:@ 5.3.1)设置以下组件
网关Jhipster注册表UAA服务器
到目前为止,一切运行正常。
在Jhipster注册表中,当我转到管理>>应用程序度量时,只列出了用于Jhipster注册表的apis。但是当在下拉列表中选择uaa或网关时,它会给出错误。
[AuditEvent [timestamp=2018-09-14T09:17:14.584Z, principal=internal, type=AUTHORIZATION_FAILURE, data={details=remoteAddress=172.20.0.3, tokenType=BearertokenValue=<TOKEN>, type=org.springframework.security.access.AccessDeniedException, message=Access is denied}]如果我遗漏了一些配置,请告诉我。
发布于 2019-07-24 16:01:59
您正在将UAA服务器连接到docker吗?UAA Server坞站与JHipster_Registry在同一网络上。您可以尝试使用"--network host“在与主机相同的网络上运行容器。
F.
发布于 2019-12-25 18:46:22
在运行JHipster注册表时尝试添加uaa配置文件
https://stackoverflow.com/questions/52328850
复制相似问题