Skip to content

Instantly share code, notes, and snippets.

@rogerwelin
Created August 20, 2019 10:13
Show Gist options
  • Select an option

  • Save rogerwelin/71bb4416ff06ad1f5accf6f8f3edaf86 to your computer and use it in GitHub Desktop.

Select an option

Save rogerwelin/71bb4416ff06ad1f5accf6f8f3edaf86 to your computer and use it in GitHub Desktop.
consul conf
{
"ID": "ext-api-service",
"Name": "ext-api-service",
"Tags": [
"traefik.enable=true",
"traefik.frontend.rule=Path:/api;PathStrip:/api",
"traefik.frontend.auth.forward.address=http://localhost:5000/auth",
"traefik.frontend.auth.forward.authResponseHeaders=X-Client-ID"
],
"Address": "127.0.0.1",
"Port": 5000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment