credcheck
credcheck - postgresql plain text credential checker
Module:
Categories:
Overview
PGDG 1st Party Extension: credcheck : credcheck - postgresql plain text credential checker
Information
- Extension ID: 7110
- Extension Name:
credcheck - Package Name:
credcheck - Category:
SEC - License: MIT
- Website: https://github.com/MigOpsRepos/credcheck
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 3.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
credcheck_$v* - RPM Ver :
3.0 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-credcheck - DEB Ver :
3.0 - DEB Deps: N/A
Availability
Installation
Install credcheck via the pig CLI tool:
pig ext install credcheck
Install credcheck via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["credcheck"]}' # -l <cls>
Install credcheck RPM from YUM repo directly:
dnf install credcheck_17*;
dnf install credcheck_16*;
dnf install credcheck_15*;
dnf install credcheck_14*;
dnf install credcheck_13*;
Install credcheck DEB from APT repo directly:
apt install postgresql-17-credcheck;
apt install postgresql-16-credcheck;
apt install postgresql-15-credcheck;
apt install postgresql-14-credcheck;
apt install postgresql-13-credcheck;
Create credcheck extension on PostgreSQL cluster:
CREATE EXTENSION credcheck;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.