Use session variables to set object store credentials. - #162
Use session variables to set object store credentials.#162HarshDaryani896 wants to merge 2 commits into
Conversation
|
@pgguru @aykut-bozkurt Hi , just wanted to check if you’ve had a chance to look at this PR. Let me know if I should adjust anything to help move it forward! |
|
Thanks for the idea @HarshDaryani896 We can have superuser GUCs like Then, we can let sdks read config from e.g. By default, all gucs should be unset. |
|
@aykut-bozkurt Thanks for the response. We are currently evaluating some other approaches which can overcome the credential visibility issue of the current GUC approach. |
Description:
This PR adds PostgreSQL session variables to enable client-side credential management for AWS S3 and Google Cloud Storage, shifting credential control from server administrators to individual clients and applications.
This PR is still work in progress. Will be adding similar session variables for azure as well.
I have created this for early feedback about the approach and implementation.
Closes: #161 and #129