zotregistry.io/zot@v1.4.4-0.20231124084042-02a8ed785457/test/dex/config-dev.yaml (about)

     1  issuer: http://127.0.0.1:5556/dex
     2  
     3  storage:
     4    type: sqlite3
     5    config:
     6      file: dex.db
     7  
     8  web:
     9    http: 127.0.0.1:5556
    10  
    11  telemetry:
    12    http: 127.0.0.1:5558
    13  
    14  grpc:
    15    addr: 127.0.0.1:5557
    16  
    17  staticClients:
    18    - id: zot-client
    19      redirectURIs:
    20        - 'http://127.0.0.1:8080/zot/auth/callback/oidc'
    21      name: 'zot'
    22      secret: ZXhhbXBsZS1hcHAtc2VjcmV0
    23  
    24  connectors:
    25    - type: mockCallback
    26      id: mock
    27      name: Example
    28  enablePasswordDB: true