File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -147,16 +147,16 @@ database:
147147 required : true
148148 default : 10
149149 tables : []
150- plugins :
151- oauth :
152- provider : " auth0 "
153- user_info_url : " https://altinity. auth0.com/userinfo "
154- # use --set plugins.oauth.client_id=XXX,plugins.oauth.client_secret=YYYY during `helm upgrade` for properly install
155- scopes :
156- - " openid"
157- - " profile"
158- - " email"
159- redirect_url : " https://mcp-github.altinity-skaeser-playground.dev.altinity.cloud/oauth/callback" # OAuth callback URL
160- auth_url : " /oauth/authorize" # Gateway's authorization endpoint (optional)
161- callback_url : " /oauth/callback" # Gateway's callback endpoint (optional)
150+ plugins : {}
151+ # use --set plugins. oauth.client_id=XXX,plugins.oauth.client_secret=YYYY during `helm upgrade` for properly install
152+ # oauth:
153+ # provider : "auth0"
154+ # user_info_url: "https://altinity.auth0.com/userinfo"
155+ # scopes:
156+ # - "openid"
157+ # - "profile"
158+ # - "email"
159+ # redirect_url: "https://mcp-github.altinity-skaeser-playground.dev.altinity.cloud/oauth/callback" # OAuth callback URL
160+ # auth_url: "/oauth/authorize" # Gateway's authorization endpoint (optional)
161+ # callback_url: "/oauth/callback" # Gateway's callback endpoint (optional)
162162
You can’t perform that action at this time.
0 commit comments