sachinnn99 commented on PR #10800:
URL: https://github.com/apache/gravitino/pull/10800#issuecomment-4952129647
@roryqi Tested federated IRC by hand (`catalog-backend = rest` pointing at
an upstream IRC with S3TokenCredential provider):
**With credential vending:**
```json
{
"status": "completed",
"storage-credentials": [
{
"prefix": "s3://test-bucket/warehouse/db/test_tbl",
"config": {
"s3.session-token-expires-at-ms": "1783865183269",
"s3.access-key-id": "AKIA_DUMMY_TEST_KEY",
"s3.secret-access-key": "dummy-secret-access-key-12345",
"s3.session-token": "dummy-session-token-xyz",
"client.refresh-credentials-endpoint":
"v1/federated/namespaces/db/tables/test_tbl/credentials"
}
}
],
"file-scan-tasks": []
}
```
**Without header:** `{"status": "completed", "file-scan-tasks": []}` — no
credentials returned.
Scan planning delegates to the remote catalog; refresh endpoint is rewritten
to this IRC instance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]