Commit Graph

1330 Commits

Author SHA1 Message Date
Michael Quigley
36d267256f
tweaks for non-zrok traffic 2023-06-16 13:18:46 -04:00
Michael Quigley
1578ecca98
support for pprof endpoint 2023-06-16 11:52:42 -04:00
Michael Quigley
4420254c5c
Merge branch 'v0.4.0' of github.com:openziti/zrok into v0.4.0 2023-06-16 11:40:03 -04:00
Michael Quigley
0e91c2687f
remove extraneous connect() call (#344) 2023-06-16 11:39:55 -04:00
Ken Bingham
033b026b7d
Merge pull request #346 from openziti/v0.4.0-docs-guides
V0.4.0 docs guides
2023-06-15 21:41:24 -04:00
Michael Quigley
dc3648f73d
third attempt at amqp reconnect in amqpSource (#344) 2023-06-15 12:51:39 -04:00
Michael Quigley
2f604d3e71
amqp reconnect tweak 2023-06-14 15:31:11 -04:00
Michael Quigley
1d09d32866
Merge pull request #348 from openziti/v0.4.0_override_endpoint
--override-endpoint Fixes (#347)
2023-06-14 14:07:24 -04:00
Michael Quigley
5096d72651
changelog (#348) 2023-06-14 13:21:27 -04:00
Michael Quigley
d3ea780a1b
fixes for --override-endpoint (#347) 2023-06-14 13:18:44 -04:00
Michael Quigley
6f91bf7f9f
docs tweak (#336) 2023-06-14 13:17:52 -04:00
Michael Quigley
efe816bee4
screenshots updated 2023-06-13 15:22:23 -04:00
Kenneth Bingham
6b82ad7a60
preen self-hosting guide for 0.4 2023-06-13 14:25:15 -04:00
Kenneth Bingham
bed5fd7c10
preen Docker share guides for 0.4 2023-06-13 14:25:14 -04:00
Michael Quigley
0e76f75c6b
not true; docs 2023-06-13 12:02:26 -04:00
Michael Quigley
ec08ebf16f
Merge pull request #342 from openziti/v0.4.0_account_requests
remove unique constraint on email  to accomodate soft deletes (#338)
2023-06-12 14:05:17 -04:00
Michael Quigley
b640b0bcb6
Merge pull request #345 from openziti/v0.4.0_amqp_reconnect
AMQP Reconnection for metrics.amqpSource (#344)
2023-06-09 12:45:03 -04:00
Michael Quigley
368ddf5f01
fix for controller shutdown when amqpSource is in reconnecting state (#344) 2023-06-09 12:05:02 -04:00
Michael Quigley
459e0e60a1
rudimentary reconnection support in metrics.amqpSource (#344) 2023-06-09 11:56:58 -04:00
Cam Otts
85616370fc
remove unique constraint on email to accomodate soft deletes 2023-06-07 11:05:59 -05:00
Michael Quigley
edef86d06a
limits.Agent.enforce needs to consider the store.Account.Limitless flag 2023-06-07 11:00:52 -04:00
Michael Quigley
04fddce422
Merge pull request #340 from openziti/v0.4.0_access_limit_check
Private Access Limit Check
2023-06-06 11:41:55 -04:00
Michael Quigley
0fa1a350cd
limits.CanAccessShare 2023-06-06 11:29:22 -04:00
Michael Quigley
243261d70a
limits check scaffolding in accessHandler 2023-06-06 10:54:57 -04:00
Michael Quigley
cde59084a6
run 'apt update' before running other apt operations 2023-06-05 18:00:16 -04:00
Michael Quigley
a2df30a8bd
Merge pull request #339 from openziti/v0.4.0_limits_agent_api_usage
Fix for Edge Management API Usage in Limits Agent
2023-06-05 16:27:02 -04:00
Michael Quigley
4a789ce341
need this 2023-06-05 16:16:07 -04:00
Michael Quigley
ec48d574fd
allocate an edge management session when it's needed, rather than trying to be efficient and keep one around 2023-06-05 16:01:04 -04:00
Michael Quigley
a8c652aef8
changelog 2023-06-02 14:13:04 -04:00
Michael Quigley
c743932eeb
freshening (#336) 2023-05-31 13:59:05 -04:00
Michael Quigley
9274218fc3
downloading updates (#336) 2023-05-31 13:48:30 -04:00
Michael Quigley
b77c9bee81
getting started; intro section (#336) 2023-05-30 15:53:19 -04:00
Michael Quigley
8e6ea5f5ce
changelog (#335) 2023-05-30 15:02:51 -04:00
Michael Quigley
119a0b7f03
Merge pull request #337 from openziti/v0.4.0_deps
Update dependencies (#335)
2023-05-30 15:01:09 -04:00
Cam Otts
fec0fd9e73
Format changes 2023-05-25 13:59:39 -05:00
Michael Quigley
cade019d31
Merge pull request #334 from openziti/v0.4.0_password_requirements
check for undefined rather than null (fixes password requirements issue)
2023-05-25 11:55:20 -04:00
Cam Otts
d6d5ac65a3
update deps 2023-05-25 10:50:38 -05:00
Michael Quigley
22cc06eb74
reserve backend-mode text 2023-05-24 11:36:06 -04:00
Cam Otts
f9159e9d00
moved to warnf 2023-05-24 09:16:56 -05:00
Cam Otts
8e0ae86214
check for undefined rather than null 2023-05-24 09:02:12 -05:00
Michael Quigley
cf9514a0e1
lint 2023-05-23 14:30:24 -04:00
Michael Quigley
c889005ac1
Merge branch 'v0.4.0_password_requirements' into v0.4.0 2023-05-23 14:22:07 -04:00
Michael Quigley
434972a9f1
tweaks to invites configuration and processing (#229) 2023-05-23 14:21:37 -04:00
Michael Quigley
ee17f2f3d3
Merge pull request #326 from openziti/v0.4.0_password_requirements
Enhanced password requirements and relevant ui changes (#167)
2023-05-23 14:10:49 -04:00
Michael Quigley
cf5b839209
changelog; etc/ctrl.yml (#167) 2023-05-23 14:01:29 -04:00
Michael Quigley
93707b692d
password subsystem tweaks (#167) 2023-05-23 13:51:33 -04:00
Cam Otts
8c4134c8ad
checks against top password field rather than bottom 2023-05-23 10:51:16 -05:00
Cam Otts
64fbfbf1d3
Enhanced password requirements and relevant ui changes 2023-05-23 10:51:15 -05:00
Michael Quigley
d34e024b66
Merge pull request #333 from openziti/v0.4.0_amqp_fix
V0.4.0 amqp fix
2023-05-22 16:32:18 -04:00
Cam Otts
6a572c9977
fix amqp 2023-05-22 15:23:55 -05:00