Commit graph

573 commits

Author SHA1 Message Date
Alex Fornuto
b5ce4c7d5d
update Desktop Client docs (#3117) 2022-03-22 12:56:22 -05:00
Alex Fornuto
b41ebd36cb
DOCS: Securing Pomerium (#3123)
* init Securing Pomerium page

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: bobby <1544881+desimone@users.noreply.github.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>
2022-03-22 12:42:45 -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
f7d36c3f1d
Docs: document default cert annotation. (#3076) 2022-03-21 17:09:54 -04: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
b8cbb93425
Docs: Google IDP without Service Account (#3149)
* document config file keys

* document service account error

* add commented service account key

* Apply suggestions from code review
2022-03-17 08:50:13 -07:00
Alex
925fc29ab8
docs: update default verify port to 8000 (#3136)
See https://github.com/pomerium/pomerium/issues/2930.  I think https://github.com/pomerium/pomerium/pull/3035 was incomplete.
2022-03-11 14:04:01 -06:00
Alex Fornuto
96cfd0b2c4
DOCS: TCP route for Microsoft SQL (#3126)
* example TCP route for Microsoft SQL

* note pre-existing route on ms-sql example
2022-03-11 13:15:23 -06:00
George Ornbo
7c6580b66b
Add missing namespace creation for pomerium (#3099)
* Add missing namespace creation for pomerium

The namespace for pomerium is not created during the walkthrough so running the command to create the tls secret fails.

``` bash
% kubectl create secret tls pomerium-tls-ca --namespace=pomerium \
--cert="$(mkcert -CAROOT)/rootCA.pem" --key="$(mkcert -CAROOT)/rootCA-key.pem"
error: failed to create secret namespaces "pomerium" not found
```
This PR adds the creation of the namespace before running the tls secret command.

* move namespace creation cmd to prereqs

Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-03-10 20:38:34 -08:00
Alex Fornuto
c0c61c0a23
DOCS: Auth0 JWT signature algorithm (#3130) 2022-03-10 13:42:10 -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
Alex Fornuto
ce4780e15c
note assumed TCP route on all examples (#3127) 2022-03-10 12:29:15 -06:00
Alex Fornuto
a91f616edd
Clarify configuration between modes (#3111)
* Clarify configuration between modes

* 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>
2022-03-09 14:21:19 -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
f9e4d184a8
typo correction (#3121) 2022-03-08 19:27:39 -08: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
George Ornbo
1df1b8bc10
Correct domain name (#3100)
* Correct domain name 

hello.localhost.pomerium.com has no dns record associated with it so won't work without hacking `/etc/hosts`
The walkthrough also issues certificates to `*.localhost.pomerium.io`

* expand and clarify use of localhost.pomerium.io

Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-03-08 15:34:52 -06:00
Alex Fornuto
dfcb724f48
Docs: Update Okta Copy (#3074)
* update Okta copy

* Update docs/docs/identity-providers/okta.md

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

* Clarifications

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2022-03-08 15:07:00 -06:00
Alex Fornuto
01391a6055
Docs: Ingress routing order (#3077)
* document routing order

* Update docs/docs/k8s/ingress.md

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>

* Update docs/docs/k8s/ingress.md

Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
2022-03-08 14:32:39 -06:00
Alex Fornuto
8cc9c9c8fb
exclude template from sitemap (#3092) 2022-03-08 12:29:55 -06:00
Travis Groth
5ee6d4a023
docs: Update release notes and changelog for v0.17 (#3097) 2022-03-04 15:54:48 -05:00
Travis Groth
e16a86737f
docs: v0.17 release vuepress config (#3098) 2022-03-04 15:04:26 -05: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
9300208e87
copy edits (#3063) 2022-02-22 11:17:12 -06:00
Alex Fornuto
d37a54d6cb
DOCS: Reference Updates (#3059)
* sort Routes Reference

I know the diff is nigh-incomprehensible, but I found a script to
confirm that no content was lost during the sort:

```sh
❯ git diff-tree --no-commit-id --name-only -r HEAD | {
  while IFS= read -r file_path; do
    git show "HEAD:${file_path}" | sort >new.txt
    git show "HEAD^1:${file_path}" | sort >old.txt
    echo "Diff for ${file_path}:"
    diff old.txt new.txt
    shasum old.txt new.txt
  done
}
Diff for docs/reference/readme.md:
1ff1c65acba1a5bce8c37e56a2e770d74158eec9  old.txt
1ff1c65acba1a5bce8c37e56a2e770d74158eec9  new.txt
```

* copy-edit host rewrite section

* document per-route idp client id and secret
2022-02-18 15:04:17 -06:00
Alex Fornuto
54c68fbbb2
exclude partials from sitemap (#3065)
* exclude partials in frontmatter

* add path to exclude

* wildcard?

* manually specify excludes in config
2022-02-18 14:13:18 -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
Caleb Doxsey
99b9a3ee12
authorize: add support for passing access or id token upstream (#3047)
* authorize: add support for passing access or id token upstream

* use an enum
2022-02-17 09:28:31 -07:00
Alex Fornuto
7140562a82
updates examples for current routes/policy keys (#3034)
* updates examples for current routes/policy keys

* fix and prettier
2022-02-16 14:06:52 -06:00
Travis Groth
0b0fba06b3
ci: rename master to main (#3045)
Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-02-15 16:02:40 -05:00
Alex Fornuto
1238fa86b7
mark redirect url as optional (#3039) 2022-02-15 14:09:57 -06:00
Alex Fornuto
b74dd84090
rm prompts in code example (#3003)
replaced with line highlighting to separate input from output
2022-02-15 12:44:41 -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
e5d62c9a59
update verify port (#3035) 2022-02-10 11:08:30 -06:00
Alex Fornuto
db7648d4eb
update timeoutes reference (#3031) 2022-02-09 16:26:08 -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
Alex Fornuto
c0eb482ce4
fix metadata description (#3027) 2022-02-09 14:31:56 -06:00
Travis Groth
1b179139be
deployment: add debug image for all releases (#3001) 2022-02-08 07:27:43 -05:00
Alex Fornuto
634f9f2ff0
overwrite page-edit for license (#3006) 2022-02-07 13:00:42 -06:00
Alex Fornuto
64d8748251
document enterprise enrollment option (#2994) 2022-02-04 10:27:27 -06:00
Travis Groth
ec03a9ffcb
deployment: add nonroot release docker images (#2997) 2022-02-03 15:54:39 -05:00
Alex
62c55df1dc
DOCS: Clarify renaming of claims with underscores (#2971)
* Clarify renaming of claims with underscores

* copy edits

One to the proposed change, one to existing language

Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-02-02 12:27:33 -08:00
Alex Fornuto
710ce311dd
demo git over TCP tunnel (#2901)
* demo git over TCP tunnel

* add tip

* Apply suggestions from code review

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

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2022-02-01 11:50:51 -06:00
daethnir
af7bb21af5
Fix minor typo in gitlab.md (#2984) 2022-01-31 20:17:31 -08: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
7fbf0e522c
Docs: Rewrite Istio Guide for Ingress Controller (#2943)
* istio rewrite, 90%

* complete istio rewrite

* Apply suggestions from code review

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

* fix indentation

* precommit

* Apply suggestions from code review

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

* add & fix glossary links

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2022-01-26 14:35:56 -06:00