github.com/pachyderm/pachyderm@v1.13.4/etc/testing/auth/dex.yaml (about) 1 grpc: false 2 service: 3 type: NodePort 4 config: 5 issuer: http://dex:32000 6 storage: 7 type: etcd 8 config: 9 endpoints: 10 - http://etcd:2379 11 namespace: dex 12 logger: 13 level: debug 14 web: 15 # port is taken from ports section above 16 address: 0.0.0.0 17 tlsCert: /etc/dex/tls/https/server/tls.crt 18 tlsKey: /etc/dex/tls/https/server/tls.key 19 allowedOrigins: [] 20 staticClients: 21 - id: testapp 22 name: "Test App" 23 redirectURIs: 24 - 'http://test.example.com:657/authorization-code/callback' 25 secret: test 26 - id: pachyderm 27 name: "Pachyderm" 28 redirectURIs: 29 - 'http://pachd:657/authorization-code/callback' 30 secret: notsecret 31 trustedPeers: 32 - testapp 33 connectors: 34 - id: test 35 name: test 36 type: mockPassword 37 config: 38 username: admin 39 password: password 40 enablePasswordDB: false 41 oauth2: 42 alwaysShowLoginScreen: false 43 skipApprovalScreen: true 44 passwordConnector: test