Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法通过webapp.yml指定用户名密码,通过环境变量指定后admin账号依然可以登录。 #28

Open
siegrainwong opened this issue Jun 18, 2019 · 0 comments

Comments

@siegrainwong
Copy link

第一种方式是这样的,把包含我用户名密码的配置文件挂载进去,没有效果。

  skywalking-ui:
    volumes:
      - ./skywalking-ui-config/webapp.prod.yml:/apache-skywalking-apm-bin/webapp/webapp.yml:ro

第二种,指定环境变量

  skywalking-ui:
    environment:
      security.user.myusername.password: mypassword

这种方式下我能通过新的用户名密码登录,但admin账号也可以登录。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant