Document GCP Private Service Connect DNS setup - #585
Open
ivanauth wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment skipped — @ivanauth does not have write access to this repository. A maintainer can trigger a preview deployment by re-running this workflow. |
The GCP steps gave no shape for the Cloud DNS zone or record names, so readers could not tell that the private zone belongs at the logical region rather than the environment. A zone at the environment level is authoritative for the whole subtree and hides the public management console hostname inside the VPC. Give the endpoint hostname shape, both record options and their tradeoff, per-VPC endpoint and zone scoping, on-premises resolution, and verification that does not rely on ping or nc. Move permission system creation ahead of DNS so the hostname the zone is derived from exists. Signed-off-by: ivanauth <ivan@authzed.com>
ivanauth
force-pushed
the
docs/gcp-psc-dns-setup
branch
from
September 9, 2026 14:12
9699772 to
1556447
Compare
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.
Improve docs