You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker exec "${{ job.services.catalog.id }}" psql -U postgres -c "ALTER SYSTEM SET ssl=on;" -c "ALTER SYSTEM SET ssl_cert_file='/var/lib/postgresql/tls/server.crt';" -c "ALTER SYSTEM SET ssl_key_file='/var/lib/postgresql/tls/server.key';" -c "ALTER SYSTEM SET ssl_ca_file='/var/lib/postgresql/tls/ca.crt';" &&
324
328
docker restart "${{ job.services.catalog.id }}"
325
329
env:
326
330
PGPASSWORD: postgres
@@ -627,6 +631,10 @@ jobs:
627
631
PG2_USER: postgres
628
632
PG2_PASSWORD: postgres
629
633
PG2_DATABASE: postgres
634
+
# Mutual-TLS client-certificate auth test (catalog has TLS enabled above)
0 commit comments