PostgreSQL
v0.11 adds experimental PostgreSQL target support.
Enable the PostgreSQL protocol in your config file (default: /etc/warpgate.yaml
) if you didn't do so during the initial setup:
+ postgres:
+ enable: true
+ certificate: /var/lib/warpgate/tls.certificate.pem
+ key: /var/lib/warpgate/tls.key.pem
You can reuse the same certificate and key that are used for the HTTP listener.
See [https://github.com/warp-tech/warpgate/wiki/Adding-a-PostgreSQL-target](Adding a PostgreSQL target) for more details.
Changes
- 00d3c36: PostgreSQL support (#1021) #1021
- fe521f2: OIDC RP-initiated logout (SSO single logout) support (#992) #992
- 3c3b843: Validate a TOTP code before saving it (#1055) (kekkon) #1055
Fixes
- 116bf9f: fixed SSO authentication getting incorrectly rejected when user has both an "any provider" and a provider specific SSO credential
- 1f597a8: fixed #1053 - prevent repeated consumption of the ticket uses within the same SSH session
- 38bdbad: fixed #1077 - handle non-standard PKCS8 EC private key PEMs
- 7e49f13: #1056 - auto-strip .well-known/openid-configuration from OIDC URLs
- 9e3760e: fixed #1082 - terminal replay crashing when the session is finished