Renovate Bot
155213857e
chore(deps): update golang.org/x/crypto commit hash to 7f63de1
2020-10-05 02:09:53 +00:00
Jon Carl
f1daf336f6
auth0: implement directory provider ( #1479 )
...
* add the auth0 directory provider
Signed-off-by: Jon Carl <jon.carl@auth0.com>
* fix code climate issue: context.Context should be funcs first param
Signed-off-by: Jon Carl <jon.carl@auth0.com>
* remove unused struct field
Signed-off-by: Jon Carl <jon.carl@auth0.com>
* remove vendoring
Signed-off-by: Jon Carl <jon.carl@auth0.com>
* fix auth0 imports and variable name
Signed-off-by: Jon Carl <jon.carl@auth0.com>
2020-10-02 08:56:05 -06:00
bobby
ec91a98157
examples: fix nginx example ( #1478 )
2020-10-01 16:05:12 -07:00
Travis Groth
7029b108e7
ci: ensure systemd unit file is in packages ( #1481 )
2020-10-01 18:24:38 -04:00
Travis Groth
7613f4c67a
deps: update envoy arm64 to v1.15.1 ( #1475 )
2020-09-30 15:07:01 -04:00
bobby
c10dbe8f2d
chore(deps): envoy 1.15.1 ( #1473 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-30 08:35:32 -07:00
Caleb Doxsey
697be04c6f
azure: incremental sync ( #1471 )
...
* azure: incremental sync
* identity manager: fix directory sync timing
* on unauthorized, reset token
* support querying the user api
* update name
* pull out constants
2020-09-30 08:18:04 -06:00
Caleb Doxsey
3e86d2f9bf
directory: additional user info ( #1467 )
...
* directory: support additional user information
* implement github
* implement gitlab
* implement onelogin
* implement okta
* rename to display name
* implement google
* fill in properties
* fix azure email parsing
* fix tests, lint
* fix onelogin tests
* fix gitlab/github tests
2020-09-29 09:38:16 -06:00
Caleb Doxsey
88580cf2fb
auth0: implement identity provider ( #1470 )
...
* auth0: implement identity provider
* add auth0 guide
* fix naming
2020-09-29 09:06:58 -06:00
Caleb Doxsey
2864859252
dashboard: format timestamps ( #1468 )
...
* format timestamps
* fix test
2020-09-28 16:00:42 -06:00
Manatsawin Hanmongkolchai
a47a3a0be6
proxy/forward_auth: don't reset forward auth path if X-Forwarded-Uri is not set ( #1447 )
2020-09-28 12:28:33 -07:00
Travis Groth
cef1449458
deployment: Generate deb and rpm packages ( #1458 )
2020-09-28 13:33:35 -04:00
bobby
1a9ac2fef5
dev: add remote container debug configs ( #1459 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-28 09:55:17 -07:00
Renovate Bot
dae21aafd6
chore(deps): update google.golang.org/genproto commit hash to c2d885f
2020-09-28 05:33:21 +00:00
Renovate Bot
1e7723f0d2
chore(deps): update vuepress monorepo to v1.6.0
2020-09-28 03:42:29 +00:00
Renovate Bot
632bb8c28d
chore(deps): update golang.org/x/net commit hash to 5d4f700
2020-09-28 02:55:53 +00:00
Caleb Doxsey
6e385f800a
config: add support for host header rewriting ( #1457 )
...
* config: add support for host header rewriting
* fix lint
2020-09-25 09:36:39 -06:00
Caleb Doxsey
29b2fa4e60
proxy: preserve path and query string for http->https redirect ( #1456 )
2020-09-24 15:12:56 -06:00
Caleb Doxsey
83415ee52f
identity manager: fix directory sync timing ( #1455 )
2020-09-24 13:23:43 -06:00
Caleb Doxsey
f4c61a0cdc
redis: use pubsub instead of keyspace events ( #1450 )
2020-09-23 14:40:05 -06:00
Caleb Doxsey
852c96f22f
proxy: add support for /.pomerium/jwt ( #1446 )
2020-09-23 07:55:12 -06:00
Caleb Doxsey
2364da14c8
databroker: add support for querying the databroker ( #1443 )
...
* databroker: add support for querying the databroker
* remove query method, use getall so encryption works
* add test
* return early
2020-09-22 16:01:37 -06:00
Travis Groth
fdec45fe04
docs: add architecture diagram for cloudrun ( #1444 )
2020-09-22 17:40:48 -04:00
bobby
0c60a9404e
httputil: remove retry button ( #1438 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-22 07:53:53 -07:00
bobby
a1ba04d231
deployment: bump release go to v1.15.x ( #1439 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-22 07:41:42 -07:00
Caleb Doxsey
54d37e62e8
config: add dns_lookup_family option to customize DNS IP resolution ( #1436 )
2020-09-21 15:32:37 -06:00
Travis Groth
0537dd63d4
proxy: always use https for application callback ( #1433 )
2020-09-21 15:58:46 -04:00
Travis Groth
512dd9093e
deps: go mod tidy ( #1434 )
2020-09-21 15:57:45 -04:00
Renovate Bot
3bd70309d9
chore(deps): update module rs/zerolog to v1.20.0
2020-09-21 16:51:06 +00:00
Renovate Bot
76e2534d43
chore(deps): update module caddyserver/certmagic to v0.12.0
2020-09-21 15:51:09 +00:00
Renovate Bot
0f51f369a7
chore(deps): update google.golang.org/genproto commit hash to d0d6055
2020-09-21 14:27:51 +00:00
Travis Groth
5157726e6f
docs: Add Traefik + Kubernetes example ( #1411 )
2020-09-19 13:33:32 -04:00
bobby
bf937f362b
controplane: remove p-521 EC ( #1420 )
...
* controplane: remove p-521 EC
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-18 08:18:21 -07:00
tdorsey
e7ffbf8b5c
fix(examples): Use X-Pomerium-Claim headers ( #1422 )
2020-09-18 10:42:36 -04:00
Caleb Doxsey
0860ec3a5c
okta: handle deleted groups ( #1418 )
...
* okta: handle deleted groups
* limit api error body read
2020-09-18 08:10:32 -06:00
tdorsey
5c226f6fc0
chore(docs): Fix typo in example policy ( #1419 )
2020-09-17 18:15:38 -07:00
Caleb Doxsey
3b6c617784
redirect-server: add config headers to responses ( #1416 )
2020-09-17 13:01:45 -06:00
Shinebayar G
7c990a45b1
docs: fix grammar ( #1412 )
2020-09-17 08:16:22 -07:00
Caleb Doxsey
665f0f9a74
azure: add support for nested groups ( #1408 )
...
* azure: add support for nested groups
* fix test
2020-09-17 08:25:10 -06:00
bobby
79a01bcfbb
controlplane: support P-384 / P-512 EC curves ( #1409 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-16 17:35:00 -07:00
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
Travis Groth
f812ec5812
ci: publish cloudrun latest tag ( #1398 )
...
* ci: publish cloudrun latest tag
2020-09-11 17:05:18 -04:00
Caleb Doxsey
a19e45334b
proxy: remove impersonate headers for kubernetes ( #1394 )
...
* proxy: remove impersonate headers for kubernetes
* master on frontend/statik
2020-09-09 15:24:39 -06:00
bobby
05d9fbb4b3
Desimone/authenticate default logout ( #1390 )
...
* authenticate: fix unset post_logout_redirect_uri
* don't show url if does not exist
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-09 11:53:12 -07:00
Caleb Doxsey
1fcd86120b
proxy: for filter matches only include bare domain name ( #1389 )
2020-09-09 08:56:15 -06:00
Travis Groth
145c2cf8f5
internal/envoy: start epoch from 0 ( #1387 )
2020-09-09 10:25:21 -04:00
Manatsawin Hanmongkolchai
904edfed9a
docs: fix remove_request_headers typo ( #1388 )
2020-09-08 21:35:09 -07:00