Commit Graph

500 Commits

Author SHA1 Message Date
Cam
30558a454b
move the go sdk into subdir 2023-11-21 13:27:17 -06:00
Michael Quigley
23a6f128d0
lint 2023-10-17 13:23:16 -04:00
Michael Quigley
83e7263fde
new backend mode 'drive' (#218) 2023-10-17 13:04:09 -04:00
Michael Quigley
2d6cd3a6ae
Merge pull request #410 from openziti/v0.4.8
Multiple Changes for v0.4.8
2023-10-17 11:02:37 -04:00
Michael Quigley
397fbf4f47
email deliverability improvements (#405) 2023-10-16 14:33:52 -04:00
guoguangwu
3e51dda5d0
fix: typo 2023-10-12 13:03:29 +08:00
Michael Quigley
22807406d6
frontend config polish (#404) 2023-09-25 14:15:19 -04:00
Michael Quigley
ed96a465a0
capitalization (#404) 2023-09-25 14:06:14 -04:00
Michael Quigley
ceee205239
reworking of zrok.proxy.v1 and associated config mapping (#404) 2023-09-25 14:04:05 -04:00
Ziti-Ci
a07552f0c4
fixed up auth check interval 2023-09-05 11:50:41 -05:00
Ziti-Ci
8e63548552
Merge branch 'main' into oauth-testing 2023-09-05 10:10:25 -05:00
Ziti-Ci
2b0dc71f93
updates to the oauth work 2023-09-05 09:55:55 -05:00
Michael Quigley
1c1d20700e
caddy backend store migrations (#391) 2023-08-21 16:04:31 -04:00
Michael Quigley
170b7d70f4
update sdk-golang dependency to correct openziti identity creation issue (#389) 2023-08-18 16:22:17 -04:00
Michael Quigley
7cc83e3e69
health check endpoint for checking both the SQL store and also influx (#372) 2023-08-08 13:48:34 -04:00
Michael Quigley
92262cf379
remove token from account created message 2023-07-31 15:18:29 -04:00
Ziti-Ci
18424a1b48
oauth updates 2023-07-18 13:03:43 -05:00
Michael Quigley
c26d325f61
generalized implementation of public/private share (#34) 2023-07-17 16:45:20 -04:00
Michael Quigley
c0503ae593
use sdk types/constants throughout the codebase for backend and share modes (#34) 2023-07-17 16:21:29 -04:00
Michael Quigley
141c9ae685
even better names for the common identities in the 'environment' (#34, #369) 2023-07-17 13:51:51 -04:00
Cam Otts
a8c76b2877
initial testing for oauth protecting shares 2023-07-17 09:44:05 -05:00
Michael Quigley
4713243e2c
further ziti identity naming cleanup (#369) 2023-07-14 10:14:32 -04:00
Michael Quigley
1c8ab67bf1
controller no longer needs an identity; identity management organization (#369) 2023-07-14 09:42:06 -04:00
Michael Quigley
04b0b64ebf
migrated all usages to the new package (#369) 2023-07-13 14:26:35 -04:00
Michael Quigley
c468c7ace9
environment -> env_v0_3 (#369) 2023-07-11 14:59:02 -04:00
Michael Quigley
ea71493f2f
zrokdir -> environment (#34) 2023-07-10 16:41:16 -04:00
Michael Quigley
75795b326b
cross-wire backend rx/tx (#356) 2023-06-26 16:58:32 -04:00
Michael Quigley
881c263132
fix for frontend detail handler 2023-06-26 16:47:09 -04:00
Michael Quigley
d09140b14e
error message improvements in amqpSink (#351) 2023-06-21 11:43:14 -04:00
Michael Quigley
c2021980fb
lint (#351) 2023-06-21 11:41:13 -04:00
Michael Quigley
5a2f6a1f72
simpler amqp sink approach (#351) 2023-06-21 11:33:43 -04:00
Michael Quigley
aabf695bec
interim step for enhacing ZitiEventJsonSink to support reconnection; bridge and model adjustments (#351) 2023-06-21 10:35:55 -04:00
Michael Quigley
17a2e66cb0
we can only skip missing ziti service ids when augmenting usage with zrok details 2023-06-16 13:51:57 -04:00
Michael Quigley
446485d74c
improved ingest logging 2023-06-16 13:41:53 -04:00
Michael Quigley
15ee4396f4
logging level tweaks 2023-06-16 13:28:41 -04:00
Michael Quigley
23c275f930
better handling of non-zrok usage data 2023-06-16 13:28:00 -04:00
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
0e91c2687f
remove extraneous connect() call (#344) 2023-06-16 11:39:55 -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
d3ea780a1b
fixes for --override-endpoint (#347) 2023-06-14 13:18:44 -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
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
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
4a789ce341
need this 2023-06-05 16:16:07 -04:00