Skip to content

Instantly share code, notes, and snippets.

@mjromper
Last active October 16, 2018 10:16
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 mjromper/5219cf3525def93456ab091bc42a59ce to your computer and use it in GitHub Desktop.
Save mjromper/5219cf3525def93456ab091bc42a59ce to your computer and use it in GitHub Desktop.
qsefe-auth0.yaml
license: gpl-3.0
# edge-auth contains the configurations for the edge-auth sub-chart and authentication
devmode:
enabled: true
engine:
acceptEULA: "yes"
edge-auth:
secrets:
idpConfigs:
- discoveryUrl: "https://qsefe-aor.eu.auth0.com/.well-known/openid-configuration"
clientId: "11YsP5hKPSfbcup0pnEI5151XPUAbN2o"
clientSecret: "KFMTnM_OGnIFb2Iirt4pTaweBQR9ybrPRvobGc9D63f_pLVvzc9gHZmz2WGzAN_X"
realm: "Auth0"
hostname: "elastic.example"
claimsMapping:
client_id: [ "client_id", "azp" ]
groups: "/https:~1~1qlik.com~1groups"
sub: ["/https:~1~1qlik.com~1sub", "sub"]
mira:
rbac:
create: true
serviceAccount:
create: true
elastic-infra:
traefik:
rbac:
enabled: true
nginx-ingress:
rbac:
create: true
controller:
service:
type: NodePort
nodePorts:
https: 32443
extraArgs.report-node-internal-ip-address: ""
hub:
ingress:
annotations:
nginx.ingress.kubernetes.io/auth-signin: https://$host:32443/login?returnto=$request_uri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment