-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Pomerium Zero Fundamentals courses #1372
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
httpbin: | ||
image: kennethreitz/httpbin | ||
ports: | ||
- 80:80 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add network to httpbin
networks:
main: {}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this
|
||
```yaml title="docker-compose" | ||
pomerium: | ||
image: pomerium/pomerium:v0.25.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this we use pomerium/pomerium:v0.26.0,
but in other places cr.pomerium.com/pomerium/pomerium:v0.26.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cr.pomerium.com/pomerium/pomerium:vX.XX.X
URL is a tracking URL. We don't use it in the onboarding scripts.
Co-authored-by: ssveta7ak <[email protected]>
Co-authored-by: ssveta7ak <[email protected]>
Co-authored-by: ssveta7ak <[email protected]>
|
||
Next, you'll learn how to secure your upstream service by verifying the user's identity with a JWT. This adds another layer of security to your application. | ||
|
||
Go to [**Single Sign-on**](docs/courses/fundamentals/zero-single-sign-on). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is redirect to the Page Not Pound
page.
Developers console shows that the link is
<a href="/docs/courses/fundamentals/docs/courses/fundamentals/zero-single-sign-on"><strong>Single Sign-on</strong></a>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this. I accidentally excluded the /
in front of docs
, which for some reason repeats the path when it renders. Updated.
|
||
In the next guide, you'll secure TCP routes and access an SSH service. | ||
|
||
Go to [TCP Routes](docs/courses/fundamentals/zero-tcp-routes). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link redirect to the Page Not Found
page.
The link is:
<a href="/docs/courses/fundamentals/docs/courses/fundamentals/zero-tcp-routes">TCP Routes</a>
Co-authored-by: ssveta7ak <[email protected]>
Co-authored-by: ssveta7ak <[email protected]>
- [**Build a Simple Route**](docs/courses/fundamentals/zero-build-routes) | ||
- [**Build a Simple Policy**](docs/courses/fundamentals/zero-build-policies) | ||
- [**Single Sign-on (SSO)**](docs/courses/fundamentals/zero-single-sign-on) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken links
- [**Build a Simple Route**](docs/courses/fundamentals/zero-build-routes) | |
- [**Build a Simple Policy**](docs/courses/fundamentals/zero-build-policies) | |
- [**Single Sign-on (SSO)**](docs/courses/fundamentals/zero-single-sign-on) |
- [**Build Routes**](docs/courses/fundamentals/zero-build-routes) | ||
- [**Build Policies**](docs/courses/fundamentals/zero-build-policies) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken links
- [**Build Routes**](docs/courses/fundamentals/zero-build-routes) | |
- [**Build Policies**](docs/courses/fundamentals/zero-build-policies) |
|
||
Great job! You successfully configured SSO in Pomerium. Next, you'll learn how to build more advanced policies. | ||
|
||
Go to [**Build Advanced Policies**](docs/courses/fundamentals/zero-advanced-policies). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken link
Go to [**Build Advanced Policies**](docs/courses/fundamentals/zero-advanced-policies). |
* adds PZ directory * adds PZ courses files * moves core fundamentals directory * adds routes guide * adds policies guide to courses * Adds policies video * adds intro * adds jwt guide * updates advanced policies guide * adds advanced policies guide * adds first part of advanced routes guide * adds most of advanced routes guide * adds advanced routing guide * adds TCP guide * small changes to text * fixes broken link * fixes prettier and cspell errors * fixes broken links * updates tcp commands * runs prettier * adds changes to advanced routes * updates all guides formatting and videos * replaces screenshots * runs prettier * removes incompatible docs link * fixes formatting issue * updates routes * renames zero fundamentals files and directories * adds wistia videos * updates sidebar * fixes sidebar and broken links * Update content/docs/courses/fundamentals/zero-build-routes.mdx Co-authored-by: ssveta7ak <[email protected]> * Update content/docs/courses/fundamentals/zero-single-sign-on.mdx Co-authored-by: ssveta7ak <[email protected]> * Update content/docs/courses/fundamentals/zero-single-sign-on.mdx Co-authored-by: ssveta7ak <[email protected]> * updates text * Update content/docs/courses/fundamentals/zero-build-policies.mdx Co-authored-by: ssveta7ak <[email protected]> * Update content/docs/courses/fundamentals/zero-advanced-routes.mdx Co-authored-by: ssveta7ak <[email protected]> * adds requested changes * fixes breaking links --------- Co-authored-by: ssveta7ak <[email protected]>
Adds Pomerium Zero Fundamentals courses (#1372) * adds PZ directory * adds PZ courses files * moves core fundamentals directory * adds routes guide * adds policies guide to courses * Adds policies video * adds intro * adds jwt guide * updates advanced policies guide * adds advanced policies guide * adds first part of advanced routes guide * adds most of advanced routes guide * adds advanced routing guide * adds TCP guide * small changes to text * fixes broken link * fixes prettier and cspell errors * fixes broken links * updates tcp commands * runs prettier * adds changes to advanced routes * updates all guides formatting and videos * replaces screenshots * runs prettier * removes incompatible docs link * fixes formatting issue * updates routes * renames zero fundamentals files and directories * adds wistia videos * updates sidebar * fixes sidebar and broken links * Update content/docs/courses/fundamentals/zero-build-routes.mdx * Update content/docs/courses/fundamentals/zero-single-sign-on.mdx * Update content/docs/courses/fundamentals/zero-single-sign-on.mdx * updates text * Update content/docs/courses/fundamentals/zero-build-policies.mdx * Update content/docs/courses/fundamentals/zero-advanced-routes.mdx * adds requested changes * fixes breaking links --------- Co-authored-by: zachary painter <[email protected]> Co-authored-by: ssveta7ak <[email protected]>
This PR adds Zero-specific courses to Fundamentals.