Skip to content

Releases: openziti/ziti-console

ziti-console-lib-v0.9.3

19 Feb 23:06
3db620a
Compare
Choose a tag to compare

Bug Fixes

  • Issue #637 - Update password from ZAC user management page
  • Issue #639 - Can't sort terminators list on anything other field besides address

app-ziti-console-v3.9.2

19 Feb 23:14
3db620a
Compare
Choose a tag to compare

Bug Fixes

  • Issue #637 - Update password from ZAC user management page
  • Issue #639 - Can't sort terminators list on anything other field besides address

ziti-console-lib-v0.9.2

14 Feb 00:17
4e63b53
Compare
Choose a tag to compare
  • Issue #635 - If cert based auth is enabled for a user, automatically login when loading ZAC or refresh when session expires

app-ziti-console-v3.9.1

14 Feb 00:22
4e63b53
Compare
Choose a tag to compare
Pre-release

Feature/Improvements

  • Issue #635 - If cert based auth is enabled for a user, automatically login when loading ZAC or refresh when session expires

ziti-console-lib-v0.9.1

12 Feb 01:42
102a1ce
Compare
Choose a tag to compare

Bug Fixes

  • Issue #632 - Layout of config-types list page doesn't fill the main container

app-ziti-console-v3.9.0

12 Feb 02:07
102a1ce
Compare
Choose a tag to compare

Feature/Improvements

  • Issue #629 - New Config Types List Page and Edit Form

Bug Fixes

  • Issue #625 - Specify a list of pre-defined edge controllers when running the node server
  • Issue #624 - Remove file upload utility and node service

Notes:

This release will require all users deploying ZAC via the NodeJS server to specify a pre-defined list of ziti edge controller URL's in order to connect to a controller. To do this, users must define an environment variable called ZAC_CONTROLLER_URLS. It must be a comma seperated list of URLS. For example:

On Mac/Linux:
export ZAC_CONTROLLER_URLS=https://localhost:1280,https://example.domain.io:443

On Windows:
set ZAC_CONTROLLER_URLS=https://localhost:1280,https://example.domain.io:443

ziti-console-lib-v0.9.0

11 Feb 20:28
d98487c
Compare
Choose a tag to compare

Feature/Improvements

  • Issue #629 - New Config Types List Page and Edit Form

Bug Fixes

  • Issue #625 - Specify a list of pre-defined edge controllers when running the node server
  • Issue #624 - Remove file upload utility and node service

Notes:

This release will require all users deploying ZAC via the NodeJS server to specify a pre-defined list of ziti edge controller URL's in order to connect to a controller. To do this, users must define an environment variable called ZAC_CONTROLLER_URLS. It must be a comma seperated list of URLS. For example:

On Mac/Linux:
export ZAC_CONTROLLER_URLS=https://localhost:1280,https://example.domain.io:443

On Windows:
set ZAC_CONTROLLER_URLS=https://localhost:1280,https://example.domain.io:443

ziti-console-lib-v0.8.2

03 Feb 20:47
65ab0ff
Compare
Choose a tag to compare

Bug Fixes

  • Issue #620 - Hosting Configuration in simple service only shows the first 30 identities

app-ziti-console-v3.8.1

03 Feb 22:11
65ab0ff
Compare
Choose a tag to compare

Feature/Improvements

  • Issue #611 - New Certificate Authorities List Page and Edit Form
  • Issue #614 - Maintain application state when ziti session is expired
  • Issue #616 - Allow users to set "targetToken" property on JWT Signer

Bug Fixes

  • Issue #620 - Hosting Configuration in simple service only shows the first 30 identities

ziti-console-lib-v0.8.1

31 Jan 15:52
a31e9e6
Compare
Choose a tag to compare

Feature/Improvements

  • Issue #611 - New Certificate Authorities List Page and Edit Form
  • Issue #614 - Maintain application state when ziti session is expired
  • Issue #616 - Allow users to set "targetToken" property on JWT Signer