Merge pull request #9806 from appwrite/feat-x-edge-bypass-gateway

feat: bypass gateway
This commit is contained in:
Eldad A. Fux 2025-05-18 23:36:37 +01:00 committed by GitHub
commit 728b758db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,8 @@ class Executor
$this->headers = [
'content-type' => 'application/json',
'authorization' => 'Bearer ' . System::getEnv('_APP_EXECUTOR_SECRET', ''),
'x-opr-addressing-method' => 'anycast-efficient'
'x-opr-addressing-method' => 'anycast-efficient',
'x-edge-bypass-gateway' => '1'
];
}