Commit graph

579 commits

Author SHA1 Message Date
Bobby DeSimone
f28340b430 v0.8.4
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-07-14 11:52:52 -07:00
Bobby DeSimone
d69686b4bd v0.8.3
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-07-14 11:51:18 -07:00
Bobby DeSimone
7ccd364c7e
state: infer user from subject (#772)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-26 11:16:26 -07:00
Bobby DeSimone
ad79585ae8
proxy/forward-auth: block expired request prior to 302 (#773)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-25 14:14:09 -07:00
Bobby DeSimone
82d5f9c5bc
proxy: fix bug that would allow failed refresh session to continue (#762)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-24 11:55:35 -07:00
Bobby DeSimone
d31245fbba
authorize: fix nil reference (#704) (#741)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-20 09:34:41 -07:00
Bobby DeSimone
394ae369a1
docs: fixes to v0.8.0 docs (#696)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-13 12:41:17 -07:00
Bobby DeSimone
80166bcc40
deployment: release v0.8.0 (#686)
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2020-05-12 19:10:12 -07:00
Renovate Bot
e5e043ee12 Update module spf13/viper to v1.7.0 2020-05-11 20:39:19 +00:00
Renovate Bot
60c10c6e4e Update golang.org/x/net commit hash to 7e3656a 2020-05-11 19:37:35 +00:00
Renovate Bot
960c07f777 Update module google.golang.org/api to v0.23.0 2020-05-11 17:35:44 +00:00
Renovate Bot
d988fb39eb Update module gorilla/websocket to v1.4.2 2020-05-11 16:32:06 +00:00
Renovate Bot
aef79d62ec Update module go-acme/lego/v3 to v3.7.0 2020-05-11 15:18:04 +00:00
Renovate Bot
425316e8bb Update module golang/protobuf to v1.4.1 2020-05-11 13:33:28 +00:00
Renovate Bot
65856bef35 Update golang.org/x/crypto commit hash to 06a226f 2020-05-11 05:56:21 +00:00
Renovate Bot
9561307de9 Update github.com/pomerium/autocache commit hash to 8c1cd65 2020-05-11 04:59:16 +00:00
Caleb Doxsey
cbc6374efd
integration-tests: set_request_headers and preserve_host_header options (#668)
* integration-tests: rename to policy_test

* integration-tests: add request header test

* integration-tests: add test for preserve_host_header
2020-05-07 10:52:55 -06:00
Caleb Doxsey
f5eaad54ee
pre-commit: add pre-commit configuration (#666) 2020-05-07 08:13:30 -06:00
Caleb Doxsey
3f4a22a10d
integration-tests: add CORS test (#662) 2020-05-06 17:31:40 -06:00
Caleb Doxsey
f9399df1bd
should be a list (#665) 2020-05-06 17:31:08 -06:00
Caleb Doxsey
303691eb82
renovate: run go mod tidy after updating dependencies (#663) 2020-05-06 17:21:17 -06:00
Caleb Doxsey
236891329b
integration-tests: add websocket enabled/disabled test (#661)
* integration-tests: add websocket enabled/disabled test

* integration-tests: lint
2020-05-06 16:10:01 -06:00
Travis Groth
b9b66ec20f
deploy: autocert documentation and defaults (#658)
* Define AUTOCERT_DIR in dockerfiles

* Add autocert example and compose file

* Update reference docs for defaults
2020-05-05 21:13:28 -04:00
Travis Groth
d9f752aaca
deps: go mod tidy (#657) 2020-05-05 16:22:00 -04:00
Bobby DeSimone
bf9a6f5e97
cryptutil: add automatic certificate management (#644)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-05 12:50:19 -07:00
Travis Groth
1dc1c870c3
Switch integration tests from minikube to kind (#656) 2020-05-05 15:23:16 -04:00
Renovate Bot
c29f1932d6 chore(deps): update golang.org/x/net commit hash to 1ed2336 2020-05-05 05:15:54 +00:00
Renovate Bot
e6212ce6e3 chore(deps): update module stretchr/testify to v1.5.1 2020-05-04 21:41:10 +00:00
Renovate Bot
fe89c7dcb3 chore(deps): update module square/go-jose to v2.5.1 2020-05-04 20:39:39 +00:00
Renovate Bot
3390e557c0 chore(deps): update golang.org/x/crypto commit hash to 4b2356b 2020-05-04 19:59:47 +00:00
Renovate Bot
12e0e18944 chore(deps): update module prometheus/client_golang to v1.6.0 2020-05-04 18:40:23 +00:00
Travis Groth
b0baea1fdd
Add CODEOWNERS (#653) 2020-05-04 10:24:52 -04:00
Travis Groth
6196278046
Fix reload panic in Authorize code (#652) 2020-05-04 09:21:06 -04:00
Caleb Doxsey
49604ed458
ci: force docker driver (#645) 2020-05-04 07:11:59 -06:00
Travis Groth
b2e3b22f14
Update JWT headers to only be in responses from forward auth endpoint (#642) 2020-05-04 07:26:37 -04:00
Bobby DeSimone
f7ee08b05a
session: remove audience check (#640)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-04-29 15:30:47 -07:00
Caleb Doxsey
b1d3bbaf56
authorize: add support for .pomerium and unauthenticated routes (#639)
* authorize: add support for .pomerium and unauthenticated routes
integration-tests: add test for forward auth dashboard urls

* proxy: fix ctx error test to return a 200 when authorize allows it
2020-04-29 10:55:46 -06:00
Caleb Doxsey
e5c7c5b27e
Merge pull request #638 from pomerium/cdoxsey/integration-tests
integration-tests: add integration test suite
2020-04-28 15:37:24 -06:00
Renovate Bot
2ebb5916e5 chore(deps): update module google.golang.org/api to v0.22.0 2020-04-28 19:30:23 +00:00
Renovate Bot
24bbe4366a chore(deps): update module golang/protobuf to v1.4.0 2020-04-28 18:17:21 +00:00
Bobby DeSimone
18993c4293
github: fix nil pointer error (#637)
- fixes an issue where defer clear session would not be called

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-04-28 07:56:42 -07:00
Caleb Doxsey
b6082311fd
Merge pull request #620 from pomerium/renovate/github.com-open-policy-agent-opa-0.x
chore(deps): update module open-policy-agent/opa to v0.19.2
2020-04-28 08:30:16 -06:00
Caleb Doxsey
6d2f226a14 mod tidy 2020-04-28 08:19:52 -06:00
Caleb Doxsey
b11a336a33 inegration: fix linting issues 2020-04-28 08:17:22 -06:00
Caleb Doxsey
cb3e78cd01 fix required deployments 2020-04-28 08:03:05 -06:00
Caleb Doxsey
242c64ee97 integration: update test path for integration tests 2020-04-28 07:38:32 -06:00
Caleb Doxsey
33b30a87b1 integration: exclude integration folder from make test 2020-04-28 07:37:39 -06:00
Caleb Doxsey
8fd716e1d8 integration: add cluster setup and configuration and a few tests 2020-04-28 07:33:33 -06:00
Renovate Bot
9860c3ce9f chore(deps): update golang.org/x/crypto commit hash to 729f1e8 2020-04-28 03:53:53 +00:00
Renovate Bot
b5fcfd3e95
chore(deps): update module open-policy-agent/opa to v0.19.2 2020-04-27 23:35:03 +00:00