Commit 7f11d13
Ashok Vengala
bug/OTF-4041: dd support for non-JWT OAuth2 tokens in OAuth2Util
- Added IllegalArgumentException to catch block in expiresAtMillis method
- Enables compatibility with BigLake API which uses opaque OAuth2 access tokens
- Maintains backward compatibility with existing JWT-based token systems
- Returns null for non-JWT tokens, allowing expiration fallback to properties1 parent f38c341 commit 7f11d13
File tree
1 file changed
+1
-1
lines changed- core/src/main/java/org/apache/iceberg/rest/auth
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
0 commit comments