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';" &&
301
305
docker restart "${{ job.services.catalog.id }}"
302
306
env:
303
307
PGPASSWORD: postgres
@@ -604,6 +608,10 @@ jobs:
604
608
PG2_USER: postgres
605
609
PG2_PASSWORD: postgres
606
610
PG2_DATABASE: postgres
611
+
# Mutual-TLS client-certificate auth test (catalog has TLS enabled above)
0 commit comments