Commit 2d68b8f
refactor: migrate Keto authorizer from HTTP to gRPC SDK
Replace the raw HTTP implementation with the official Ory Keto gRPC SDK
(github.com/ory/keto/proto). This uses typed proto messages and
transactional writes instead of manual URL construction and JSON parsing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d40b7c3 commit 2d68b8f
File tree
6 files changed
+171
-291
lines changed- security
- authorizer
- manager
6 files changed
+171
-291
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
0 commit comments