aws / pg_tle

Framework for building trusted language extensions for PostgreSQL
Apache License 2.0
337 stars 31 forks source link

mixedCase now works in pgtle.clientauth_users_to_skip as intended #267

Closed TianzeMYou closed 9 months ago

TianzeMYou commented 9 months ago

Issue #, if available: Clientauth skip lists do not work when user/database names are mixed case #265

Description of changes: mixedCase now works in pgtle.clientauth_users_to_skip as intended.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

anth0nyleung commented 9 months ago

please investigate why CI is not passing

anth0nyleung commented 9 months ago

I think having something like Allow mixed case in pgtle.clientauth_users_to_skip and pgtle.clientauth_databases_to_skip would be a better commit message and title for this pr