Skip to content

Add option to rabbitmq.conf to pass access token to load definitions from a private remote repository #11916

Answered by F-Joachim
F-Joachim asked this question in Other
Discussion options

You must be logged in to vote

I got it to work. For all those who also want to use a rabbitmq definition from a private external repository, here is my Traefik and the minimal rabbitmq.conf configuration to connect to the GitHub API

Note

The setup only contains a self-signed certificate. Please use only trusted certificates in production 😊

traefik.yaml - Static Traefik configuration (via file provider)
entryPoints:
  github:
    address: ":9090"
providers:
  file:
    filename: "/app-config/dynamic/conf/dynamic.yaml"
dynamic.yml - Dynamic Traefik configuration (via file provider)
http:
  routers:
    github-router:
      rule: Host(`traefik`)
      service: github-service
      entryPoints:
        - github
      mi…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@F-Joachim
Comment options

@michaelklishin
Comment options

@F-Joachim
Comment options

Answer selected by F-Joachim
@lukebakken
Comment options

@F-Joachim
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
Converted from issue

This discussion was converted from issue #11916 on August 06, 2024 14:14.