Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Last active January 13, 2019 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rinormaloku/f300ff273a1c4860fa515f2633cbdfd2 to your computer and use it in GitHub Desktop.
Save rinormaloku/f300ff273a1c4860fa515f2633cbdfd2 to your computer and use it in GitHub Desktop.
[Configuring your tenants details in the frontend] for the article series Intro to Istio https://rinormaloku.com/istio-an-introduction/
const Config = {
clientID: '{YOUR_CLIENT_ID}',
domain:'{YOUR_DOMAIN}',
audience: '{YOUR_AUDIENCE}',
ingressIP: '{EXTERNAL_IP}' // Used to redirect after authentication
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment