1
0
forked from baron/baron-sso
This commit is contained in:
ai-cell-a100-1
2026-04-20 16:47:50 +09:00
parent 44a853408e
commit 7ecb19e397
16 changed files with 11728 additions and 89 deletions

View File

@@ -7,7 +7,7 @@
"methods": ["GET"]
},
"upstream": {
"url": "http://baron_backend:3000"
"url": "http://backend:23000"
},
"authenticators": [{ "handler": "noop" }],
"authorizer": { "handler": "allow" },
@@ -21,7 +21,7 @@
"methods": ["OPTIONS"]
},
"upstream": {
"url": "http://baron_backend:3000"
"url": "http://backend:23000"
},
"authenticators": [{ "handler": "noop" }],
"authorizer": { "handler": "allow" },
@@ -35,7 +35,7 @@
"methods": ["GET", "POST", "OPTIONS"]
},
"upstream": {
"url": "http://baron_backend:3000"
"url": "http://backend:23000"
},
"authenticators": [{ "handler": "noop" }],
"authorizer": { "handler": "allow" },
@@ -49,7 +49,7 @@
"methods": ["POST", "PUT", "PATCH", "DELETE"]
},
"upstream": {
"url": "http://baron_backend:3000"
"url": "http://backend:23000"
},
"authenticators": [{ "handler": "cookie_session" }],
"authorizer": { "handler": "remote_json" },
@@ -63,7 +63,7 @@
"methods": ["GET"]
},
"upstream": {
"url": "http://baron_backend:3000"
"url": "http://backend:23000"
},
"authenticators": [{ "handler": "cookie_session" }],
"authorizer": { "handler": "remote_json" },