CHANGELOG
FEATURE: zrok Agent now supports health checks (against the target endpoint) for proxy
backend shares using the zrok agent share http-healthcheck
command. The zrok API now includes an /agent/share/http-healthcheck
endpoint for remotely performing these checks against remoted Agents. See the guide for using the feature at https://docs.zrok.io/docs/guides/agent/http-healthcheck/ (#1002)
FEATURE: /overview
, /detail/share
, /detail/environment
, and /overview/{organizationToken}/{accountEmail}
all adjusted to include envZId
in share detail output (#998)
FEATURE: New add and delete API endpoints for frontend grants. New zrok admin create frontend-grant
and zrok admin delete frontend-grant
CLI for invoking these API endpoints from the command line (#992)
FEATURE: New admin endpoint for deleting accounts. New zrok admin delete account
CLI for invoking the API endpoint from the command line (#993)
FEATURE: New admin endpoint for deleting identities. New zrok admin delete identity
CLI for invoking the API endpoint from the command line (#800)
FEATURE: New API endpoint (/overview/public-frontends
) that returns the public frontends available to authenticated account. The public frontends include those marked with the open
permission mode, and those marked closed
where the user has a frontend grant allowing them to access the frontend. New CLI command zrok overview public-frontends
to allow end users to list the public frontends their account can use (#996)
CHANGE: Updated openapi-generator-cli
from 7.12.0
to 7.14.0