Commit graph

3669 commits

Author SHA1 Message Date
Renovate Bot
223b7a12da chore(deps): update golang.org/x/crypto commit hash to c8d3bf9 2020-11-30 01:50:27 +00:00
Travis Groth
6e19d8cbc7
docs: add cache_service_url upgrade notice (#1621) 2020-11-25 12:30:00 -05:00
Travis Groth
7fd7b3f155
ci: add bintray publishing (#1618) 2020-11-24 07:37:55 -05:00
Travis Groth
5bebc00eea
ci: remove bad quoting in publish steps (#1617) 2020-11-23 16:59:14 -05:00
Caleb Doxsey
2d5690dde6
remove deprecated cache_service_url config option (#1614)
* remove deprecated cache_service_url config option

* remove broken test

* update integration test config

* update nginx example

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2020-11-23 14:57:29 -07:00
Caleb Doxsey
ee03d0e9f8
remove memberlist (#1615) 2020-11-23 14:56:05 -07:00
Travis Groth
251dd8e03e
ci: update tag parsing step (#1616) 2020-11-23 16:51:33 -05:00
bobby
f980517b7c
cryptutil: more explicit decryption error (#1607)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-11-23 07:57:30 -08:00
bobby
7e19780d70
chore(deps): update envoy 1.16.1 (#1613)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-11-23 07:57:10 -08:00
Renovate Bot
37366c861a chore(deps): update module google/go-jsonnet to v0.17.0 2020-11-23 04:43:13 +00:00
Renovate Bot
6ac1db37ec chore(deps): update codecov/codecov-action action to v1.0.15 2020-11-23 03:47:37 +00:00
Renovate Bot
c326fff2a3 chore(deps): update google.golang.org/genproto commit hash to 9b1e624 2020-11-23 02:47:17 +00:00
Renovate Bot
7d18e9f5d4 chore(deps): update golang.org/x/crypto commit hash to c1f2f97 2020-11-23 01:30:04 +00:00
Travis Groth
28801e51e1
ci: improve release snapshot name template (#1602) 2020-11-19 16:16:57 -05:00
Travis Groth
85c109114c
pkg/storage/redis: Prevent connection churn (#1603) 2020-11-19 14:15:59 -05:00
Caleb Doxsey
a41c37f9e0
add paging support to GetAll (#1601)
* add paging support to GetAll

* fix import
2020-11-18 17:02:57 -07:00
Caleb Doxsey
8ada0c51dd
attach version to gRPC server metadata (#1598)
* attach version to gRPC server metadata

* fix linting
2020-11-17 07:18:48 -07:00
Renovate Bot
508b93b273 chore(deps): update module google/go-cmp to v0.5.3 2020-11-16 06:34:58 +00:00
Renovate Bot
f4238a1e44 chore(deps): update google.golang.org/genproto commit hash to ce600e9 2020-11-16 05:44:40 +00:00
Renovate Bot
13a3e93c2c chore(deps): update golang.org/x/net commit hash to 69a7880 2020-11-16 04:42:52 +00:00
Renovate Bot
16491834b6 chore(deps): update golang.org/x/oauth2 commit hash to 9fd6049 2020-11-16 03:57:07 +00:00
Renovate Bot
5e6b1f807d chore(deps): update golang.org/x/crypto commit hash to 0c6587e 2020-11-16 02:13:57 +00:00
Travis Groth
bfe52df226
ci: fix release setup action (#1592) 2020-11-12 19:03:22 -08:00
Travis Groth
095eb63a21
ci: update changelog generation to script (#1589) 2020-11-12 20:00:07 -05:00
bobby
f604a3e87a
docs: use standard langauge for lists (#1590)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-11-12 14:44:00 -08:00
bobby
c199909032
forward-auth: fix special character support for nginx (#1578) 2020-11-12 13:10:57 -05:00
Renovate Bot
eb19d6e125 chore(deps): update module google.golang.org/grpc to v1.33.2 2020-11-09 05:49:09 +00:00
Renovate Bot
1565058fa2 chore(deps): update google.golang.org/genproto commit hash to f9bfe23 2020-11-09 02:12:52 +00:00
Wesley Williams
927e866bcc
Fix CD command for changing to Kubernetes example directory (#1582) 2020-11-06 20:48:57 -08:00
Caleb Doxsey
bfe68d1fd8
move docs to settings.yaml (#1579) 2020-11-05 12:13:10 -07:00
Philip Wassermann
85a5961e5e
authorize: add allow_any_authenticated_user policy (#1515) 2020-11-05 11:20:50 -07:00
bobby
d1bab414c5
proxy/forward_auth: copy response headers as request headers (#1577)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-11-05 09:31:01 -08:00
Caleb Doxsey
ccdd1e5586
use custom default http transport (#1576)
* use custom default http transport

* Update config/http.go

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

* Update config/http.go

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

* return early

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2020-11-04 15:35:10 -07:00
bobby
1910125e6f
docs: add round logo (#1574)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-11-03 09:30:36 -08:00
Caleb Doxsey
0bdcaf67a5
update user info in addition to refreshing the token (#1572) 2020-11-03 07:59:01 -07:00
Renovate Bot
c3104a56f0 chore(deps): update mikefarah/yq action to v3.4.1 2020-11-02 03:55:58 +00:00
Renovate Bot
05e09c366c chore(deps): update google.golang.org/genproto commit hash to 24207fd 2020-11-02 02:32:28 +00:00
Renovate Bot
52656d1dd8 chore(deps): update golang.org/x/net commit hash to ff519b6 2020-11-02 01:26:09 +00:00
FUKAYA Toshikuni
cf0a93f429
github: fix retrieving team id with graphql API (#1554) (#1555)
Signed-off-by: Toshikuni Fukaya <toshikuni-fukaya@cybozu.co.jp>
2020-10-29 20:18:30 -07:00
Travis Groth
7face2ee71
ci: automatically update test environment with master image (#1562) 2020-10-29 17:01:39 -04:00
Caleb Doxsey
10b5c5ca0e
fix querying claim data on the dashboard (#1560) 2020-10-29 10:49:02 -06:00
Caleb Doxsey
93c257259e
databroker: add audience to session (#1557)
* add audience to session

* update audience

* parse next url and add it to audience
2020-10-27 14:22:26 -06:00
Caleb Doxsey
a85b3b04c1
store raw id token so it can be passed to the logout url (#1543) 2020-10-26 10:20:23 -06:00
Renovate Bot
6c4dfcfa88 chore(deps): update olegtarasov/get-tag action to v2 2020-10-26 15:19:45 +00:00
Renovate Bot
d0f6eced50 chore(deps): update goreleaser/goreleaser-action action to v2 2020-10-26 14:34:31 +00:00
Renovate Bot
25808be422 chore(deps): update actions/setup-go action to v2 2020-10-26 13:43:39 +00:00
Renovate Bot
f497aa5b8b chore(deps): update module google.golang.org/grpc to v1.33.1 2020-10-26 06:24:27 +00:00
Renovate Bot
b386230906 chore(deps): update toolmantim/release-drafter action to v5.12.1 2020-10-26 05:13:36 +00:00
Renovate Bot
3d29d787b2 chore(deps): update codecov/codecov-action action to v1.0.14 2020-10-26 04:48:54 +00:00
Renovate Bot
c4168d1195 chore(deps): update google.golang.org/genproto commit hash to 0ff5f38 2020-10-26 03:50:22 +00:00