James Harris
James Harris
We are facing the same issue with the `aws_s3` extension. I have not found a way to grant schema-specific privileges. I think I had much the same kind of solution...
I believe the following queries grant the minimal permissions required to use the `aws_s3` extension, so ideally the solution would allow us to grant this and nothing more. ```sql GRANT...
Hi, thanks for the request. Can you explain why this is necessary? The server will respond to requests for any path.
Is this resolved by #32 ?
Or #35?
As of [v0.3.7](https://github.com/jmalloc/echo-server/releases/v0.3.7), the `.ws` and `.sse` endpoints are served from any "directory", which I believe solves this issue.
In addition, it would be great to support pod identities as an authentication method in `ProviderConfig` Edit: I made a separate issue for this: #1981
Cool, good to know! What does the current usage of a `ClusterGenerator` look like? Would the user typically create a service account in each namespace, or is it likely that...