Commit 860d082
committed
feat: split auth feature into auth-jwt + auth-rls
Per SMB session REQUEST at bus e1cf316. The combined auth feature
pulled datafusion which triggered xz2 vs liblzma-sys link collision
when combined with lance dep in smb-bridge.
Split:
auth-jwt = serde + serde_json only (JWT extraction, no datafusion)
auth-rls = auth-jwt + query (RlsRewriter OptimizerRule, needs datafusion)
auth = auth-rls (backward compatible)
SMB session can now depend on callcenter[auth-jwt] without pulling
datafusion. F8 unblocked.
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent 060b1b6 commit 860d082
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments