aws / pg_tle

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

Erase shared memory entry after each clientauth/passcheck request #257

Closed adamguo0 closed 10 months ago

adamguo0 commented 10 months ago

Issue #, if available:

Description of changes: After each clientauth and passcheck request is completed by the background worker, erase the shared memory entry to prevent sensitive information from persisting longer than necessary.

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