Commit Graph
1775 Commits
Author SHA1 Message Date
Michael Quigley 16e2cff4c9 Merge pull request #536 from openziti/max_terminators
Set Maximum Terminators to Default (#535)
2024-01-17 11:26:03 -05:00
Michael Quigley 8a85c4beb6 changelog (#535) 2024-01-17 11:14:35 -05:00
Michael Quigley c3855fdb5a drop 'ListenOptions.MaxConnections' (renamed to ListenOptions.MaxTerminators in upcoming github.com/openziti/sdk-golang release) (#535) 2024-01-17 11:13:07 -05:00
Michael Quigley ed082cbb12 Merge pull request #534 from openziti/deallocate_resilience
Improved Resource Cleanup Resiience (#533)
2024-01-17 11:08:51 -05:00
Michael Quigley 56b6e00618 improved resource cleanup resilience (#533) 2024-01-17 11:02:34 -05:00
Kenneth Bingham 0bb0e98fcb Merge pull request #528 from openziti/fix-docs
fix doc search
2024-01-15 10:50:52 -05:00
Kenneth Bingham c9dfadda0d bump docusaurus version 2024-01-12 00:12:08 -05:00
Kenneth Bingham d894367ee4 add a crawler schedule 2024-01-12 00:11:41 -05:00
Michael Quigley 94d2e3aef6 Merge pull request #527 from openziti/goreleaser_toolchain
goreleaser fix
v0.4.22
2024-01-11 20:46:49 -05:00
Michael Quigley 777c2d287b changelog 2024-01-11 20:43:48 -05:00
Michael Quigley addaac95f6 goreleaser fix 2024-01-11 20:42:19 -05:00
Michael Quigley c9c71eb95e Merge pull request #526 from openziti/sdk_update
Golang SDK -> v0.22.6
v0.4.21
2024-01-11 18:50:57 -05:00
Michael Quigley 72785ff290 sdk -> v0.22.6 2024-01-11 18:25:21 -05:00
Kenneth Bingham 3cb249e9ea Merge pull request #524 from openziti/512-delete-the-auth-cookie-if-its-not-needed
delete the zrok-access cookie if not oauth
2024-01-09 16:54:53 -05:00
Kenneth Bingham 5e0cc3ce53 correct logical operator 2024-01-09 16:46:22 -05:00
Kenneth Bingham 8674edc23e correctly filter the pkce cookie by name 2024-01-09 16:34:41 -05:00
Kenneth Bingham df829bf225 optimize cookie handling loops 2024-01-09 16:30:47 -05:00
Kenneth Bingham ee3bcbbbdb delete cookie from request instead of setting max age because cookie is never seen by client at this stage before it's passed to backend 2024-01-09 15:34:37 -05:00
Kenneth Bingham b5f6fd3f55 normalize function names 2024-01-09 13:08:37 -05:00
Kenneth Bingham 25ac8a76f4 delete the zrok-access cookie if not oauth 2024-01-09 13:05:37 -05:00
Michael Quigley 0cb436801a changelog typos 2024-01-08 12:53:14 -05:00
Michael Quigley 0aa520d10c Merge pull request #521 from openziti/missing_drive
Fix for Missing 'drive' in Share Public (#518)
2024-01-08 11:12:25 -05:00
Michael Quigley 99bd7eefa6 Merge branch 'main' into missing_drive 2024-01-08 11:10:12 -05:00
Michael Quigley 32c1286bc4 Merge pull request #520 from openziti/case_insensitive_email
Fix for Email Case Sensitivity (#517)
2024-01-08 11:09:43 -05:00
Michael Quigley 03e8d88069 fix for missing 'drive' in share public (#518) 2024-01-08 11:07:57 -05:00
Michael Quigley 7a0d835e30 fix for case sensitive email addresses (#517) 2024-01-08 10:50:19 -05:00
Kenneth Bingham aef603529f Merge pull request #502 from openziti/caddy-no-admin
stop listening on 2019/tcp with the caddy admin API
2024-01-05 14:50:31 -05:00
Michael Quigley 68139c3c57 Merge pull request #516 from openziti/ui_delete_frontend
Support for Removing Frontends through the Web Console (#515)
2024-01-05 13:34:20 -05:00
Michael Quigley 7d85b75514 Merge branch 'main' into ui_delete_frontend 2024-01-05 13:32:24 -05:00
Michael Quigley 1e8646e7a7 Merge pull request #513 from okandas/patch-1
Update _frontdoor-linux.mdx
2024-01-05 13:31:54 -05:00
Michael Quigley 2afaa54afc support for removing frontends through the web console and all associated plumbing (#515) 2024-01-05 13:26:18 -05:00
Michael Quigley 8d7c0d73b7 Merge pull request #514 from openziti/migration_fix_2
Migration Fix Redux (#504)
2024-01-04 21:38:49 -05:00
Michael Quigley c5dfc98e8a a better migration fix (#504) 2024-01-04 21:20:28 -05:00
okandas a3f8d62878 Update _frontdoor-linux.mdx
Remove extra sudo 

Signed-off-by: okandas <okandas@users.noreply.github.com>
2024-01-05 00:57:28 +02:00
Michael Quigley 8ad6690fbc Merge pull request #507 from openziti/migration_fix
sqlite3 Migration Issue Fix
2024-01-03 13:48:19 -05:00
Michael Quigley 87338635ea changelog (#504) 2024-01-03 12:10:20 -05:00
Michael Quigley 95ec070ec2 fix for migration 015 on sqlite3 (#504) 2024-01-03 12:06:30 -05:00
Kenneth Bingham 4445720927 stop listening on 2019/tcp with the caddy admin API in zrok caddy backend examples 2023-12-20 08:49:50 -05:00
Kenneth Bingham 1b3eacc04e Merge pull request #497 from openziti/frontdoor-fix-vars
correctly spell OAuth
v0.4.20
2023-12-17 16:13:45 -05:00
Kenneth Bingham 6c9e5bd330 correctly spell OAuth 2023-12-17 15:22:03 -05:00
Kenneth Bingham 523da9d1a8 Merge pull request #494 from openziti/docker-repo-use-vars
Docker repo use vars
2023-12-15 13:16:48 -05:00
Kenneth Bingham d9d7bc6f5e Merge pull request #492 from openziti/v0.4.19-cookie
V0.4.19 cookie
2023-12-15 12:43:53 -05:00
Kenneth Bingham 4a3c25befc bump the ziti version in the zrok container image 2023-12-15 12:16:46 -05:00
Kenneth Bingham 7be46bfd40 normalize some existing log messages 2023-12-15 12:15:40 -05:00
Kenneth Bingham ece79f28d9 set and check zrok-access JWT audience matches share host 2023-12-15 12:13:30 -05:00
Kenneth Bingham 96e5e145d0 build Py wheel with alternate name in testing forks 2023-12-14 18:03:58 -05:00
Kenneth Bingham 417d6273ec use GitHub vars when releasing container images 2023-12-14 17:04:59 -05:00
Kenneth Bingham b7f9b8615f Merge pull request #486 from openziti/frontdoor-option-exit-after-reserve
frontdoor option - exit after reserve
2023-12-14 09:31:49 -05:00
Michael Quigley 40bbb4a935 Merge pull request #491 from openziti/wait_for_terminator
Wait for Terminators (#490)
2023-12-13 11:30:58 -05:00
Michael Quigley 47df1174fa updated golang-sdk to v0.21.2; adjust ziti.ListenOptions to include WaitForNEstablishedListeners (#490) 2023-12-13 11:22:20 -05:00