Caleb Doxsey
8b42eb5ebd
config: add metrics_basic_auth option ( #1917 )
...
* config: add metrics_basic_auth option
* remove println
* use constant time compare
2021-02-22 13:37:18 -07:00
Caleb Doxsey
fe5e3712b8
docs: fix query param name ( #1920 )
2021-02-19 13:56:22 -07:00
bobby
b42b25531e
docs: add breaking sa changes in v0.13 ( #1919 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-19 12:56:12 -08:00
Travis Groth
cc5335bd7f
docs: add v0.13 to docs site menu ( #1913 )
2021-02-18 17:00:22 -05:00
bobby
b1baa5ac6d
docs: update changelog for v0.13.0 ( #1909 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-17 16:08:29 -08:00
Caleb Doxsey
1a1cc30c67
config: support map of jwt claim headers ( #1906 )
...
* config: support map of jwt claim headers
* fix array handling, add test
* update docs
* use separate hook, add tests
2021-02-17 13:43:18 -07:00
Travis Groth
ee28f008b5
docs: add load balancing weight documentation ( #1883 )
2021-02-17 09:36:47 -08:00
Travis Groth
5dac6ec671
docs: misc upgrade notes and changelog ( #1884 )
2021-02-17 12:23:38 -05:00
bobby
97d561865a
docs: update security policy ( #1897 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-17 08:52:50 -08:00
Travis Groth
07d9074796
docs: additional load balancing documentation ( #1875 )
2021-02-12 10:29:01 -05:00
bobby
c3e3ed9b50
authenticate: validate origin of signout ( #1876 )
...
* authenticate: validate origin of signout
- add a debug task to kill envoy
- improve various function docs
- userinfo: return "error" page if user is logged out without redirect uri set
- remove front channel logout. There's little difference between it, and the signout function.
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-11 21:37:54 -08:00
Caleb Doxsey
9f6dc78798
config: allow customization of envoy boostrap admin options ( #1872 )
2021-02-09 11:29:58 -07:00
bobby
fcd8c3644f
options: header only applies to routes and authN ( #1862 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-08 11:05:33 -08:00
Brad Jones
2f3c73baf3
Update GitLab provider docs ( #1591 )
...
* Update GitLab provider docs
Updates GitLab provider docs to reference self-hosted GitLab and provide additional clarity on required scopes.
* precommit fix
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-01 15:48:06 -08:00
Caleb Doxsey
b7f0242090
authorize: remove admin ( #1833 )
...
* authorize: remove admin
* regen rego
* add note to upgrading
2021-02-01 15:22:02 -07:00
Caleb Doxsey
cc85ea601d
policy: add new certificate-authority option for downstream mTLS client certificates ( #1835 )
...
* policy: add new certificate-authority option for downstream mTLS client certificates
* update proto, docs
2021-02-01 08:10:32 -07:00
wasaga
66ff2cdaba
cluster name ( #1834 )
2021-01-29 16:55:38 -05:00
Vihar Desu
c39fdb51e8
updated host rewrite docs ( #1799 )
...
* updated host rewrite docs
* quick fix
* fixed precommit
2021-01-27 12:44:58 -07:00
wasaga
19d78cb844
include envoy's proto specs into config.proto ( #1817 )
2021-01-25 13:15:50 -05:00
wasaga
3a505d5573
expose envoy cluster options in policy ( #1804 )
2021-01-25 09:49:03 -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
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
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
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
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
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
b959ddbfc1
docs: update menu for v0.12 ( #1755 )
2021-01-11 10:48:46 -05:00
Travis Groth
1a4704a183
docs: v0.12 upgrade notes and changelog ( #1753 )
2021-01-08 17:48:22 -05:00
Caleb Doxsey
f101c1a013
update google docs ( #1738 )
2021-01-07 10:17:16 -07:00
Caleb Doxsey
00734243b3
telemetry: add support for datadog tracing ( #1743 )
...
* add support for datadog tracing
* omitempty on datadog address
* envoy: add datadog exporter for tracing
2021-01-06 12:27:23 -07:00
bobby
e56e7e4b9e
cli: add version command ( #1726 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-29 20:04:32 -08:00
Caleb Doxsey
73f4ee26fc
update azure docs ( #1723 )
2020-12-29 13:20:03 -07:00
Philip Wassermann
2d3190c74e
authenticate: oidc frontchannel-logout endpoint ( #1586 )
...
* authenticate: oidc frontchannel-logout endpoint
* move frontchannellogout route and extract logout process
* add frontchannel_logout_uri to wellknown handler
* authenticate: add context to logs in signout process
* docs: single sign-out topic
* gofmt, wording, refactoring method names
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-24 14:30:48 -08:00
Travis Groth
74db362634
docs: add TCP guide ( #1714 )
2020-12-23 16:24:49 -05:00
Travis Groth
50989a11b3
docs: tcp support ( #1712 )
2020-12-22 23:03:13 -05:00
bobby
c23c8b34b3
docs: replace httpbin with verify ( #1702 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-22 09:53:08 -08:00
Travis Groth
64816720c8
internal/telemetry/metrics: update redis metrics for go-redis ( #1694 )
2020-12-16 14:53:39 -05:00
bobby
d3c697d3e4
nginx: fix docs ( #1691 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-15 13:25:46 -08:00
Caleb Doxsey
2e8b842aed
remove "see policy" phrase in settings docs ( #1668 )
2020-12-09 11:35:02 -07:00
Travis Groth
82c7d1ee7a
docs: add allowed_idp_claims docs ( #1665 )
2020-12-09 12:16:13 -05:00
Travis Groth
58adeb5a99
docs: add v0.11 link to version menu ( #1663 )
2020-12-09 07:36:39 -05:00
Travis Groth
4d36a5a850
docs: update changelog for v0.11 ( #1650 )
2020-12-07 15:02:47 -05:00
bobby
0cdd727d5e
update docs ( #1645 )
2020-12-03 08:29:17 -08:00
Travis Groth
23249c8df9
deployment: enable multi-arch release images ( #1643 )
2020-12-03 11:07:15 -05:00
Caleb Doxsey
0571754f0c
move signing key algorithm documentation into yaml file ( #1646 )
2020-12-02 17:14:27 -07:00
bobby
5bbd745934
authorize: add signature algo support (RSA / EdDSA) ( #1631 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-11-30 17:14:41 -08:00