tokoko opened a new pull request, #3699:
URL: https://github.com/apache/polaris/pull/3699

   - Decouples credential vending from `StorageCredentialCache` by moving 
orchestration logic into `StorageAccessConfigProvider`
   - Adds `buildCacheKey` to `PolarisStorageIntegrationProvider` interface so 
each storage backend (AWS, GCP, Azure) controls which fields are included in 
its cache key (e.g., only AWS includes principal name and session tags). 
**non-AWS backends no longer include principal name and session tags in cache 
key**.
   - Remove `getSubscopedCredsForEntity` from `PolarisMetaStoreManager` 
implementations (AtomicOperation, Transactional, NoSql) — credential vending 
now goes through the standalone `PolarisCredentialVendorImpl`
   - Update `PolarisCredentialVendor` to accept `PolarisEntity` directly 
instead of entity IDs. This is to avoid having to rematerialize PolarisEntity 
that is already available.


-- 
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]

Reply via email to