Commit graph

1131 commits

Author SHA1 Message Date
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
Renovate Bot
c7aa38a1b7 chore(deps): update golang.org/x/sync commit hash to 67f06af 2020-10-26 02:22:18 +00:00
Renovate Bot
1f4ded6705 chore(deps): update golang.org/x/net commit hash to be3efd7 2020-10-26 01:13:46 +00:00
Caleb Doxsey
153e438eb6
authorize: implement allowed_idp_claims (#1542)
* add arbitrary claims to session

* add support for maps

* update flattened claims

* fix eol

* fix trailing whitespace

* fix tests
2020-10-23 14:05:37 -06:00
Caleb Doxsey
2a97e92d50
add settings.yaml file (#1540)
* store settings in yaml

* add shortdocs

* fix newline at EOF

* fix newline at EOF
2020-10-22 15:28:16 -06:00
Caleb Doxsey
1763f02620
fix databroker requiring signed jwt (#1538)
* add test, explicitly call RequireSignedJWT instead of using interceptor to handle combined gRPC server

* register handler, handle config changes

* fix nil error in tests

* unexport constructor
2020-10-20 10:29:22 -06:00
bobby
a375f707f8
dep(envoy): upgrade v0.16.0 (#1519)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-10-19 12:50:10 -04:00
Renovate Bot
034e7565c7 chore(deps): update module prometheus/client_golang to v1.8.0 2020-10-19 15:34:05 +00:00
bobby
f719d885b7
authenticate: remove unused paths, generate cipher at startup, remove qp store (#1495)
* authenticate: remove unused paths, generate cipher on boot

- internal/httputil: add JSON renderer
- internal/httputil: remove unused query param store and references

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-10-19 08:09:53 -07:00
bobby
aadbcd23bd
fwd-auth: fix nginx-ingress forward-auth (#1505 / #1497)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-10-19 08:09:13 -07:00
bobby
c85b45cff6
authorize: add redirect url to debug page (#1533)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-10-19 08:07:51 -07:00
Renovate Bot
3dec1edf00 chore(deps): update vuepress monorepo to v1.7.1 2020-10-19 09:55:28 +00:00
Renovate Bot
9be50c712e chore(deps): update module spf13/cobra to v1.1.1 2020-10-19 08:35:40 +00:00
Renovate Bot
6fc3f51328 chore(deps): update module open-policy-agent/opa to v0.24.0 2020-10-19 07:53:26 +00:00
Renovate Bot
74b7b0ea85 chore(deps): update module ory/dockertest/v3 to v3.6.2 2020-10-19 06:59:54 +00:00
Renovate Bot
3fa38edd65 chore(deps): update module golang/protobuf to v1.4.3 2020-10-19 05:22:23 +00:00
Renovate Bot
1e33935dfd chore(deps): update golang.org/x/net commit hash to 7b1cca2 2020-10-19 04:06:11 +00:00
Renovate Bot
a2109bddb9 chore(deps): update google.golang.org/genproto commit hash to 32ed001 2020-10-19 02:30:24 +00:00
Renovate Bot
1d23acb453 chore(deps): update golang.org/x/crypto commit hash to 9e8e0b3 2020-10-19 01:49:39 +00:00
bobby
5cc65adc48
internal/frontend: resolve authN helper url (#1521)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-10-18 17:11:47 -07:00
renovate[bot]
847860ba32
chore(deps): update module go.opencensus.io to v0.22.5 (#1510)
* chore(deps): update module go.opencensus.io to v0.22.5

* internal/telemetry: update tests for opencensus

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2020-10-17 20:59:12 -04:00
Caleb Doxsey
ac19c5041f
autocert: support certificate renewal (#1516) 2020-10-14 08:24:41 -06: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
Travis Groth
0b14722be4
deplyoment: add debug build / container / docs (#1513) 2020-10-13 16:54:21 -04:00
bobby
f4d5594ef0
tidy (#1512)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-10-12 13:30:21 -07:00
renovate[bot]
2dd1dd330f
chore(deps): update golang.org/x/net commit hash to 4f7140c (#1506)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-12 10:02:45 -06:00
Renovate Bot
4f9fc8f3c6 chore(deps): update module ory/dockertest/v3 to v3.6.1 2020-10-12 05:07:49 +00:00
Renovate Bot
47778efcac chore(deps): update module cenkalti/backoff/v4 to v4.1.0 2020-10-12 03:37:09 +00:00
Renovate Bot
117076eb6a chore(deps): update google.golang.org/genproto commit hash to 4d944d3 2020-10-12 03:19:06 +00:00
Renovate Bot
d119a16d9f chore(deps): update golang.org/x/sync commit hash to b3e1573 2020-10-12 02:57:13 +00:00
Jon Carl
83f998c088
update the documentation for auth0 to include group/role information (#1502)
Signed-off-by: Jon Carl <jon.carl@auth0.com>
2020-10-09 13:42:25 -06:00
Caleb Doxsey
4ed3d84632
debug: add pprof endpoints (#1504) 2020-10-09 12:40:33 -06:00
Caleb Doxsey
eb79cc0957
databroker: require JWT for access (#1503) 2020-10-09 11:08:40 -06:00
Caleb Doxsey
27d0cf180a
authenticate: protect /.pomerium/admin endpoint (#1500)
* authenticate: protect /.pomerium/admin endpoint

* add integration test
2020-10-08 15:44:12 -06:00
bobby
dc1c83c4de
tidy (#1494)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-10-07 07:55:54 -07:00
Renovate Bot
d729ae52fb chore(deps): update module openzipkin/zipkin-go to v0.2.5 2020-10-06 19:37:00 +00:00
Renovate Bot
939eeeb2c6 chore(deps): update module envoyproxy/go-control-plane to v0.9.7 2020-10-06 17:11:26 +00:00
Renovate Bot
1b888ca7fe chore(deps): update golang.org/x/sync commit hash to 3042136 2020-10-06 15:24:28 +00:00
Renovate Bot
10edb9e981 chore(deps): update google.golang.org/genproto commit hash to bcad7cf 2020-10-06 14:59:22 +00:00