Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sbgcG-000isY-87 for pgsql-announce@arkaria.postgresql.org; Wed, 07 Aug 2024 13:22:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sbgcE-0076ho-AP for pgsql-announce@arkaria.postgresql.org; Wed, 07 Aug 2024 13:22:10 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sbgcD-0076gu-7X for pgsql-announce@lists.postgresql.org; Wed, 07 Aug 2024 13:22:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sbgcA-003Xx1-Bt for pgsql-announce@lists.postgresql.org; Wed, 07 Aug 2024 13:22:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=RJY46+o5ZDMGkZD0Vc3Nh3QKszU9xgZQpEZWDMLjHZI=; b=iD3JLu3QQij/7d2O8puwTwwbbh 6RSY9HlCbxTPM+m1eHJhKbWwVTMkbeeI+YqUOhFDyI/RYzADvWFO2wT3xDRQROY+8Q9w0UBiWdBxy yGCbqLmUhzHK+LvwamB1R2HHI4Mk8rMsvWLoK7pMMoyhSU6y5iZwCZ6ahklYusIJRydZ6bQ3vM6Nt crj7JDNYCSzYzX1487m7mwvXr6dDpzjDGs8awVvlCxXal/jE6zbtALhqKiMAXeMwtZZnKEbI+8G3V WpWYrxQUrrlASWZx156OKJ3O+W37SWkHr4Dy0WorNGvq7X9LL8fHIBFBU14dy1VT/LTIveMAltPLl 7HJdIvbQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sbgc9-00B1zR-2Z for pgsql-announce@lists.postgresql.org; Wed, 07 Aug 2024 13:22:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sbgc6-0003eF-3u for pgsql-announce@lists.postgresql.org; Wed, 07 Aug 2024 13:22:02 +0000 Content-Type: multipart/mixed; boundary="===============6376985633073350987==" MIME-Version: 1.0 Subject: credcheck v2.8 has been released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Wed, 07 Aug 2024 13:21:54 +0000 Message-ID: <172303691411.915373.5622730254569222077@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: e5711aea6909222b9a1b896bae27d5dd05b1a22e48ed6a07e3470404d2c4757e List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============6376985633073350987== Content-Type: multipart/alternative; boundary="===============0574952622634823980==" MIME-Version: 1.0 --===============0574952622634823980== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Antananarivo, Madagascar - August 07, 2024 ## PostgreSQL credcheck extension The credcheck PostgreSQL extension provides few general credential checks, = which will be evaluated during the user creation, during the password chang= e and user renaming. By using this extension, we can define a set of rules: * allow a specific set of credentials * reject a certain type of credentials * deny password that can be easily cracked * enforce use of an expiration date with a minimum of day for a password * define a password reuse policy * define the number of authentication failure allowed before a user is ba= nned * define a delay on authentication failures Release 2.8 has been published, it adds the compatibility with PostgreSQL 17 and shows current credcheck settings in error messageis. Upgrade require a PostgreSQL restart to reload the credcheck library. Complete list of changes is available [here](https://github.com/MigOpsRepos= /credcheck/releases/tag/v2.8) ## Links & Credits credcheck is an open project under the PostgreSQL license created at [MigOp= s Inc](https://migops.com/). Any contribution to build a better tool is welcome. You can send your ideas= , features requests or patches using the GitHub tools. **Links :** * Download: [https://github.com/MigOpsRepos/credcheck/releases/](https://g= ithub.com/MigOpsRepos/credcheck/releases/) * Support: use GitHub report tool at [https://github.com/MigOpsRepos/credch= eck/issues](https://github.com/MigOpsRepos/credcheck/issues) ## About credcheck The credcheck extension is an original work of MigOps Inc, Since MigOPs is = closed the extension is developped and maintained by Gilles Darold at [Hexa= Cluster Corp](https://hexacluster.ai). If you need more information please = [contact us](https://hexacluster.ai/contact-us/). Documentation at [https://github.com/MigOpsRepos/credcheck#readme](https://= github.com/MigOpsRepos/credcheck#readme) --===============0574952622634823980== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable credcheck v2.8 has been released
 

credcheck v2.8 has been released

Antananarivo, Madagascar - August 07, 2024<= /p>

PostgreSQL credcheck extension<= /h2>

The credcheck PostgreSQL extension provides= few general credential checks, which will be evaluated during the user cre= ation, during the password change and user renaming. By using this extensio= n, we can define a set of rules:

  • allow a specifi= c set of credentials
  • reject a certai= n type of credentials
  • deny password t= hat can be easily cracked
  • enforce use of = an expiration date with a minimum of day for a password
  • define a passwo= rd reuse policy
  • define the numb= er of authentication failure allowed before a user is banned
  • define a delay = on authentication failures

Release 2.8 has been published, it adds the= compatibility with PostgreSQL 17 and shows current credcheck settings in error messageis.

Upgrade require a PostgreSQL restart to rel= oad the credcheck library.

Complete list of changes is available here

Links & Credits

credcheck is an open project under the Post= greSQL license created at MigOps Inc. Any contribution to build a better tool is welcome. You can send your ideas= , features requests or patches using the GitHub tools.

Links :

About credcheck

The credcheck extension is an original work= of MigOps Inc, Since MigOPs is closed the extension is developped and main= tained by Gilles Darold at HexaCluster Corp. If you need m= ore information please contact us.

Documentation at https://github.com/MigOpsRepos/credcheck#readme

This email was sent to you from HexaCluster. It was delivered on their beha= lf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to HexaCluster.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============0574952622634823980==-- --===============6376985633073350987==--