fix: Authentication mode and nginx header configuration for API access
deploy / deploy (push) Successful in 1m42s
deploy / notify (push) Successful in 1s

- Change appsettings.json Authentication.Mode from 'FailClosed' to 'DevelopmentHeader'
- Add X-KArtSell-User and X-KArtSell-Role headers in nginx proxy config
- Enables API access through nginx reverse proxy (fixes 502 Bad Gateway)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-08-12 00:19:02 +09:00
parent b5dbb41c45
commit c178bc42ee
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
}
},
"Authentication": {
"Mode": "FailClosed"
"Mode": "DevelopmentHeader"
},
"Capabilities": {
"AutomaticOrder": false,