Commit Graph

3204 Commits

Author SHA1 Message Date
baad1620b4 Merge pull request #735 from openziti/account_endpoint
Add Account Creation Endpoint (#734)
2024-08-19 12:50:39 -04:00
e9b2a27747 update 'zrok admin create account' CLI to use the new API endpoint (#734) 2024-08-19 11:58:17 -04:00
60b248c37d changelog update (#734) 2024-08-19 11:51:32 -04:00
d036198332 new endpoint handler and wiring for account creation (#734) 2024-08-19 11:49:36 -04:00
1095c7b42b changelog (#734) 2024-08-19 11:37:00 -04:00
68e58f3aee updated openapi spec to include new admin api endpoint for creating accounts (#734) 2024-08-19 11:33:15 -04:00
8863ea1b67 'zrok daemon' cli skeleton (#463) 2024-08-12 11:35:57 -04:00
3ddbcbd7e7 changelog placeholder for 1.0.0 2024-08-07 15:20:17 -04:00
d621bbd306 Merge pull request #728 from openziti/cors_private_access
Add Response Header Flag to zrok access private (#522)
2024-08-07 13:58:55 -04:00
70482c926d changelog (#522) 2024-08-07 13:51:57 -04:00
43bfe338ab new '--response-header' flag in 'zrok access private' (#522) 2024-08-07 13:49:31 -04:00
6561a3b6bb Merge pull request #727 from openziti/external_interstitial
External Interstitial (#716)
2024-08-06 12:31:31 -04:00
6bb24e2ddb frontend docs (#716) 2024-08-06 12:26:01 -04:00
46eadc9a7c update 'frontend.yml' for new 'html_path' directive (#716) 2024-08-06 12:03:12 -04:00
4d55eb9c97 changelog (#716) 2024-08-06 12:01:07 -04:00
ba32e4c401 external html path configuration for interstitial (#716) 2024-08-06 12:00:09 -04:00
379f6b8663 Merge pull request #725 from openziti/announce-ziti-cli-increment
announce ziti CLI upgrade
2024-08-05 20:41:37 -04:00
5ebd44d20b clarify ziti CLI version announcement 2024-08-05 16:59:08 -04:00
70e9c61d32 announce ziti CLI upgrade 2024-08-05 16:50:29 -04:00
05674109fd Merge pull request #720 from openziti/dependabot/docker/docker/images/zrok/all-867c07ad20
Bump openziti/ziti-cli from 1.1.4 to 1.1.7 in /docker/images/zrok in the all group
2024-08-05 16:49:12 -04:00
10944450f3 Merge pull request #722 from openziti/openziti_sdk
OpenZiti SDK to v0.23.40
2024-08-05 16:40:26 -04:00
712088da24 changelog 2024-08-05 13:40:36 -04:00
984a043e53 update github.com/openziti/sdk-golang to v0.23.40 2024-08-05 13:39:40 -04:00
0385d4b796 Bump openziti/ziti-cli in /docker/images/zrok in the all group
Bumps the all group in /docker/images/zrok with 1 update: openziti/ziti-cli.


Updates `openziti/ziti-cli` from 1.1.4 to 1.1.7

---
updated-dependencies:
- dependency-name: openziti/ziti-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 07:27:00 +00:00
bf7b8ecb99 Merge pull request #718 from openziti/terms_ack
Checkbox to Acknowledge Terms and Conditions (#669)
v0.4.38
2024-07-31 14:15:47 -04:00
e26db343df changelog (#669) 2024-07-31 14:07:02 -04:00
f015cfeb3a lint (imports) (#669) 2024-07-31 14:05:22 -04:00
f42bb96739 rudimentary terms checkbox (#669) 2024-07-31 14:04:43 -04:00
4424a909b9 Merge branch 'main' into terms_ack 2024-07-31 13:39:27 -04:00
85501242e7 Merge pull request #717 from openziti/interstitial_useragent
Conditionally Enable Interstitial Page Depending on User-Agent (#715)
2024-07-31 13:39:07 -04:00
9b7e3ef77c changelog (#715) 2024-07-31 13:31:52 -04:00
a37781394d docs (#715) 2024-07-31 13:26:36 -04:00
3c3080358c changelog (#715) 2024-07-31 13:20:55 -04:00
9c37b9ae15 changelog; frontend.yml (#715) 2024-07-31 13:19:36 -04:00
1f08ca43ea initial user-agent driven interstitial implementation (#715) 2024-07-31 13:10:04 -04:00
d71143148c dodgy attempt at getting a ui together (#669) 2024-07-31 12:41:32 -04:00
ed09ab2c25 Merge pull request #713 from openziti/interstitial_chrome
Fix for zrok_interstitial Cookie on Chrome-based Browsers
v0.4.37
2024-07-29 14:28:04 -04:00
b249707f77 Merge branch 'main' into interstitial_chrome 2024-07-29 14:05:25 -04:00
311d58e38e Merge pull request #714 from openziti/skip_interstitial_not_deleted
Respect 'deleted' Flag in Skip Interstitial Grant
2024-07-29 14:04:31 -04:00
05caf3dd33 respect 'deleted' flag in store.IsAccountGrantedSkipInterstitial 2024-07-29 13:55:57 -04:00
bbdd6ce0ed changelog 2024-07-29 13:51:13 -04:00
2cb3c1428a fix for chrome-based browsers and setting the client-side interstitial cookie 2024-07-29 13:50:35 -04:00
3283ad0cc0 Merge pull request #711 from openziti/proxy_502
Return 502 When Proxied Resource Gone (#703)
2024-07-29 11:58:05 -04:00
d29b6ca6d3 changelog (#703) 2024-07-29 11:45:18 -04:00
d9d1bde9f6 return 502 on proxy error (#703) 2024-07-29 11:44:08 -04:00
ab4132cbe8 Merge pull request #710 from openziti/debug-builder
announce armhf, armel build fixes
v0.4.36
2024-07-25 15:08:21 -04:00
bb0cb56e10 announce documentation and new build target change separately 2024-07-25 15:03:38 -04:00
e4aef7c43b announce armhf, armel build fixes 2024-07-25 14:59:10 -04:00
353d4b250f Merge branch 'main' of github.com:openziti/zrok into debug-builder 2024-07-25 14:50:30 -04:00
1927c64c6e Merge pull request #708 from openziti/debug-builder
target armhf for arm/v7 32bit build; add armel build instructions
2024-07-25 14:42:22 -04:00