Commit 8ce2b1b
committed
fix: remove deprecated X-Tenant-ID header from SDK requests
Tenant identity is now derived from OAuth2 client credentials on the
server side. The X-Tenant-ID header is no longer needed.
- Remove addTenantIdHeader method and all calls
- Remove X-Tenant-ID header from policy API requests
Part of #1488: Unify auth to OAuth2 Client Credentials (RFC 6749).1 parent 1201052 commit 8ce2b1b
2 files changed
Lines changed: 3 additions & 14 deletions
File tree
- src
- main/java/com/getaxonflow/sdk
- test/java/com/getaxonflow/sdk/telemetry
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2727 | 2727 | | |
2728 | 2728 | | |
2729 | 2729 | | |
2730 | | - | |
2731 | 2730 | | |
2732 | 2731 | | |
2733 | 2732 | | |
| |||
2929 | 2928 | | |
2930 | 2929 | | |
2931 | 2930 | | |
2932 | | - | |
2933 | | - | |
2934 | | - | |
2935 | | - | |
2936 | | - | |
2937 | 2931 | | |
2938 | 2932 | | |
2939 | 2933 | | |
| |||
3139 | 3133 | | |
3140 | 3134 | | |
3141 | 3135 | | |
3142 | | - | |
3143 | | - | |
3144 | | - | |
3145 | | - | |
3146 | | - | |
3147 | | - | |
3148 | 3136 | | |
3149 | 3137 | | |
3150 | 3138 | | |
| |||
3739 | 3727 | | |
3740 | 3728 | | |
3741 | 3729 | | |
3742 | | - | |
3743 | 3730 | | |
3744 | 3731 | | |
3745 | 3732 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| 422 | + | |
| 423 | + | |
422 | 424 | | |
423 | 425 | | |
424 | | - | |
| 426 | + | |
425 | 427 | | |
426 | 428 | | |
427 | 429 | | |
| |||
0 commit comments