Commit graph

1239 commits

Author SHA1 Message Date
Caleb Doxsey
ea4e9fa3aa
add TLS flags for TCP tunnel (#1725) 2020-12-29 14:36:52 -07:00
Caleb Doxsey
73f4ee26fc
update azure docs (#1723) 2020-12-29 13:20:03 -07:00
Caleb Doxsey
796ad2ded8
k8s cmd: use authclient package (#1722) 2020-12-29 12:06:31 -07:00
Renovate Bot
ab44f6b057 chore(deps): update golang.org/x/net commit hash to 6772e93 2020-12-28 06:45:17 +00:00
Renovate Bot
3fabae850b chore(deps): update codecov/codecov-action action to v1.1.1 2020-12-28 05:24:07 +00:00
Renovate Bot
fe64b6f277 chore(deps): update golang.org/x/crypto commit hash to eec23a3 2020-12-28 04:57:30 +00: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
74db362634
docs: add TCP guide (#1714) 2020-12-23 16:24:49 -05:00
Travis Groth
661005c497
internal/controlplane: 0s default timeout for tcp routes (#1716) 2020-12-23 11:09:07 -05: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
Caleb Doxsey
4eec2ed1d5
evaluator: use impersonate groups if impersonate email is set (#1701) 2020-12-21 08:47:12 -08:00
Renovate Bot
c367498fbc chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.4.0 2020-12-21 13:09:33 +00:00
Renovate Bot
93bdf584c3 chore(deps): update module prometheus/client_golang to v1.9.0 2020-12-21 11:50:48 +00:00
Renovate Bot
2822891236 chore(deps): update module go-redis/redis/v8 to v8.4.4 2020-12-21 10:13:44 +00:00
Renovate Bot
2377b8132b chore(deps): update module ory/dockertest/v3 to v3.6.3 2020-12-21 08:17:04 +00:00
Renovate Bot
e468130136 chore(deps): update codecov/codecov-action action to v1.1.0 2020-12-21 06:28:09 +00:00
Renovate Bot
1fc32c8eb5 chore(deps): update golang.org/x/net commit hash to 986b41b 2020-12-21 05:46:12 +00:00
Renovate Bot
26c19f0cd2 chore(deps): update google.golang.org/genproto commit hash to 8c77b98 2020-12-21 04:20:23 +00:00
Renovate Bot
28fbfc3379 chore(deps): update golang.org/x/crypto commit hash to 9d13527 2020-12-21 02:27:06 +00:00
Caleb Doxsey
4d3d61eaeb
unimpersonate button (#1700)
* add Unimpersonate button when impersonating

* update statik
2020-12-17 16:38:23 -07:00
Caleb Doxsey
61ab4e4837
TCP client command (#1696)
* add cli commands

* add jwt cache test

* add tcptunnel test

* add stdin/stdout support

* use cryptutil hash function

* doc updates

* fix log timestamp
2020-12-17 12:37:28 -07:00
Travis Groth
4fbbf28a16
config: fix ignored yaml fields (#1698) 2020-12-17 11:13:09 -05:00
Caleb Doxsey
ad828c6e84
add support for TCP routes (#1695) 2020-12-16 13:09:48 -07:00
Travis Groth
64816720c8
internal/telemetry/metrics: update redis metrics for go-redis (#1694) 2020-12-16 14:53:39 -05:00
bobby
d3c697d3e4
nginx: fix docs (#1691)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-15 13:25:46 -08:00
Nguyen Hoang Nam
931c87d85c
internal/directory: use gitlab provider url option (#1689)
* internal/directory: use gitlab provider url option

* deps: go mod tidy
2020-12-15 09:23:16 -07:00
Travis Groth
d1194ef6e8
deployment: Fix docker and rpm workflows (#1687)
* fix cli rpm extension

* update `latest` logic for multi-arch manifests
2020-12-14 15:12:57 -05:00
Renovate Bot
7c29581264 chore(deps): update module open-policy-agent/opa to v0.25.2 2020-12-14 12:49:51 +00:00
Renovate Bot
cf884868d8 chore(deps): update module go-redis/redis/v8 to v8.4.2 2020-12-14 11:21:18 +00:00
Renovate Bot
453a625a5f chore(deps): update module envoyproxy/go-control-plane to v0.9.8 2020-12-14 10:21:16 +00:00
Renovate Bot
6232e458fb chore(deps): update golang.org/x/sync commit hash to 09787c9 2020-12-14 07:59:17 +00:00
Renovate Bot
6e6775c36f chore(deps): update golang.org/x/net commit hash to ac852fb 2020-12-14 06:11:09 +00:00
Renovate Bot
df24d42e31 chore(deps): update google.golang.org/genproto commit hash to 40ec1c2 2020-12-14 04:43:58 +00:00
Renovate Bot
2748517fc9 chore(deps): update golang.org/x/oauth2 commit hash to 08078c5 2020-12-14 02:32:06 +00:00
Renovate Bot
dccc2c5238 chore(deps): update golang.org/x/crypto commit hash to 5f87f34 2020-12-14 01:54:48 +00:00
Caleb Doxsey
35f871ad42
fix concurrency race (#1675) 2020-12-11 14:43:26 -07:00
Caleb Doxsey
6e33067eef
don't create users when updating sessions (#1671) 2020-12-10 14:57:28 -07:00
Caleb Doxsey
3b634de550
implement new redis storage backend with go-redis package (#1649) 2020-12-10 12:21:31 -07:00
Caleb Doxsey
2e8b842aed
remove "see policy" phrase in settings docs (#1668) 2020-12-09 11:35:02 -07:00
Caleb Doxsey
d18e8c661d
improve ca cert error message, use GetCertPool for databroker storage (#1666) 2020-12-09 11:16:39 -07:00
Travis Groth
82c7d1ee7a
docs: add allowed_idp_claims docs (#1665) 2020-12-09 12:16:13 -05:00
Travis Groth
58adeb5a99
docs: add v0.11 link to version menu (#1663) 2020-12-09 07:36:39 -05:00
Travis Groth
b831316ca9
ci: fix pomerium-cli rpm name (#1661) 2020-12-08 10:19:28 -05:00
Travis Groth
4d36a5a850
docs: update changelog for v0.11 (#1650) 2020-12-07 15:02:47 -05:00
renovate[bot]
fa43502b86
chore(deps): update module google.golang.org/grpc to v1.34.0 (#1657)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-07 14:09:36 -05:00
renovate[bot]
dfa24fb977
chore(deps): update golang.org/x/oauth2 commit hash to 9317641 (#1654)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-07 14:04:49 -05:00
renovate[bot]
628c29dddb
chore(deps): update module open-policy-agent/opa to v0.25.1 (#1659)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-07 13:54:28 -05:00
renovate[bot]
28212ef1b0
chore(deps): update module lithammer/shortuuid/v3 to v3.0.5 (#1658)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-07 13:54:11 -05:00
Renovate Bot
f82f48c312 chore(deps): update golang.org/x/net commit hash to c7110b5 2020-12-07 18:50:46 +00:00