Skip to content

Conversation

@alexandreLamarre
Copy link
Contributor

@alexandreLamarre alexandreLamarre commented Sep 24, 2025

  • Fixes an invalid docker compose, in the fundamentals core section.
  • Fixes the pomerium config for native ssh access. The ssh_user_ca_key_file is a string, not an array.
  • Adds a redirect for an outdated link related to data storage.
  • Rewords the PPL breakdown to be clearer and less technical

@netlify
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for pomerium-docs ready!

Name Link
🔨 Latest commit 6be08b1
🔍 Latest deploy log https://app.netlify.com/projects/pomerium-docs/deploys/68e7e87f28918e0008df52ad
😎 Deploy Preview https://deploy-preview-2002--pomerium-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@alexandreLamarre alexandreLamarre changed the title Misc fixes alex Miscelaneous config fixes & PPL rewording Sep 24, 2025
@alexandreLamarre alexandreLamarre marked this pull request as ready for review September 24, 2025 18:11
@alexandreLamarre alexandreLamarre requested a review from a team as a code owner September 24, 2025 18:11
@alexandreLamarre alexandreLamarre requested review from kenjenkins and removed request for a team September 24, 2025 18:11
Criteria in PPL are represented as an object where the key is the name and optional sub-path of the criterion, and the value changes depending on which criterion is used.
In PPL, a criterion defines a specific condition to evaluate, such as a user’s email or device type.

- Each criterion is an object where the key is the criterion name (optionally with a sub-path, delimited by `/`), and the value specifies what to match or compare.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should aim to avoid duplication between this page and the main PPL reference page. Would it be better to condense some of this information here? Looks like there is already a link to the main PPL page below.

(Up to you, no strong preference from me.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked into deduplicating this by defining shared content somewhere and embedding it in each page, but I couldn't find any handy mechanisms to do so with our current docusaurus setup.

I think we should keep it this way for now, because the /internals page is a full reference and the I'm wary of throwing just a link to the full reference in a getting started guide

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI— Docusaurus does offer an "import" feature for snippets of markdown, see https://docusaurus.io/docs/markdown-features/react#importing-markdown.

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.

4 participants