14 lines
167 B
YAML
14 lines
167 B
YAML
|
issuer: https://dex.example.com
|
||
|
storage:
|
||
|
type: kubernetes
|
||
|
config:
|
||
|
inCluster: true
|
||
|
|
||
|
web:
|
||
|
http: 0.0.0.0:5556
|
||
|
|
||
|
connectors:
|
||
|
- type: mock
|
||
|
id: mock
|
||
|
name: Mock
|