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

Migrate to traefik v2 #26

Merged
merged 1 commit into from
Mar 23, 2020
Merged

Migrate to traefik v2 #26

merged 1 commit into from
Mar 23, 2020

Conversation

mmatur
Copy link
Contributor

@mmatur mmatur commented Mar 9, 2020

Description

This PR migrates to traefik v2

traefik.http.routers.api.service: api@internal
traefik.http.routers.api.middlewares: auth
traefik.http.services.dummy.loadbalancer.server.port: 4242
traefik.http.middlewares.auth.basicauth.users: test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/,test2:$$apr1$$d9hr9HBB$$4HxwgUir3HP4EsggP/QNo0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmatur What's the passwords for these users? Can you put the accounts in a yaml comment?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passwords are test/test and test2/test2

@BretFisher BretFisher merged commit b330e94 into BretFisher:master Mar 23, 2020
@BretFisher
Copy link
Owner

Thanks for the help @mmatur, a few questions:

  1. can you reply to the question above about middleware auth passwords?
  2. what about stack-proxy.global.yml. Were you able to test the update to that solution?

@mmatur mmatur deleted the feature/migrate-traefik-v2 branch March 23, 2020 08:07
@mmatur
Copy link
Contributor Author

mmatur commented Mar 23, 2020

@BretFisher

  1. Password are test/testand test2/test2
  2. Regarding stack-proxy.global.yml I haven't migrate this part because the clustering is no more available with Traefik v2

Yes I have tested it locally. I was not able to test it on DigitalOcean

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

Successfully merging this pull request may close these issues.

2 participants