We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.well-known/oauth-authorization-server
1 parent 9821875 commit 4523c62Copy full SHA for 4523c62
internal/start/templates/kong.yml
@@ -45,6 +45,16 @@ services:
45
replace:
46
headers:
47
- "Authorization: {{ .BearerToken }}"
48
+ - name: well-known-oauth
49
+ _comment: "GoTrue: /.well-known/oauth-authorization-server -> http://auth:9999/.well-known/oauth-authorization-server"
50
+ url: http://{{ .GotrueId }}:9999/.well-known/oauth-authorization-server
51
+ routes:
52
53
+ strip_path: true
54
+ paths:
55
+ - /.well-known/oauth-authorization-server
56
+ plugins:
57
+ - name: cors
58
- name: auth-v1
59
_comment: "GoTrue: /auth/v1/* -> http://auth:9999/*"
60
url: http://{{ .GotrueId }}:9999/
0 commit comments