Denis Mishin
52920eaf72
add docs for ingress regex path ( #2822 )
2021-12-16 16:33:24 -05:00
Denis Mishin
41877e166b
fix typo in docs ( #2819 )
2021-12-13 16:48:51 -05:00
Caleb Doxsey
5a858f5d48
config: add internal service URLs ( #2801 )
...
* config: add internal service URLs
* maybe fix integration tests
* add docs
* fix integration tests
* for databroker connect to external name, but listen on internal name
* Update docs/reference/readme.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/reference/readme.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/reference/readme.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/reference/settings.yaml
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/reference/settings.yaml
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/reference/settings.yaml
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-12-10 14:04:37 -05:00
Caleb Doxsey
2d04106e6d
ppl: add support for http_path and http_method ( #2813 )
...
* ppl: add support for http_path and http_method
* fix import ordering
2021-12-10 07:28:51 -07:00
Alex Fornuto
e03f8a00db
add Grafana to Guides index ( #2808 )
2021-12-07 16:34:50 -06:00
Alex Fornuto
ec22b07a4e
fix indentation ( #2798 )
2021-12-02 11:31:11 -08:00
Caleb Doxsey
bd0a5389bf
envoy: add support for bind_config bootstrap options ( #2772 )
...
* envoy: add support for bind_config bootstrap options
* only add upstream bind config options to individual policy clusters
* update docs for new Envoy keys
Co-authored-by: alexfornuto <alex@fornuto.com>
2021-12-01 13:02:49 -07:00
Travis Groth
1bfdae4e12
docs: update pomerium-cli location ( #2790 )
2021-12-01 15:00:11 -05:00
Alex Fornuto
e8e0305483
Docs: Update Kubernetes Dashboard Guide ( #2759 )
...
* update dashboard guide...
This new version takes advantage of the RBAC options the Pomerium Helm chart now makes available
* Update docs/guides/kubernetes-dashboard.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* edit intro para
* Apply suggestions from code review
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
* remvove numbered list of one
* Update docs/guides/kubernetes-dashboard.md
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
* typo correction
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
2021-11-30 20:16:12 -06:00
Alex Fornuto
715d32259f
Docs: Update Securing Kubernetes Guide ( #2758 )
...
* Update Securing k8s for Ingress Controller (incomplete)
* enable apiProxy
* finish updated draft
* rm outdated cli install method
* Apply suggestions from code review
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* add skip tls verify
also rm errant indentation and break up some long commands
* Update docs/guides/kubernetes.md
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
* Update docs/guides/kubernetes.md
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
2021-11-30 14:04:17 -06:00
Alex Fornuto
150862b7e6
Document Pomerium Policy Language ( #2784 )
...
* Init PPL doc
* copy edits
* Apply suggestions from code review
Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
* Apply suggestions from code review
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Update docs/docs/topics/ppl.md
* whitespace cleanup
Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-11-29 17:13:48 -06:00
Alex Fornuto
f016981194
Docs: Update JWT Verification Guide ( #2746 )
...
* WIP update
* init mutual auth topic page
* WIP
* update JWT verification guide
* s/Java/Json/g
* remove Mutual Auth topic page and references
The new page will be reviewed and added as a separate PR
* fix JSON capitalization throughout
* copy edit to jwt-verification.md
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
2021-11-29 15:11:39 -06:00
Caleb Doxsey
a8b76bd623
authorize: support X-Pomerium-Authorization in addition to Authorization ( #2780 )
...
* authorize: support X-Pomerium-Authorization in addition to Authorization
* tangentental correction
Co-authored-by: alexfornuto <alex@fornuto.com>
2021-11-29 12:19:14 -07:00
Alex Fornuto
88c5eeba45
coy edit to changelog entry ( #2786 )
2021-11-29 11:31:11 -06:00
bobby
1a7c5415e7
identity: only assign access_type
uri params to google. ( #2782 )
...
* identity: only assign `access_type` uri params to google.
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* bump upgrading
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-11-28 19:01:34 -08:00
Alex Fornuto
cce70afe98
remove forward_auth_url from Enterprise ( #2779 )
2021-11-22 14:54:55 -06:00
Alex Fornuto
9b3d574d48
Docs: Add Grafana Integration Guide ( #2742 )
...
* first draft
* re-arrange and clarify routes
* clarify troubleshooting resolution
* Apply suggestions from code review
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* consolidate variables
* post-shuffle adjustment
* Apply suggestions from code review
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update grafana.md
Made grammar/spelling changes
* Update docs/guides/grafana.md
* Update docs/guides/grafana.md
* Update docs/guides/grafana.md
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
2021-11-15 10:26:01 -06:00
Alex Fornuto
82e654fcad
add spdy annotation ( #2747 )
2021-11-08 08:06:55 -06:00
Alex Fornuto
4cb3281af7
Docs: Ingress Controller ( #2667 )
...
* update k8s install for ingress conrtoller
* typo correction
* prep k8s section
* squashme
* init Ingress Controller doc
Co-authored-by: travisgroth <tgroth@pomerium.com>
Co-authored-by: wasaga <dmishin@pomerium.com>
* update, organize, annotate
* breakout custom from standard annotations
* more info links
* Update docs/docs/k8s/ingress.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/docs/k8s/ingress.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/docs/k8s/ingress.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* prep k8s section
* document YAML policies in Ingress
* sort and compress standard annotations
* final draft
* link cleanup
* Create ingress.md
* Update docs/docs/k8s/ingress.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Apply suggestions from code review
* rm redundant config
* fix file reference
* update available annotations
* Copy Proofread
Grammar updates.
* discussed copy edit
* whitespace cleanup
* add redirect for moved k8s docs
* fixed malformed links
* Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
partial copy edits
Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
partial copy edits
Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
partial copy edits
* One last TLS
* Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* clarify namespaces flag
* Update docs/docs/k8s/ingress.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Co-authored-by: travisgroth <tgroth@pomerium.com>
Co-authored-by: wasaga <dmishin@pomerium.com>
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-11-04 12:59:51 -05:00
Herman Slatman
7812c6985d
Add additional ACME options ( #2695 )
...
The `autocert_ca` and `autocert_email` options have been added to be
able to configure CAs that support the ACME protocol as an alternative
to Let's Encrypt.
Fix ProtoBuf definition for additional autocert options
Fix PR comments and add ACME EAB configuration
Add configuration option for trusted CAs when talking ACME
Fix linter issues
copy edits
render updated reference to docs
Add test for autocert manager configuration
Add tests for autocert configuration options
Fix CI build issues
Don't set empty acme.EAB struct if configuration not set
Remove required email when setting custom CA
When using a non-default CA it's no longer required
to specify an email address. I required this before,
because it seemed to cause an issue in which no certificate
was issued. The root cause was something different,
rendering the hard email requirement pointless. It's
still beneficial to specify an email, though. I changed
the text in the docs to explain that.
Update generated docs
Fix failing tests by recreation of a new ACMEManager
The default ACMEManager object was reused in multiple tests,
resulting in unexpected states when tests run in parallel.
By using a new instance for every test, this is no longer
an issue.
2021-11-02 14:44:27 -07:00
Alex Fornuto
3dd60cedd6
update headers in traefik example config ( #2732 )
2021-11-01 20:32:22 -05:00
cmo-pomerium
90f2b00bb6
Docs: Update Community Page ( #2713 )
...
* Update readme.md
* bulleted list for updates
* copy edits
* add mailchimp plugin
* Update readme.md
* invoke custom component
* style custom mailchimp form
* List Discourse for support
Co-authored-by: alexfornuto <alex@fornuto.com>
2021-11-01 09:10:58 -05:00
Kerwood
2b474465ca
Minor fix in routes documentation ( #2714 )
...
* Minor fix in routes documentation
* update reference markdown
Co-authored-by: alexfornuto <alex@fornuto.com>
2021-10-27 23:06:00 -07:00
Alex Fornuto
5a7b6c216a
reference gRPC API reference ( #2717 )
2021-10-27 16:38:41 -05:00
Caleb Doxsey
99b905a336
github: use GraphQL API to reduce number of API calls for directory sync ( #2715 )
...
* github: use GraphQL API to reduce number of API calls for directory sync
* fix id encoding
* github: use slug instead of id, update upgrading.md
* Update docs/docs/upgrading.md
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
2021-10-27 11:50:48 -06:00
cmo-pomerium
97dfb7c386
Update architecture.md ( #2701 )
...
Deleted an extraneous ]
2021-10-25 14:07:44 -07:00
FutureMatt
0638b07f4d
Update create TLS command to quote strings. ( #2694 )
...
In some instances the cert and key path returned from `mkcert -CAROOT` might contain spaces. If it does the example command fails with the somewhat cryptic error `error: exactly one NAME is required, got 3`. Quoting the values resolves the issue.
2021-10-22 10:55:35 -05:00
Alex Fornuto
91fd44e686
DOCS: CORS preflight in console ( #2642 )
...
* document CORS preflight for console
* rm paste error.
2021-10-21 11:45:19 -05:00
Alex Fornuto
f22e34c8e0
correct claim example ( #2689 )
2021-10-20 22:29:51 -05:00
Nihaal Sangha
84f79d8639
Fix typo in docs ( #2683 )
2021-10-17 18:34:29 -07:00
Tom Meadows
7e1537792d
fixed typo on kubectl ( #2673 )
2021-10-14 09:37:25 -05:00
Alex Fornuto
b2b8c481d5
Refresh and Update TCP documentation ( #2627 )
...
* init client app doc
* init TCP section
* add redirect for TCP client doc
* Redis and Mysql
* finish TCP exampels
* init Draft template
* cleanup whitespace
* escape markdown image in template
* add redirect and update links
* copy edit
* Update readme.md
* fmt
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* optimize png
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
* header cleanup and child listing
* Update docs/docs/tcp/ssh.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-10-14 09:35:31 -05:00
Alex Fornuto
8a8dcdf491
add service account redirects ( #2664 )
2021-10-06 08:23:22 -07:00
Alex Fornuto
b47d428adc
DOCS: Standardize Relative Links ( #2651 )
...
* standardize relative links
* make img refs very relative
2021-10-01 09:55:03 -05:00
Alex Fornuto
e0a930d766
Docs: cross-reference links between concepts and reference ( #2648 )
...
* cross-reference links between concepts and reference
* Empty commit for CLA hangup
2021-09-30 13:04:15 -05:00
Alex Fornuto
18174d8552
make IdP section collapse ( #2641 )
2021-09-30 11:16:39 -05:00
Alex Fornuto
788cb2af3f
typo ( #2644 )
2021-09-30 08:27:13 -07:00
Alex Fornuto
fafd39dbe7
adjust sidebarDepths and document Desktop Client releases ( #2643 )
2021-09-29 16:53:24 -05:00
Alex Fornuto
1a5cfda940
Docs: Batch Updates ( #2628 )
...
* define IdP acronym
* remove 'enable user imporsonation', which was removed
* copy edit recovery token
* integrate SA docs into reference
* rename Prometheus as Metrics
2021-09-29 09:49:42 -05:00
cmo-pomerium
ef284322b5
docs: grammar-change/link update ( #2638 )
...
Updated a link and made a grammar change
2021-09-28 16:13:42 -07:00
Alex Fornuto
637489912c
TCP Client Doc ( #2561 )
...
* init client app doc
* Update docs/docs/client.md
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
* Update docs/docs/client.md
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
* rm whitespace
* document alternate ports
* add Desktop install instructions
* expand tcp port explanation
* convert to headers for links and update content
* loose ends
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-09-22 16:38:20 -05:00
Alex Fornuto
6977709f6b
small updates to Okta doc ( #2623 )
2021-09-22 12:37:58 -05:00
Alex Fornuto
4b88613477
DOCS: Update Enterprise Reference Docs ( #2599 )
...
* update console reference
* empty commit
* specify audience as list
2021-09-22 11:38:00 -05:00
Alex Fornuto
00f2f48f7a
Docs/batch link fixes ( #2621 )
...
* add redirect for installation
* batch of link fixes
2021-09-21 13:44:27 -07:00
Alex Fornuto
2a6ad26923
add redirect for installation ( #2618 )
2021-09-21 15:05:44 -05:00
Alex Fornuto
791c27d0cb
Document Enterprise API ( #2595 )
...
* init API page
* import examples from repos
* copy edits
* rm whitespace
* squash me
* additional configuration
* document full SA name
* Update docs/enterprise/api.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/enterprise/api.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/enterprise/api.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
* Update docs/enterprise/api.md
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-09-21 15:02:45 -05:00
Alex Fornuto
8bc39a682b
add copy button to code snippets ( #2597 )
2021-09-15 15:30:07 -05:00
Alex Fornuto
62ac580a57
New Topic Page: Original Request Context ( #2569 )
...
* init original context doc
* copy edit
* init Service Account page
* update and expand user context article
* fix header name
* copy edit
* update response path through Pomerium
* clarify SA name is user in policy creation
2021-09-09 11:26:57 -05:00
Alex Fornuto
11939fdc8a
Document recovery token generation ( #2579 )
...
* document recovery token generation
* run console anywhere to generate token
2021-09-09 09:38:56 -05:00
Travis Groth
1b089e44d2
docs: rename updated icon image ( #2582 )
2021-09-08 17:18:02 -04:00