Paul Lorenz
|
63c161224a
|
Add linter and fix issues found by linter
|
2022-10-10 16:56:51 -04:00 |
|
Paul Lorenz
|
ad8392cef4
|
Update deps
|
2022-10-10 16:56:50 -04:00 |
|
Paul Lorenz
|
38746d39cf
|
Merge pull request #1188 from openziti/router-multi-ctrls
Support multiple routers in router edge extensions
|
2022-09-30 09:49:24 -04:00 |
|
Paul Lorenz
|
63e0d9663e
|
Support multiple routers in router edge extensions
|
2022-09-30 09:34:04 -04:00 |
|
Paul Lorenz
|
c117984c9b
|
Merge pull request #1190 from openziti/fix-api-session-create-race
Fix race condition creating api sessions from embedded tunneler. Fixe…
|
2022-09-29 12:29:50 -04:00 |
|
Andrew Martinez
|
f802603d9f
|
fixes openziti/ziti#853
- fix nil 0 index x509 definition created
- updates x509-claims to v1.0.3 to fix x509 claim panics
|
2022-09-29 10:20:46 -04:00 |
|
Paul Lorenz
|
d205944051
|
Fix race condition creating api sessions from embedded tunneler. Fixes #1189
|
2022-09-29 10:01:47 -04:00 |
|
Paul Lorenz
|
b7f81ea7cb
|
Fix issue where lookup is expected to return err, but returns nil, causing nil reference and panic. Fixes #1186
|
2022-09-27 09:52:53 -04:00 |
|
Paul Lorenz
|
32c197e5e1
|
Update to channel v2
|
2022-09-26 18:20:00 -04:00 |
|
Andrew Martinez
|
291eb6b509
|
fixes nil deref on partial jwks info
|
2022-09-22 09:36:46 -04:00 |
|
Paul Lorenz
|
db5c73b33b
|
Refactor edge events to follow model established in fabric
|
2022-09-16 12:47:46 -04:00 |
|
Paul Lorenz
|
1f71f952d7
|
Update to usage v3
|
2022-09-16 12:41:36 -04:00 |
|
Andrew Martinez
|
60fc51253d
|
fixes #1176 patching externalIdClaim on CA
|
2022-09-15 11:18:41 -04:00 |
|
Paul Lorenz
|
3a265ca32f
|
Fix patching tags on services and transit routers. Fixes #1174
|
2022-09-15 09:40:12 -04:00 |
|
Paul Lorenz
|
ece5eae675
|
Allow searching by configs. Fixes #1154
|
2022-09-14 23:36:14 -04:00 |
|
Paul Lorenz
|
e4d2a30399
|
Fix service policy patch when type isn't provided. Fixes #1169
|
2022-09-06 23:21:40 -04:00 |
|
Paul Lorenz
|
0b8a65207a
|
Change bootstrap check. Add hooks for isRaftEnabled
|
2022-08-22 12:14:40 -04:00 |
|
Paul Lorenz
|
0d1dfb9779
|
Fixes for raft command encoding and decoding
|
2022-08-18 12:22:30 -04:00 |
|
Paul Lorenz
|
a3b31eb5ed
|
Convert posture checks to use raft commands. Fixes #1125
|
2022-08-09 21:54:53 -04:00 |
|
Paul Lorenz
|
2e578ab784
|
Update identities to use raft commands. Fixes #1131
|
2022-08-09 14:58:23 -04:00 |
|
Paul Lorenz
|
4ce51b271c
|
Convert transit routers to use raft commands. Fixes #1132
|
2022-08-09 09:38:07 -04:00 |
|
Paul Lorenz
|
d3a4c7d0ac
|
Update edge routers to use raft commands. Fixes #1107
|
2022-08-04 10:43:21 -04:00 |
|
Paul Lorenz
|
5c27d8308c
|
Update enrollments to use raft commands. Fixes #1130
|
2022-08-04 10:14:39 -04:00 |
|
Paul Lorenz
|
fe1b0463d7
|
Update authenticators to use raft commands. Fixes #1099
|
2022-08-04 10:14:21 -04:00 |
|
Paul Lorenz
|
f60c06491e
|
Update MFA to use raft commands. Closes #1128
|
2022-08-02 14:56:51 -04:00 |
|
Paul Lorenz
|
d068397cd0
|
Rename controller model handler types to manager. Fixes #1124
|
2022-08-01 14:00:01 -04:00 |
|
Paul Lorenz
|
cb0a634414
|
Update edge services to use raft commands. Fixes #1118
|
2022-07-29 15:56:09 -04:00 |
|
Paul Lorenz
|
748036985d
|
Convert posture check types handler to manager. Fixes #1120
|
2022-07-29 15:38:58 -04:00 |
|
Paul Lorenz
|
3b57f19d61
|
Convert identity type handler to manager Fixes #1117
|
2022-07-29 15:36:14 -04:00 |
|
Paul Lorenz
|
0e827df0e2
|
Convert external jwt signers to raft commands. Fixes #1116
|
2022-07-29 14:56:56 -04:00 |
|
Paul Lorenz
|
9303b24547
|
Update service policies to use raft commands. Fixes #1111
|
2022-07-28 18:40:47 -04:00 |
|
Paul Lorenz
|
d0ed5aa00e
|
Update service edge router policies to use raft commands. Fixes #1110
|
2022-07-28 18:31:19 -04:00 |
|
Paul Lorenz
|
e198f16c3d
|
Convert edge router policies to raft commands. Fixes #1108
|
2022-07-28 18:30:26 -04:00 |
|
Paul Lorenz
|
22d36f5115
|
Merge pull request #1109 from openziti/raft-cas
Convert CAs to use raft style commands. Fixes #1100
|
2022-07-27 15:48:42 -04:00 |
|
Paul Lorenz
|
f999fae248
|
Merge pull request #1106 from openziti/raft-config-types
Raft config types
|
2022-07-27 15:48:28 -04:00 |
|
Paul Lorenz
|
8de719e31d
|
Merge pull request #1105 from openziti/model-refactor
Handles changes to UpdatedFields and EntityManager. Consolidate bolt
|
2022-07-27 15:48:00 -04:00 |
|
Paul Lorenz
|
6b9cfeac4b
|
Convert CAs to use raft style commands. Fixes #1100
|
2022-07-27 14:46:03 -04:00 |
|
Paul Lorenz
|
605935c224
|
Update config types to use raft style commands. Fixes #1101
|
2022-07-27 14:45:22 -04:00 |
|
Paul Lorenz
|
387d54adb1
|
Handles changes to UpdatedFields and EntityManager. Consolidate bolt
sink/source to edgeEntity. Make patch conversion method optional
|
2022-07-27 11:33:37 -04:00 |
|
Andrew Martinez
|
9e6cfaa47d
|
fixes #1103 allow multiple advertise hostnames for listeners
|
2022-07-26 16:06:47 -04:00 |
|
Paul Lorenz
|
7d26ec2d72
|
Merge pull request #1098 from openziti/raft-auth-policies
Convert auth policies to use raft commands. Fixes #1097
|
2022-07-22 13:52:37 -04:00 |
|
Paul Lorenz
|
226e87d642
|
Convert auth policies to use raft commands. Fixes #1097
|
2022-07-20 16:58:34 -04:00 |
|
Andrew
|
5faef9b9b9
|
Merge pull request #1095 from openziti/fix.broker.session.updates
use session updated message instead of added
|
2022-07-19 14:11:26 -04:00 |
|
Andrew Martinez
|
81faad42c7
|
use session updated message instead of added
|
2022-07-19 14:05:05 -04:00 |
|
Paul Lorenz
|
1fb3339bb1
|
Update for changes to fabric events model
|
2022-07-19 11:18:08 -04:00 |
|
Paul Lorenz
|
8500702b6c
|
Track edge session in terminator when hosting to allow assigning usage to hosting endpoints. Fixes #1081
|
2022-07-18 10:29:00 -04:00 |
|
Paul Lorenz
|
3e7f44aa49
|
Track router IP when creating api sessions for embedded tunneler. Fixes #1090
|
2022-07-15 23:26:19 -04:00 |
|
Andrew Martinez
|
fd35342aad
|
updates deps
|
2022-07-11 13:42:25 -04:00 |
|
Paul Lorenz
|
bae7e40b61
|
Update for foundation changes
|
2022-07-01 15:55:30 -04:00 |
|
Paul Lorenz
|
12df770d04
|
Update copyright
|
2022-06-30 17:45:08 -04:00 |
|