fix an error in the k8s quickstart instructions - #2362
Merged
Conversation
To use 'provider: hosted' we need to set an Authenticate Service URL. The quickstart already has instructions for generating an 'mkcert' wildcard certificate, so we can use a sub-domain for this URL.
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
nickytonline
approved these changes
Sep 11, 2026
Correct and simplify the note at the top about the Hosted Authenticate Service, and style it as a Tip. Link directly to the relevant sections of the combined Authentication page. Tweak formatting in the 'Install Pomerium' section so that the instructions nest under the list items.
kenjenkins
marked this pull request as ready for review
September 11, 2026 19:14
Greptile SummaryThis PR corrects the Kubernetes quickstart configuration for the Hosted Authenticate Service.
Confidence Score: 5/5The documentation change appears safe to merge. The added configuration matches the documented Kubernetes CRD, the Hosted Authenticate flow, and the quickstart's existing wildcard domain and certificate setup; no actionable failure remains.
|
| Filename | Overview |
|---|---|
| content/docs/deploy/k8s/quickstart.mdx | Updates the Hosted Authenticate guidance and walks users through the new localhost Authenticate endpoint with valid links and consistent MDX formatting. |
| content/examples/kubernetes/pomerium-global-settings.md | Adds the required spec.authenticate.url setting to the quickstart's sole global-settings example. |
Reviews (1): Last reviewed commit: "minor improvements" | Re-trigger Greptile
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.
Summary
To use
provider: hostedwe need to set an Authenticate Service URL. The quickstart already has instructions for generating anmkcertwildcard certificate, so we can use a sub-domain for this URL.Related
https://linear.app/pomerium/issue/ENG-4392/docs-ingress-controller-quickstart-example-leads-to-error
AI disclosure
none
Checklist