initial commit
This commit is contained in:
20
example/config.yaml
Normal file
20
example/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
issuer: http://127.0.0.1:5556
|
||||
storage:
|
||||
type: kubernetes
|
||||
|
||||
web:
|
||||
http: 127.0.0.1:5556
|
||||
|
||||
connectors:
|
||||
- type: mock
|
||||
id: mock
|
||||
name: Mock
|
||||
|
||||
- type: github
|
||||
id: github
|
||||
name: GitHub
|
||||
config:
|
||||
clientID: "$GITHUB_CLIENT_ID"
|
||||
clientSecret: "$GITHUB_CLIENT_SECRET"
|
||||
redirectURI: http://127.0.0.1:5556/callback/github
|
||||
org: kubernetes
|
||||
Reference in New Issue
Block a user