Jesper Pedersen

Results 73 comments of Jesper Pedersen

@frode-carlsen I don't think anybody is working on that, so feel free to give it a shoot

@frode-carlsen Ok, better submit a PR for the test suite failures on your machine first then. Yes, a service mechanism must be used for this, as the "core" JDBC driver...

@frode-carlsen If PostGis requires org.postgresql classes that needs to sorted first in the PostGis project. I see the lack of a Maven deployment as a blocker too. The rest of...

@zandrei It was blocked on a hard dependency on the official driver. Maybe @frode-carlsen has an update on the matter

Thanks for the update Frode

`password_encryption` is the on-disk storage format. If you require `scram-sha-256` for login then you replace `md5` with `scram-sha-256` in `pg_hba.conf`. See https://www.postgresql.org/docs/10/static/auth-methods.html#AUTH-PASSWORD Documentation for `scram-sha-256` is at https://www.postgresql.org/docs/10/static/sasl-authentication.html#SASL-SCRAM-SHA-256

But, yeah - best leave it as an opt-in

It seems a change like this would require a configuration option - default `false` - to not have the overhead for all deployments

``` 2022-07-06T09:35:35.550561233-04:00 DEBUG kube_client::client - Unsuccessful: ErrorResponse { status: "Failure", message: "the server could not find the requested resource", reason: "NotFound", code: 404 } ```

Note, that this pull request enables k8s 1.25 in CI. I can separate this out if necessary.