Compatibility with newer postgres authentication schemes
See original GitHub issueHello,
I’m preparing a corporate deployment of apicurio studio using the 0.2.48 release and a postgresql storage and had a bit of trouble when this error happened org.postgresql.util.PSQLException: The authentication type 10 is not supported.
Looking into it I found that the postgres server tries to use this scheme that was released later and there are no tries for an older scheme. This is probably due to how our data department configured the database and I don’t think I should try to lower their security settings.
However I tried using the latest version of the driver (42.2.20) in my local quarkus dev mode and it appears to run fine.
Is there anything that blocks the studio from using newer versions than 9.4.1212? This one dates back from Nov 2016
– The authentication scheme that appears to be required https://www.postgresql.org/docs/10/sasl-authentication.html
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top GitHub Comments
Our server version is 12.6 from what I can find using psql
I’ve tested the new driver with PG 9 and PG 12 with no troubles. Thanks for the PR. Closing this now.
PR: https://github.com/Apicurio/apicurio-studio/pull/1511