Skip to content

Instantly share code, notes, and snippets.

@mantono
Last active September 3, 2018 16:37
Show Gist options
  • Save mantono/022844c067acd0d6eff23723973b3ff6 to your computer and use it in GitHub Desktop.
Save mantono/022844c067acd0d6eff23723973b3ff6 to your computer and use it in GitHub Desktop.
[[auth_providers]]
name = "open-broker-integrations"
type = "basic_auth"
[auth_providers.basic_auth_users]
good-cash-se = "3df8232404be55d2d6b85be79b99316e028676b69efa2ce91d9094dd18dd3502"
collector-se = "c45441cb346b69e247711e9c86405ce9de964bb89c68ad02b8eb2f55912c58ba"
lendify-se = "abb9eca0af80e9f321af97b2952ca035edfdc63d5118299e32047156339955b3"
[[auth_providers]]
name = "internal-auth"
type = "basic_auth"
[auth_providers.basic_auth_users]
service1 = "3df8232404be55d2d6b85be79b99316e028676b69efa2ce91d9094dd18dd3502"
service2 = "c45441cb346b69e247711e9c86405ce9de964bb89c68ad02b8eb2f55912c58ba"
[[auth_providers]]
name = "internal-auth-jwk"
type = "jwk"
[auth_providers.jwk_config]
jwk_url = "https://my-domain.eu.auth0.com/.well-known/jwks.json"
jwk_issuer = "https://my-domain.eu.auth0.com/"
[[routes]]
path = "/zsync/sverker-qgn5fa4emlyo"
topic = "sverker-zsync-updates"
verify = false
format = "raw_body"
methods = [ "POST" ]
auth_providers = ["internal-auth", "internal-auth-jwt"]
[[routes]]
path = "/cloud-events/86c648a4cba3b4bef8e78c6a509cb269"
topic = "cloud-events-in"
format = "raw_body"
methods = [ "POST" ]
auth_providers = ["open-broker-integrations"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment