Releases: openziti/ziti-console
ziti-console-lib-v0.9.3
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
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
- 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
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
Bug Fixes
- Issue #632 - Layout of config-types list page doesn't fill the main container
app-ziti-console-v3.9.0
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
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
Bug Fixes
- Issue #620 - Hosting Configuration in simple service only shows the first 30 identities
app-ziti-console-v3.8.1
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
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