Files
object-browser/sso-integration/config.docker.yaml
2022-05-05 10:29:41 -07:00

24 lines
550 B
YAML

issuer: http://dex:5556/dex
storage:
type: sqlite3
config:
file: /var/dex/dex.db
web:
http: 0.0.0.0:5556
staticClients:
- id: minio-client-app
secret: minio-client-app-secret
name: 'MinIO Example Client App'
redirectURIs:
- 'http://127.0.0.1:9001/oauth_callback'
connectors:
- type: mockCallback
id: mock
name: Example
enablePasswordDB: true
staticPasswords:
- email: "admin@example.com"
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
username: "admin"
userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"