credcheck v1.1 released

Поиск
Список
Период
Сортировка
От MigOps via PostgreSQL Announce
Тема credcheck v1.1 released
Дата
Msg-id 168263341349.3414352.9754009111031631999@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-announce
 

credcheck v1.1 released

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

Links & Credits

credcheck is an open project under the PostgreSQL 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, MigOPs is specialized in migration to PostgreSQL and PostgreSQL support. If you need more information please contact us

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

 

В списке pgsql-announce по дате отправления:

Предыдущее
От: UCLL via PostgreSQL Announce
Дата:
Сообщение: PGConf.be : Schedule online
Следующее
От: The CloudNativePG Contributors via PostgreSQL Announce
Дата:
Сообщение: CloudNativePG 1.20.0, 1.19.2 and 1.18.4 Released!