docs(config): document the postgres ssl connection property#327
Merged
mtoy-googly-moogly merged 1 commit intoJul 8, 2026
Merged
Conversation
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
marked this pull request as ready for review
July 8, 2026 21:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion docs PR for malloydata/malloy#2968, which adds a TLS
sslpassthrough to thepostgresconnection type.Documents the new
ssl(type: 'json') property in the PostgreSQL connection table, mirroring the existing Trinossldocs:servername-only-takes-effect-for-IP-hosts caveat;json-type rule (values pass through literally, so{"env": ...}is not a reference and secretkey/passphraseshouldn't live in shared config).Satisfies the connection
CONTEXT.mdrequirement to keepconfig.malloynbin sync when a registered connection property is added. Should land together with (or just after) the malloy PR.🤖 Generated with Claude Code