Skip to content

Mark scram-client in vertx-pg-client as required #1466

@jorsol

Description

@jorsol

Describe the feature

The scram-client dependency of the vertx-pg-client module is marked as optional, but since PostgreSQL 14+, the default value for password_encryption is scram-sha-256, so this dependency should not be marked as optional.

Use cases

To avoid recurring issues of failed authentication reports (due to the missing dependency), the dependency should be required. This improves the user experience when connecting to postgres and it does not have any downside.

Contribution

Who should implement this feature ? are you volunteering for implementing this feature or
do you know that is able and willing implement this feature ?

Yes, I could volunteer if approved, it should be just removing the optional tag and updating the documentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions