Commit graph

2604 commits

Author SHA1 Message Date
Caleb Doxsey
5e3aa91f23
authenticate: delay evaluation of OIDC provider (#1802)
* authenticate: delay evaluation of OIDC provider

* add additional error message

* address comments
2021-01-26 09:20:56 -07:00
Caleb Doxsey
a14b65ec3f
controlplane: only add listener virtual domains for addresses matching the current TLS domain (#1823) 2021-01-26 09:01:24 -07:00
Caleb Doxsey
84e8f6cc05
config: fix databroker policies (#1821) 2021-01-25 17:18:50 -07:00
Caleb Doxsey
bcc8c17855
controlplane: only enable STATIC dns when all adresses are IP addresses (#1822) 2021-01-25 15:49:58 -07:00
Caleb Doxsey
979e8f9cec
config: fix hot-reloading (#1820) 2021-01-25 12:20:41 -07:00
wasaga
19d78cb844
include envoy's proto specs into config.proto (#1817) 2021-01-25 13:15:50 -05:00
bobby
5b9d18bb8b
github: add tag suggestion to checklist (#1819)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-25 09:57:36 -08:00
Renovate Bot
77236fefa0 chore(deps): update mikefarah/yq action to v4.4.1 2021-01-25 17:07:32 +00:00
wasaga
3a505d5573
expose envoy cluster options in policy (#1804) 2021-01-25 09:49:03 -05:00
renovate[bot]
c5b67f6f54
chore(deps): update module go-redis/redis/v8 to v8.4.10 (#1811)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-25 07:41:25 -07:00
Renovate Bot
2b947fb10b chore(deps): update module stretchr/testify to v1.7.0 2021-01-25 08:28:26 +00:00
Renovate Bot
0e9129592f chore(deps): update module open-policy-agent/opa to v0.26.0 2021-01-25 07:13:44 +00:00
Renovate Bot
ff23ad0a56 chore(deps): update module mitchellh/mapstructure to v1.4.1 2021-01-25 06:12:26 +00:00
Renovate Bot
880b9d1bd1 chore(deps): update module google.golang.org/grpc to v1.35.0 2021-01-25 05:14:11 +00:00
Renovate Bot
9d233be64a chore(deps): update module google/uuid to v1.2.0 2021-01-25 04:47:19 +00:00
Renovate Bot
af95d9df5a chore(deps): update golang.org/x/oauth2 commit hash to d3ed898 2021-01-25 03:02:19 +00:00
Renovate Bot
1ce05219f1 chore(deps): update google.golang.org/genproto commit hash to 8081c04 2021-01-25 02:40:17 +00:00
Renovate Bot
78122a4a16 chore(deps): update golang.org/x/net commit hash to 5f4716e 2021-01-25 01:54:13 +00:00
Travis Groth
3aa75a141f
ci: fix usage of env variable in latest tag (#1791) 2021-01-23 08:33:06 -05:00
Travis Groth
f946d940f5
config: require shared key if using redis backed databroker (#1801) 2021-01-22 16:28:18 -05:00
bobby
d4037f0010
docs: add reference to the go-sdk (#1800)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-22 13:00:07 -08:00
wasaga
4017e0681a
upstream health check config (#1796) 2021-01-21 15:23:06 -05:00
Caleb Doxsey
c90eda5622
autocert: store certificates separately from config certificates (#1794) 2021-01-21 13:13:55 -07:00
Caleb Doxsey
70b4497595
databroker: rename cache service (#1790)
* rename cache folder

* rename cache service everywhere

* skip yaml in examples

* Update docs/docs/topics/data-storage.md

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-01-21 08:41:22 -07:00
Caleb Doxsey
0adb9e5dde
move file change detection before autocert (#1793) 2021-01-20 16:01:43 -07:00
Caleb Doxsey
a4c7381eba
config: support multiple destination addresses (#1789)
* config: support multiple destination addresses

* use constructor for string slice

* add docs

* add test for multiple destinations

* fix name
2021-01-20 15:18:24 -07:00
wasaga
c6b6141d12
new skip_xff_append option (#1788)
Added `skip_xff_append` configuration option. When set, proxy would not append it's IP address to `x-forwarded-for` HTTP header.
2021-01-20 10:56:29 -05:00
Caleb Doxsey
d9699cbcb9
policy: add outlier_detection (#1786)
* add support for cluster outlier detection

* add docs
2021-01-20 08:33:48 -07:00
Caleb Doxsey
0bc598f952
Revert "reduce memory usage by handling http/2 coalescing via a lua script (#1779)" (#1785)
This reverts commit b2ceaa9e91.
2021-01-19 13:55:30 -07:00
bobby
4f78a9b301
chore(deps): update oidc to v3 (#1783)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-19 08:26:48 -08:00
Caleb Doxsey
b2ceaa9e91
reduce memory usage by handling http/2 coalescing via a lua script (#1779)
* add support for proxy protocol on HTTP listener (#1777)

* add support for proxy protocol on HTTP listener

* rename option, add doc

* reduce memory usage by handling http/2 coalescing via a lua script

* move script to file

* use wellknown

* fix integration test
2021-01-19 08:45:28 -07:00
Caleb Doxsey
09747aa3ba
add support for proxy protocol on HTTP listener (#1777)
* add support for proxy protocol on HTTP listener

* rename option, add doc
2021-01-19 05:56:58 -07:00
Caleb Doxsey
10912add67
config: detect underlying file changes (#1775)
* wip

* cleanup

* add test

* use uuid for temp dir, derive root CA path from filemgr for tests

* fix comment

* fix double close

* use latest notify
2021-01-14 18:06:02 -07:00
Caleb Doxsey
c99994bed8
config: support redirect actions (#1776)
* add route redirect options

* add xds support for redirect

* add test

* handle nil destinations

* remove unchanged statik files

* remove unchanged statik files

* update docs

* Update docs/reference/settings.yaml

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-01-14 16:18:27 -07:00
bobby
6466efddd5
authenticate: update user info screens (#1774)
- rename "dashboard" to userinfo to avoid confusion
- don't leak version from error page.
- fix typo in state.go
- make statik determenistic on modtime


Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-13 13:15:31 -08:00
Travis Groth
6034bcea73
ci: license check action (#1773) 2021-01-13 15:46:47 -05:00
Caleb Doxsey
38935271e7
google: fix nil name (#1771) 2021-01-12 12:47:48 -07:00
Caleb Doxsey
ab4a68f56f
remove user impersonation and service account cli (#1768)
* remove user impersonation and service account cli

* update doc

* remove user impersonation url query params

* fix flaky test
2021-01-12 09:28:29 -07:00
Travis Groth
eadd8c2482
autocert: improve logging (#1767) 2021-01-12 10:33:33 -05:00
Caleb Doxsey
a6bc9f492f
authorize: move impersonation into session/service account (#1765)
* move impersonation into session/service account

* replace frontend statik

* fix data race

* move JWT filling to separate function, break up functions

* maybe fix data race

* fix code climate issue
2021-01-11 15:40:08 -07:00
Renovate Bot
1466f4e5a0 chore(deps): update google.golang.org/genproto commit hash to c7d5778 2021-01-11 19:48:11 +00:00
Renovate Bot
c07dbc4e4f chore(deps): update vuepress monorepo to v1.8.0 2021-01-11 18:40:05 +00:00
Renovate Bot
a650879137 chore(deps): update mikefarah/yq action to v4.3.1 2021-01-11 17:25:00 +00:00
Travis Groth
2d819f8d35
ci: fix deprecated command in latestTag step (#1763) 2021-01-11 11:04:37 -05:00
Travis Groth
b959ddbfc1
docs: update menu for v0.12 (#1755) 2021-01-11 10:48:46 -05:00
Caleb Doxsey
b16236496b
jws: remove issuer (#1754) 2021-01-11 07:57:54 -07:00
Renovate Bot
e3b4c6d597 chore(deps): update module go-redis/redis/v8 to v8.4.8 2021-01-11 02:25:35 +00:00
Renovate Bot
f006c54ef1 chore(deps): update codecov/codecov-action action to v1.2.1 2021-01-11 01:51:33 +00:00
Travis Groth
1a4704a183
docs: v0.12 upgrade notes and changelog (#1753) 2021-01-08 17:48:22 -05:00
bobby
484dfdfd69
dep: bump envoy to 1.16.2 (#1736)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-07 20:08:43 -08:00