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
Travis Groth
cef1449458
deployment: Generate deb and rpm packages ( #1458 )
2020-09-28 13:33:35 -04: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
Travis Groth
fdec45fe04
docs: add architecture diagram for cloudrun ( #1444 )
2020-09-22 17:40:48 -04: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
5157726e6f
docs: Add Traefik + Kubernetes example ( #1411 )
2020-09-19 13:33:32 -04:00
Shinebayar G
7c990a45b1
docs: fix grammar ( #1412 )
2020-09-17 08:16:22 -07:00
Travis Groth
f812ec5812
ci: publish cloudrun latest tag ( #1398 )
...
* ci: publish cloudrun latest tag
2020-09-11 17:05:18 -04:00
Manatsawin Hanmongkolchai
904edfed9a
docs: fix remove_request_headers typo ( #1388 )
2020-09-08 21:35:09 -07:00
bobby
311dde8b61
docs: update azure docs ( #1377 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-08 12:58:11 -07:00
Cuong Manh Le
08a094ae93
internal/directory/okta: remove rate limiter ( #1370 )
...
We did honor the rate limit header from okta, so don't bother to add our
rate limiter there.
2020-09-04 18:23:14 +07:00
Travis Groth
5488e6d5fa
deployment: fully split release archives and brews ( #1365 )
2020-09-02 17:32:52 -04:00
Caleb Doxsey
4fb90fabe8
config: support explicit prefix and regex path rewriting ( #1363 )
...
* config: support explicity prefix and regex path rewriting
* add rewrite tests
2020-09-02 13:48:19 -06:00
Caleb Doxsey
f6b622c7dc
proxy: support websocket timeouts ( #1362 )
2020-09-02 07:55:57 -06:00
Robert
2dc8879583
Allow setting the shared secret via an environment variable. ( #1337 )
...
This makes it easier to safely pass it in programmatically to a container
without cutting and pasting or putting it on the command line.
2020-08-27 08:39:07 -06:00
Travis Groth
a69b9957a1
docs: add nginx example ( #1329 )
...
* docs: add nginx example
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2020-08-26 17:10:23 -04:00
bobby
fbd8c8f294
deployment: add goimports with path awareness ( #1316 )
...
Plus fix some spelling
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-24 13:04:55 -07:00
Cuong Manh Le
9de99d0211
all: add signout redirect url ( #1324 )
...
Fixes #1213
2020-08-25 01:23:58 +07:00
Cuong Manh Le
f356ff5581
config: add idp qps config
2020-08-14 09:50:49 +07:00
bobby
332324fa2d
docs: use .com sitemap hostname ( #1274 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-13 10:59:42 -07:00
Travis Groth
0c51ad0e66
docs: fix in-action video ( #1268 )
2020-08-12 19:34:50 -04:00
Travis Groth
6314c43f40
docs: image, sitemap and redirect fixes ( #1263 )
...
* docs: fix image linkes for cdn
* docs: use relative top level redirect
* docs: generate sitemap under /docs/
2020-08-12 15:22:53 -04:00
Caleb Doxsey
f822c9a5d2
config: allow reloading of telemetry settings ( #1255 )
...
* metrics: support dynamic configuration settings
* add test
* trace: update configuration when settings change
* config: allow logging options to be configured when settings change
* envoy: allow changing log settings
* fix unexpected doc change
* fix tests
* pick a port at random
* update based on review
2020-08-12 08:14:15 -06:00
Cuong Manh Le
32745250d3
docs/docs: fix wrong okta service account field ( #1251 )
...
The okta service account token field should be api_key not api_token
Fixes #1249
2020-08-11 09:05:36 +07:00
Karel Bilek
27fb46e32f
remove rootDomain from examples ( #1244 )
2020-08-09 21:36:29 -07:00
bobby
1fd86ccd55
docs: fix redirect loop ( #1245 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-09 21:34:30 -07:00
bobby
18a223e1ed
docs: add / redirect ( #1241 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-09 21:08:21 -07:00
bobby
07be1e9530
docs: prepare for enterprise / oss split ( #1238 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-09 20:45:43 -07:00
bobby
bfc3fb67da
v0.10.0 ( #1225 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-06 21:08:19 -07:00
roulesse
7da513f42c
Update synology.md ( #1219 )
2020-08-06 15:28:51 -07:00
Travis Groth
4976fe3824
docs: add installation section ( #1223 )
2020-08-06 16:34:01 -04:00
Travis Groth
1cafba18a5
docs: Kubernetes topic ( #1222 )
...
* docs: kubernetes topic and installation stub
2020-08-06 15:28:12 -04:00
Travis Groth
28230c7dc5
docs: update architecture diagrams + descriptions ( #1218 )
...
* docs: update architecture diagrams + descriptions
* Update docs/docs/topics/production-deployment.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Update docs/docs/topics/production-deployment.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Update docs/docs/topics/production-deployment.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2020-08-06 13:40:08 -04:00
bobby
8d0cb86098
docs: fix links, fix upgrade guide ( #1220 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-05 23:07:49 -07:00
bobby
ecfe25458e
docs: update reference docs ( #1208 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2020-08-05 18:22:56 -07:00
Brad Jones
9af93ff090
Update README stating specific requirements for SIGNING_KEY ( #1217 )
...
Makes clear it must be an EC key and also that it must be present in the authentication service, if run separately.
2020-08-05 14:47:31 -07:00
Travis Groth
258cb26ed5
docs: fix minor errors ( #1214 )
...
* docs: fix typo in kubectl command
* docs: Fix spurious table
2020-08-05 15:04:31 -04:00
Travis Groth
7a53e6bb42
proxy: add support for spdy upgrades ( #1203 )
2020-08-04 13:26:14 -04:00
Travis Groth
01d0f7de6e
config: additional kubernetes token source support ( #1200 )
2020-08-04 09:40:51 -04:00
Cuong Manh Le
c910196364
docs/docs: update upgrading to mention redis storage backend ( #1172 )
...
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2020-08-01 11:20:07 -07:00
bobby
8b68079488
docs: rename docs/reference to docs/topics ( #1182 )
...
* docs: rename docs/reference to docs/topics
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-08-01 10:00:14 -07:00
Travis Groth
417c2f4890
docs: Redis and stateful storage docs ( #1173 )
2020-07-31 11:56:01 -04:00
Cuong Manh Le
bc61206b78
pkg/storage/redis: add redis TLS support ( #1163 )
...
Fixes #1156
2020-07-31 19:37:23 +07:00
Travis Groth
aa8ba35332
config: default to google idp credentials for serverless ( #1170 )
2020-07-30 20:21:41 -04:00
Travis Groth
3c4513a91e
telmetry: add databroker storage metrics and tracing ( #1161 )
...
* telmetry: add databroker storage metrics and tracing
2020-07-30 18:19:23 -04:00
bobby
8cae3f27bb
docs: refactor sections, consolidate examples ( #1164 )
2020-07-30 11:02:14 -07:00
Diep Pham
f41eeaf138
docs: add recipe for TiddlyWiki on Node.js ( #1143 )
2020-07-30 08:59:04 -07:00
Cuong Manh Le
3039407597
pkg/storage/redis: add authentication support ( #1159 )
...
Fixes #1157
2020-07-29 23:08:38 +07:00
Travis Groth
996f0251b2
Add kubectl config commands ( #1152 )
2020-07-28 17:14:22 -04:00
Cuong Manh Le
bec908b9af
docs/.vuepress: fix missing local-oidc recipes section ( #1147 )
2020-07-28 19:51:17 +07:00