Skip to content

docs(config): document the postgres ssl connection property#327

Merged
mtoy-googly-moogly merged 1 commit into
malloydata:mainfrom
Sha-Bang:nathan/document-postgres-ssl
Jul 8, 2026
Merged

docs(config): document the postgres ssl connection property#327
mtoy-googly-moogly merged 1 commit into
malloydata:mainfrom
Sha-Bang:nathan/document-postgres-ssl

Conversation

@Sha-Bang

@Sha-Bang Sha-Bang commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Companion docs PR for malloydata/malloy#2968, which adds a TLS ssl passthrough to the postgres connection type.

Documents the new ssl (type: 'json') property in the PostgreSQL connection table, mirroring the existing Trino ssl docs:

  • adds the property row + a short example (verified TLS through a tunnel);
  • notes the servername-only-takes-effect-for-IP-hosts caveat;
  • reiterates the json-type rule (values pass through literally, so {"env": ...} is not a reference and secret key/passphrase shouldn't live in shared config).

Satisfies the connection CONTEXT.md requirement to keep config.malloynb in sync when a registered connection property is added. Should land together with (or just after) the malloy PR.

🤖 Generated with Claude Code

Companion to malloydata/malloy#2968, which adds an `ssl` TLS passthrough to the
postgres connection type. Documents the new `type: 'json'` property (mirroring
the existing Trino `ssl` docs), including the servername/host tunnel caveat and
the json-literal secret note.

Signed-off-by: Nathan Huff <nathan@credibledata.com>
@Sha-Bang
Sha-Bang marked this pull request as ready for review July 8, 2026 21:42
@mtoy-googly-moogly
mtoy-googly-moogly merged commit 92aaca1 into malloydata:main Jul 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants