Commit graph

669 commits

Author SHA1 Message Date
Renovate Bot
c039b664cb chore(deps): update module google.golang.org/grpc to v1.32.0 2020-09-14 15:58:50 +00:00
Renovate Bot
63280d9d0d chore(deps): update module openzipkin/zipkin-go to v0.2.4 2020-09-14 03:24:31 +00:00
Renovate Bot
6c701a2a10 chore(deps): update module gorilla/handlers to v1.5.1 2020-09-14 02:39:46 +00:00
Renovate Bot
9ebb9d5cdc chore(deps): update google.golang.org/genproto commit hash to 645f7a4 2020-09-14 01:49:17 +00:00
Renovate Bot
46cfef85e1 chore(deps): update module go.uber.org/zap to v1.16.0 2020-09-07 08:35:23 +00:00
Renovate Bot
a0d271e800 chore(deps): update golang.org/x/oauth2 commit hash to 5d25da1 2020-09-07 06:48:28 +00:00
Renovate Bot
7bcf7d224f chore(deps): update google.golang.org/genproto commit hash to 0bd0a95 2020-09-07 05:14:59 +00:00
Renovate Bot
8d4f8c25d6 chore(deps): update golang.org/x/net commit hash to 62affa3 2020-09-07 04:37:47 +00:00
Cuong Manh Le
08a094ae93
internal/directory/okta: remove rate limiter (#1370)
We did honor the rate limit header from okta, so don't bother to add our
rate limiter there.
2020-09-04 18:23:14 +07:00
Caleb Doxsey
e4e6abfd29
certmagic: improve logging (#1358)
* certmagic: improve logging

* Update internal/autocert/manager.go

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

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2020-09-01 09:58:09 -06:00
Renovate Bot
3caaf29899 Update google.golang.org/genproto commit hash to 2bf3329 2020-08-31 11:21:32 +00:00
Renovate Bot
1cff26e0c9 Update module open-policy-agent/opa to v0.23.2 2020-08-31 06:28:41 +00:00
Renovate Bot
f34ca258f3 Update module google/uuid to v1.1.2 2020-08-31 05:00:12 +00:00
Renovate Bot
1c3323834f Update module google/go-cmp to v0.5.2 2020-08-31 03:37:55 +00:00
Renovate Bot
124ccdce77 Update module google.golang.org/grpc to v1.31.1 2020-08-31 02:39:04 +00:00
Renovate Bot
3d7206dc1e chore(deps): update module gorilla/handlers to v1.5.0 2020-08-24 14:23:20 +00:00
Renovate Bot
645e6dfa84 chore(deps): update golang.org/x/net commit hash to c890458 2020-08-24 13:37:29 +00:00
Renovate Bot
b50dd6e6e1 chore(deps): update module open-policy-agent/opa to v0.23.1 2020-08-24 04:28:33 +00:00
Renovate Bot
cbaf62aad3 chore(deps): update module gorilla/mux to v1.8.0 2020-08-24 03:41:03 +00:00
Renovate Bot
941f65224b chore(deps): update golang.org/x/crypto commit hash to 5c72a88 2020-08-24 02:42:15 +00:00
Renovate Bot
66d43b6d27 chore(deps): update golang.org/x/time commit hash to 3af7569 2020-08-18 23:50:49 +00:00
Renovate Bot
9c3b0ad146 chore(deps): update golang.org/x/net commit hash to 3edf25e 2020-08-18 22:20:09 +00:00
Renovate Bot
c0e230acbb chore(deps): update google.golang.org/genproto commit hash to f69a880 2020-08-17 15:23:15 +00:00
Cuong Manh Le
6518aa6023 Upgrade zipkin-go to v0.2.3
Test needs to be changed to use lowercase name, as required by zipkin
JSON API v2 spec.

See: https://github.com/openzipkin/zipkin-go/pull/166
2020-08-17 16:48:50 +07:00
Cuong Manh Le
598102f587 internal/directory/okta: add limiter to query okta API
Okta only allows 100 requests per minute, so apply the default rate
limit 1 QPS for it.

Fixes #1256
2020-08-14 09:50:49 +07:00
Renovate Bot
ab39b628c5 Update module google.golang.org/api to v0.30.0 2020-08-11 04:41:22 +00:00
Renovate Bot
dbfc476013 chore(deps): update google.golang.org/genproto commit hash to a062522 2020-08-10 15:57:48 +00:00
Renovate Bot
280adec8ed chore(deps): update module google.golang.org/grpc to v1.31.0 2020-08-03 15:40:56 +00:00
Renovate Bot
483dc5b232 chore(deps): update module contrib.go.opencensus.io/exporter/zipkin to v0.1.2 2020-08-03 13:20:10 +00:00
Renovate Bot
b25b5b8257 chore(deps): update google.golang.org/genproto commit hash to 8145dea 2020-08-03 12:35:16 +00:00
Renovate Bot
751b5f5663 chore(deps): update module spf13/viper to v1.7.1 2020-08-03 06:10:36 +00:00
Renovate Bot
ae48f7cef9 chore(deps): update module golang/mock to v1.4.4 2020-08-03 04:46:41 +00:00
Renovate Bot
04696daff2 chore(deps): update module contrib.go.opencensus.io/exporter/jaeger to v0.2.1 2020-08-03 03:25:21 +00:00
Renovate Bot
ea99b71de7 chore(deps): update golang.org/x/crypto commit hash to 123391f 2020-08-03 02:02:07 +00:00
Caleb Doxsey
b1d72c829b
pomerium-cli: fix kubernetes token caching (#1169)
* pomerium-cli: fix kubernetes token caching

* switch to jose v2
2020-07-31 09:50:06 -06:00
Cuong Manh Le
bc61206b78
pkg/storage/redis: add redis TLS support (#1163)
Fixes #1156
2020-07-31 19:37:23 +07:00
Renovate Bot
d9711c8055 Update module google/go-cmp to v0.5.1 2020-07-27 05:28:15 +00:00
Renovate Bot
94c4db3eb2 Update google.golang.org/genproto commit hash to da3ae01 2020-07-27 04:56:06 +00:00
Cuong Manh Le
26f099b49d
redis storage backend (#1082)
* pkg/storage: add redis storage backend

* pkg/storage/redis: set record create time correctly

* pkg/storage/redis: add docs

* pkg/storage/redis: run test with redis tag only

* pkg/storage/redis: use localhost

* pkg/storage/redis: use 127.0.0.1

* pkg/storage/redis: honor REDIS_URL env

* .github/workflows: add missing config for redis service

* .github/workflows: map redis ports to host

* pkg/storage/redis: use proto marshaler instead of json one

* pkg/storage/redis: use better implementation

By using redis supported datastructure:

 - Hash for storing record
 - Sorted set for storing by version
 - Set for storing deleted ids

List operation will be now performed in O(log(N)+M) instead of O(N) like
previous implementation.

* pkg/storage/redis: add tx to wrap redis transaction

* pkg/storage/redis: set record type in New

* pkg/storage/redis: make sure tx commands appear in right order

* pkg/storage/redis: make deletePermanentAfter as argument

* pkg/storage/redis: make sure version is incremented when deleting

* pkg/storage/redis: fix linter

* pkg/storage/redis: fix cmd construction
2020-07-22 03:07:20 +07:00
Renovate Bot
d2656ecd67 chore(deps): update google.golang.org/genproto commit hash to 11fb19a 2020-07-20 08:00:29 +00:00
Renovate Bot
0f17fb0d95 chore(deps): update module spf13/cobra to v1 2020-07-20 03:22:08 +00:00
Renovate Bot
2a99088cdf chore(deps): update module open-policy-agent/opa to v0.22.0 2020-07-20 02:27:34 +00:00
Renovate Bot
c2e487a996 chore(deps): update github.com/skratchdot/open-golang commit hash to eef8423 2020-07-20 01:06:57 +00:00
Caleb Doxsey
02b4e4b619
fix deep copy of config (#1089) 2020-07-17 10:42:24 +07:00
Caleb Doxsey
d3a7ee38be
options refactor (#1088)
* refactor config loading

* wip

* move autocert to its own config source

* refactor options updaters

* fix stuttering

* fix autocert validate check
2020-07-16 14:30:15 -06:00
Caleb Doxsey
5df10d1539
pomerium-cli k8s exec-credential (#1073)
* wip

* wip

* remove dead code

* add logging about errors for caching credentials

* rename subcommand
2020-07-16 11:40:43 -06:00
Renovate Bot
645f0a2ff8 chore(deps): update module google.golang.org/api to v0.29.0 2020-07-14 00:08:55 +00:00
Renovate Bot
7437a4967d chore(deps): update module envoyproxy/go-control-plane to v0.9.6 2020-07-13 11:17:51 +00:00
Renovate Bot
fda39942ad chore(deps): update golang.org/x/net commit hash to ab34263 2020-07-13 09:31:08 +00:00
Renovate Bot
2e763ac289 chore(deps): update google.golang.org/genproto commit hash to 8698661 2020-07-13 06:14:28 +00:00