Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的组织中已经有一个登录页面,可以从 HR 系统访问用户的 ID 和密码(见下文)。
我的问题是:如何绕过闪亮代理的内置登录功能和我的应用程序上方的导航栏(见下图)?
感谢您的任何建议和评论。
我发现解决方案如下:
只需设置authentication: none并hide-navbar: true进入proxy,application.yml就是这样。
authentication: none
hide-navbar: true
proxy
application.yml
proxy: title: Standalone Docker Engine with euler Example port: 8080 authentication: none hide-navbar: true