-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a possible security vulnerability?
- This is NOT a possible security vulnerability
Describe the bug
Iceberg REST spec defines the following two values for the X-Iceberg-Access-Delegation HTTP header:
vended-credentialsremote-signing
However, current Polaris examples / docs use the value of true, which does not match anything in the Iceberg REST spec.
Current code appears to treat any non-empty header as vended-credentials, which is not exactly correct.
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
vended-credentialsvalue is respected.remote-signingis clearly reported as an error (for now, cf. [FEATURE REQUEST] On-Premise S3 & Remote Signing #32).
Additional context
No response
System information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working