github.com/minio/console@v1.3.0/sso-integration/config.docker.yaml (about)

     1  issuer: http://dex:5556/dex
     2  storage:
     3    type: sqlite3
     4    config:
     5      file: /var/dex/dex.db
     6  web:
     7    http: 0.0.0.0:5556
     8  staticClients:
     9  - id: minio-client-app
    10    secret: minio-client-app-secret
    11    name: 'MinIO Example Client App'
    12    redirectURIs:
    13    - 'http://127.0.0.1:9001/oauth_callback'
    14  connectors:
    15  - type: mockCallback
    16    id: mock
    17    name: Example
    18  enablePasswordDB: true
    19  staticPasswords:
    20  - email: "admin@example.com"
    21    hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
    22    username: "admin"
    23    userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"