Commit graph

588 commits

Author SHA1 Message Date
Alex Fornuto
254e2f7ce9
use https to download python api lib (#3283) 2022-04-22 11:54:32 -05:00
Alex Fornuto
e637ff4ff3
update logo for Twitter cards (#3261) 2022-04-08 15:13:12 -05:00
Alex Fornuto
424a7e4de8
add twitter meta tags (#3252) 2022-04-08 10:15:16 -05:00
Travis Groth
cbe90fd96d
docs: Add UUID to docs yaml blocks (#3251) 2022-04-08 08:54:27 -06:00
Alex Fornuto
5e836913ae
hotfix cockpit config (#3249) 2022-04-07 11:18:29 -04:00
Alex Fornuto
75507e243f
DOCS: Guide for Cockpit web gui (#3240)
* create guide for Cockpit web gui

* precomit is a cruel overlord
2022-04-07 09:06:47 -05:00
Caleb Doxsey
b79f1e379f
config: add support for downstream TLS server name (#3243)
* config: add support for downstream TLS server name

* fix whitespace

* fix whitespace

* add docs

* add tls_upstream_server_name and tls_downstream_server_name to config

* Update docs/reference/settings.yaml

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

* Update docs/reference/readme.md

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

* add deprecation notice

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
2022-04-06 06:48:45 -07:00
Alex Fornuto
e1403e33b4
adjust config type (#3241) 2022-04-05 13:16:27 -05:00
Alex Fornuto
387c0255ab
DOCS: Define stateless (#3228)
* define stateless

* link to glossary
2022-04-04 19:21:54 -05:00
Alex Fornuto
030d50c148
Docs: Grafana JWT & jwt_claims_headers updates (#3226)
* feat(docs) Update Grafana docs to have auto_sign_up

* fix(docs) Add signout url

* update jwt_claims_headers reference

* update Grafana guide

Co-authored-by: Sara Jarjoura <sara@sensibleweather.com>
2022-04-01 09:59:03 -05:00
Sara Jarjoura - Sensible
b83bb8f2f7
feat(docs) Add Redis FLUSHALL doc on how and when to execute commands (#3192)
* feat(docs) Add Redis FLUSHALL doc on how and when to execute commands

* fix(docs) Move flushall command to troubleshooting section

* copy edits

* crosslink

Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-03-30 10:11:32 -05:00
Alex Fornuto
8b31c99d24
expand shared_secret troubleshooting (#3193) 2022-03-28 15:59:09 -05:00
Alex Fornuto
de3c2aa6ad
DOCS: Production Deployment Index (#3182)
* production deployment tree

* adjust for updates to source
2022-03-28 14:07:38 -05:00
Alex Fornuto
666b57522a
DOCS: Production Deployment rewrite (#3129)
* sort and consolidate service url keys

* Production doc first pass

* move Production Deployment to top level

* Apply suggestions from code review

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

* Update docs/docs/production-deployment.md

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>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
2022-03-28 09:10:49 -05:00
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
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