From: | MigOps via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org> |
---|---|
To: | PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org> |
Subject: | credcheck v1.1 released |
Date: | 2023-04-27 22:10:13 |
Message-ID: | 168263341349.3414352.9754009111031631999@wrigleys.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce |
April 27, 2023
## PostgreSQL credcheck extension
The credcheck PostgreSQL extension provides few general credential checks, which will be evaluated during the user creation, during the password change 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
* enforce use of an expiration date with a minimum and maximal of days for a password
* define a password reuse policy
Release v1.1 adds the missing capability to enforce the use of an expiration date for a password with a maximum of days. Example: `credcheck.password_valid_max = 365`, the password life time must not be set beyond one year.
Complete list of changes is available [here](https://github.com/MigOpsRepos/credcheck/releases/tag/v1.1)
## Links & Credits
credcheck is an open project under the PostgreSQL license created at [MigOps 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://github.com/MigOpsRepos/credcheck/releases/)
* Support: use GitHub report tool at [https://github.com/MigOpsRepos/credcheck/issues](https://github.com/MigOpsRepos/credcheck/issues)
## About credcheck
The credcheck extension is an original work of [MigOps Inc](https://migops.com/), MigOPs is specialized in migration to PostgreSQL and PostgreSQL support. If you need more information please [contact us](https://www.migops.com/contact-us/)
Documentation at [https://github.com/MigOpsRepos/credcheck#readme](https://github.com/MigOpsRepos/credcheck#readme)
From | Date | Subject | |
---|---|---|---|
Next Message | The CloudNativePG Contributors via PostgreSQL Announce | 2023-04-28 05:45:24 | CloudNativePG 1.20.0, 1.19.2 and 1.18.4 Released! |
Previous Message | UCLL via PostgreSQL Announce | 2023-04-26 11:29:19 | PGConf.be : Schedule online |