Release 2023-05-02T22-48-10Z
minio-trusted
released this
02 May 23:15
·
90 commits
to master
since this release
Release Notes
New Features
Readiness API
The KES edge server provides a new readiness API /v1/ready
. This allows users to determine whether the system is ready to handle
requests. Authentication for the /v1/ready
API can also be disabled to support systems that do not support mTLS probes. Disabling authentication has some subtle impacts on how mTLS connections are handled. Refer to the commit message d15990d for more
details.
Bug Fixes
With commit 1e46c48, KES loads the Azure KeyVault tenant-id correctly.
What's Changed
- add readiness API by @aead in #354
- improve
kes identity new
command by @aead in #355 - fix: Load Azure KeyVault tenant-id correctly from the config file by @vadmeste in #357
New Contributors
Full Changelog: 2023-04-18T19-36-09Z...2023-05-02T22-48-10Z