Commit graph

230 commits

Author SHA1 Message Date
Alex Fornuto
86b56ffd37
Docs bug fixes (#2362)
* close warning block, syntax highlight

* Add title, grammar-fix link
2021-07-14 12:34:06 -05:00
Alex Fornuto
e23d42b070
update installation source for mkcert (#2340) 2021-07-07 16:26:51 -05:00
bobby
5813487cfc
docs: google gcp / workspace instructions (#2272)
Deferential to Google's own docs since they keep changing the screens.

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-06-10 05:01:11 -06:00
wasaga
96d6005639
config: warn about unrecognized keys (#2256) 2021-05-31 23:35:38 -04:00
Alex Fornuto
8c56d64f31
docs: rm broken link (#2215)
* docs: rm broken link

The was the only image on this page that was also a link to the image, which failed with a 404 (which is the default Nginx 404 page, BTW).

* fmt and typo

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

Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-05-20 21:13:41 -07:00
Alex Fornuto
5b1b6e5ee5
match tenses (#2214)
The ordered list at the end changed from simple present tense to present progressive tense, which can break reader flow.
2021-05-19 11:46:30 -07:00
Joseph Chiocchi
640dfdcfc7
Update programmatic-access.md (#2190)
* Update programmatic-access.md

tries to give a bit more context to the curl snippet to get a token for programmatic access

include bastion host remote port forwarding and some other notes

include headers in request mention

update programmatic access

Update programmatic-access.md

Update programmatic-access.md

update programmatic access

* fumpt

Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-05-16 20:54:32 -07:00
bobby
27c8cd9bd8
proxy / controplane: use old upstream cipher suite (#2196) 2021-05-12 15:37:20 -07:00
Travis Groth
c23305f7b6
docs: add v0.14 feature highlights (#2183) 2021-05-08 17:15:20 -04:00
Travis Groth
264cf384a3
docs: update slack link to vanity url (#2177) 2021-05-05 17:37:14 -04:00
Travis Groth
0071b4e7a5
docs: v0.14.0 (#2174) 2021-05-04 17:39:16 -04:00
Travis Groth
d32b8a4d8a
docs: mention alternative bearer token header format (#2155) 2021-04-29 15:38:58 -04:00
Travis Groth
843c4b6fee
docs: upgrade notes on allowed_users by ID (#2133) 2021-04-27 07:37:01 -04:00
Travis Groth
3b1e5a9a48
deployment: Publish OS packages to cloudsmith (#2105)
* deployment: Publish OS packages to cloudsmith
2021-04-21 07:12:14 -04:00
bobby
073c6063db
docs: add threat model to security page (#2097)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-04-19 09:15:41 -07:00
Travis Groth
187d0a0195
docs: update community slack link (#2063) 2021-04-06 14:57:59 -04:00
Travis Groth
c7d243d742
proxy: restrict programmatic URLs to localhost (#2049)
Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
2021-04-01 10:04:49 -04:00
dharmendra kariya
7767992a29
Updating Doc for Pomerium-Dex Exercise (#2018)
* Updating Doc for Pomerium-Dex Exercise

This PR has Documentation for Pomerium-Dex Integration.

Please let me know the changes or do the needful.

I can refactor this.

* Removing Last Two Lines

* Update readme.md
2021-03-30 07:24:58 -06:00
Caleb Doxsey
07e150a5af
ping: add documentation (#1976)
* ping: add documentation

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

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

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

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

* use yaml for config

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-03-12 09:03:56 -07:00
Tanguy
ec02761e2f
Update data-storage.md (#1941)
Add `databroker_storage_type` in example to make it functional.
2021-02-24 08:00:53 -08:00
Caleb Doxsey
fe5e3712b8
docs: fix query param name (#1920) 2021-02-19 13:56:22 -07:00
bobby
b42b25531e
docs: add breaking sa changes in v0.13 (#1919)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-19 12:56:12 -08:00
bobby
b1baa5ac6d
docs: update changelog for v0.13.0 (#1909)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-17 16:08:29 -08:00
Travis Groth
ee28f008b5
docs: add load balancing weight documentation (#1883) 2021-02-17 09:36:47 -08:00
Travis Groth
5dac6ec671
docs: misc upgrade notes and changelog (#1884) 2021-02-17 12:23:38 -05:00
bobby
97d561865a
docs: update security policy (#1897)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-17 08:52:50 -08:00
Travis Groth
07d9074796
docs: additional load balancing documentation (#1875) 2021-02-12 10:29:01 -05:00
bobby
c3e3ed9b50
authenticate: validate origin of signout (#1876)
* authenticate: validate origin of signout

- add a debug task to kill envoy
- improve various function docs
- userinfo: return "error" page if user is logged out without redirect uri set
- remove front channel logout. There's little difference between it, and the signout function.

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-11 21:37:54 -08:00
Brad Jones
2f3c73baf3
Update GitLab provider docs (#1591)
* Update GitLab provider docs

Updates GitLab provider docs to reference self-hosted GitLab and provide additional clarity on required scopes.

* precommit fix

Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-01 15:48:06 -08:00
Caleb Doxsey
b7f0242090
authorize: remove admin (#1833)
* authorize: remove admin

* regen rego

* add note to upgrading
2021-02-01 15:22:02 -07:00
wasaga
19d78cb844
include envoy's proto specs into config.proto (#1817) 2021-01-25 13:15:50 -05:00
wasaga
3a505d5573
expose envoy cluster options in policy (#1804) 2021-01-25 09:49:03 -05:00
bobby
d4037f0010
docs: add reference to the go-sdk (#1800)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-22 13:00:07 -08:00
Caleb Doxsey
70b4497595
databroker: rename cache service (#1790)
* rename cache folder

* rename cache service everywhere

* skip yaml in examples

* Update docs/docs/topics/data-storage.md

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

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-01-21 08:41:22 -07:00
bobby
6466efddd5
authenticate: update user info screens (#1774)
- rename "dashboard" to userinfo to avoid confusion
- don't leak version from error page.
- fix typo in state.go
- make statik determenistic on modtime


Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-13 13:15:31 -08:00
Caleb Doxsey
ab4a68f56f
remove user impersonation and service account cli (#1768)
* remove user impersonation and service account cli

* update doc

* remove user impersonation url query params

* fix flaky test
2021-01-12 09:28:29 -07:00
Travis Groth
1a4704a183
docs: v0.12 upgrade notes and changelog (#1753) 2021-01-08 17:48:22 -05:00
Caleb Doxsey
f101c1a013
update google docs (#1738) 2021-01-07 10:17:16 -07:00
bobby
e56e7e4b9e
cli: add version command (#1726)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-29 20:04:32 -08:00
Caleb Doxsey
73f4ee26fc
update azure docs (#1723) 2020-12-29 13:20:03 -07:00
Philip Wassermann
2d3190c74e
authenticate: oidc frontchannel-logout endpoint (#1586)
* authenticate: oidc frontchannel-logout endpoint
* move frontchannellogout route and extract logout process
* add frontchannel_logout_uri to wellknown handler
* authenticate: add context to logs in signout process
* docs: single sign-out topic
* gofmt, wording, refactoring method names

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-24 14:30:48 -08:00
Travis Groth
50989a11b3
docs: tcp support (#1712) 2020-12-22 23:03:13 -05:00
bobby
c23c8b34b3
docs: replace httpbin with verify (#1702)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-22 09:53:08 -08:00
Travis Groth
4d36a5a850
docs: update changelog for v0.11 (#1650) 2020-12-07 15:02:47 -05:00
bobby
0cdd727d5e
update docs (#1645) 2020-12-03 08:29:17 -08:00
Travis Groth
23249c8df9
deployment: enable multi-arch release images (#1643) 2020-12-03 11:07:15 -05:00
bobby
5bbd745934
authorize: add signature algo support (RSA / EdDSA) (#1631)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-11-30 17:14:41 -08:00
Travis Groth
6e19d8cbc7
docs: add cache_service_url upgrade notice (#1621) 2020-11-25 12:30:00 -05:00
Wesley Williams
927e866bcc
Fix CD command for changing to Kubernetes example directory (#1582) 2020-11-06 20:48:57 -08:00
Caleb Doxsey
04c582121d
add flag to enable user impersonation (#1514)
* add flag to enable user impersonation

* fix typo
2020-10-14 08:17:59 -06:00