Commit graph

55 commits

Author SHA1 Message Date
Alex Fornuto
956febf6a6
DOCS: Add New Videos to Docs Pages (#3177)
* limit related to our videos

* add install demo to install index

* add intro video to landing page
2022-03-23 00:05:43 -05:00
Alex Fornuto
f1f8c453b3
partial update for console 17 (#3161) 2022-03-22 11:58:08 -05:00
Alex Fornuto
91d2f473bd
Document metrics name (#3155) 2022-03-22 10:33:45 -05:00
Alex Fornuto
bb7de0d227
Docs: Convert Console Config to Table (#3109)
* update enterprise config doc

* add anchors to key names
2022-03-17 11:06:48 -05:00
Alex Fornuto
5867b50d0a
Update metrics address copy (#3079) 2022-03-10 13:34:37 -05:00
Alex Fornuto
2bd0fb754c
expand enterprise route reference (#3118) 2022-03-10 12:33:48 -06:00
Travis Groth
f1cc612f5d
docs: update changelog and upgrade notes for enterprise v0.17 (#3105) 2022-03-09 10:02:39 -05:00
Alex Fornuto
77b6ae419d
DOCS: Document duplicate routes in Console (#3119)
* document duplicate route possibility

* Add section descriptions to "Configure" reference docs
2022-03-08 18:43:34 -06:00
Alex Fornuto
f71d0a93cb
add 'more' key for 'View Docs' value (#3094) 2022-03-03 14:10:35 -06:00
Alex Fornuto
d1e784efa9
DOCS: Standardize Reference image paths in Enterprise Docs (#3080)
* copy enterprise reference image to core reference img dir

* standardize reference image path

* link fixes
2022-02-25 09:38:35 -06:00
Alex Fornuto
f0843d6f44
various link fixes (#3049) 2022-02-18 11:19:02 -06:00
Alex Fornuto
8b627e4a14
admin enrollment guide (#3061) 2022-02-18 06:53:22 -06:00
Alex Fornuto
1238fa86b7
mark redirect url as optional (#3039) 2022-02-15 14:09:57 -06:00
Alex Fornuto
ab0b674b80
update Enterprise docs for 0.16.0 (#2993)
* update Enterprise docs for 0.16.0

* Update docs/enterprise/upgrading.md

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

* more docs, plus cross-links

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2022-02-11 11:06:54 -06:00
Alex Fornuto
8b3b135c7a
update CA-related reference copy (#3026)
These changes better differentiate which settings affect upstream and downstream CAs
2022-02-09 14:47:31 -06:00
bobby
8b755a36b3
Update enterprise changelog for v0.16.0 (#2977)
* Update enterprise changelog for v0.16.0

* fmt

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* Update upgrading.md

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2022-01-28 15:23:22 -08:00
Alex Fornuto
64d50613af
DOCS: keyword tag updates (#2922)
* replace "zero-trust" with "zero trust"

* fix and update all keyword tags
2022-01-11 12:36:47 -06:00
Alex Fornuto
9883cfd72d
fixes broken links, adds checker workarounds (#2878) 2021-12-30 15:02:06 -06:00
Alex Fornuto
f48191fe45
DOCS: Create Consolidated Troubleshooting Guide and Replace FAQ (#2797)
* replace FAQ with troubleshooting

* Apply suggestions from code review

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

* clarify JWT authentication issue

* elevate and clarify HSTS issue

* expand Set Response Header reference section

* Apply suggestions from code review

Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>

* capitalize Pomerium serivice names

* additional capitalization

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
2021-12-21 12:33:01 -06: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
ec22b07a4e
fix indentation (#2798) 2021-12-02 11:31:11 -08: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
Alex Fornuto
cce70afe98
remove forward_auth_url from Enterprise (#2779) 2021-11-22 14:54: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
Alex Fornuto
5a7b6c216a
reference gRPC API reference (#2717) 2021-10-27 16:38:41 -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
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
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
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
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
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
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
719a483b2b
docs: enterprise console v0.15.2 changelog (#2564) 2021-09-03 12:17:31 -04:00
Alex Fornuto
7e06f45cb3
punctuation and spacing (#2546) 2021-08-30 08:27:42 -07:00
Travis Groth
6c5c6771fa
docs: enterprise v0.15.1 changelog (#2542) 2021-08-29 15:00:50 -07:00
Alex Fornuto
0a700d2816
Updates to Enterprise Quickstart instructions (#2480)
* updates to quickstart instructions

* Update docs/enterprise/install/quickstart.md

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

* crosslink to databroker reference

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-08-25 12:12:41 -05:00
Alex Fornuto
7618ca5e3d
Update Helm Instructions (#2467)
* update Helm instructions

* Update docs/enterprise/upgrading.md

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-08-20 15:25:08 -05:00
Alex Fornuto
6a69d39ca1
replace bdd@pom with user@example (#2484) 2021-08-16 15:56:56 -07:00
Alex Fornuto
e38682d024
Document moving routes (#2460)
* document moving routes

* Update docs/enterprise/concepts.md

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-08-09 18:25:16 -07:00
Alex Fornuto
e8c2834749
Document tracing sample rate in console (#2461)
* document tracing sample rate in console

* Update docs/enterprise/console-settings.yaml

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-08-09 20:19:40 -05:00
Travis Groth
d46c89ad67
docs: update enterprise helm instructions to use main repo (#2463) 2021-08-09 21:00:11 -04:00
Alex Fornuto
faecfd460b
Enterprise Upgrade & Changelog Pages (#2453)
* update enterprise reference source

* add upgrade and changelog pages
2021-08-09 10:55:47 -06:00
bobby
5cfad79447
docs: update branding, concepts (#2445)
* Pomerium Enterprise not Pomerium Enterprise Console to be consistent.

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* s/The Pomerium Enterprise/Pomerium Enterprise/g

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* update concepts

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* Update docs/enterprise/about.md

Co-authored-by: Alex Fornuto <alex@fornuto.com>

* Update docs/enterprise/concepts.md

Co-authored-by: Alex Fornuto <alex@fornuto.com>

Co-authored-by: Alex Fornuto <alex@fornuto.com>
2021-08-06 12:13:35 -04:00