honestbee / dex-app

Dex App - Grant Kubernetes Access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the CoreOS Dex Example app

Build Status Docker Repository on Quay

Ref

Ensure to add the following to Dex config before deploying Example app

staticClients:
- id: example-app
  secret: ZXhhbXBsZS1hcHAtc2VjcmV0
  name: 'Example App'
  # Where the app will be running.
  redirectURIs:
  - 'http://127.0.0.1:5555/callback'

Usage:

./dex-app --issuer https://dex.honestbee.com --client-id example-app --client-secret ZXhhbXBsZS1hcHAtc2VjcmV0
ENV Description Default
STAGING_CA_CERT CA certificate for staging cluster ``
STAGING_CLUSTER_ENDPOINT staging cluster endpoint ``
SVC_CA_CERT CA certificate for svc cluster ``
SVC_CLUSTER_ENDPOINT svc cluster endpoint ``
SCOPES Scopes to fetch from Id provider ``

About

Dex App - Grant Kubernetes Access


Languages

Language:Go 68.0%Language:HTML 22.3%Language:Shell 4.0%Language:Smarty 3.2%Language:Dockerfile 2.5%