File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 22 name : " github"
33 description : " GitHub github_eventsset from github.demo.altinity.cloud"
44 version : " 0.2"
5+
6+ oauth :
7+ provider : " auth0"
8+ user_info_url : " https://altinity.auth0.com/userinfo"
9+ # use --set oauth.client_id=XXX,oauth.client_secret=YYYY during `helm upgrade` for properly install
10+ scopes :
11+ - " openid"
12+ - " profile"
13+ - " email"
14+ redirect_url : " https://mcp-github.altinity-skaeser-playground.dev.altinity.cloud/oauth/callback" # OAuth callback URL
15+ auth_url : " /oauth/authorize" # Gateway's authorization endpoint (optional)
16+ callback_url : " /oauth/callback" # Gateway's callback endpoint (optional)
17+
518database :
619 type : clickhouse
720 connection : clickhouse://github.demo.altinity.cloud:9440/default?username=demo&password=demo&secure=true
You can’t perform that action at this time.
0 commit comments