Copyright

Copyright © 2019 Balasys IT Ltd.. All rights reserved. This document is protected by copyright and is distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this document may be reproduced in any form by any means without prior written authorization of Balasys.

This documentation and the product it describes are considered protected by copyright according to the applicable laws.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)

Linux™ is a registered trademark of Linus Torvalds.

Windows™ 10 is registered trademarks of Microsoft Corporation.

The Balasys™ name and the Balasys™ logo are registered trademarks of Balasys IT Ltd.

The Zorp™ name and the Zorp™ logo are registered trademarks of Balasys IT Ltd.

The Proxedo™ name and the Proxedo™ logo are registered trademarks of Balasys IT Ltd.

AMD Ryzen™ and AMD EPYC™ are registered trademarks of Advanced Micro Devices, Inc.

Intel® Core™ and Intel® Xeon™ are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.

All other product names mentioned herein are the trademarks of their respective owners.

DISCLAIMER

Balasys is not responsible for any third-party websites mentioned in this document. Balasys does not endorse and is not responsible or liable for any content, advertising, products, or other material on or available from such sites or resources. Balasys will not be responsible or liable for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods, or services that are available on or through any such sites or resources.

2022-08-05 .Copyright

The following new features and improvements have been completed for Release 4.0.0 Proxedo API Security.

Features

  • Proxedo API Security available in Kubernetes environment
    Besides the so far available alternative of Proxedo API Security in Virtual machine environment, from now on, Proxedo API Security is also available in cloud, in Kubernetes environment.
    Kubernetes, the open-source tool for managing containers, enables a quicker way of container deployment and management.
    In Proxedo API Security in Kubernetes environment, there is no need for Monitoring Manager, as monitoring is handled by the Kubernetes environment itself.
    Also the management of PAS Services is taken care of by Kubernetes, therefore there is no Status function in the WEB UI, that is service handling, in PAS.

  • Health check with configuration hash provided
    When a configuration is applied for Proxedo API Security, besides the information that the actual configuration has been applied or not, which is an existing feature in Proxedo API Security, it is also important to make sure that it is the actual configuration that has been applied.
    For this reason when a configuration has been applied, the configuration hash is also available with Simple Network Management Protocol (SNMP) in the following format: 1.3.6.1.4.1.56331.1.2.3
    If Management Information Base (MIB) is also in use, the hash is displayed in the following format: pasConfigurationHash
    The configuration hash is an SHA256 type hash.

  • Feedback and rollbeck on applying configuration in Kubernetes
    The configuration application process has been improved first on the Kubernetes platform. Now, a more informative and detailed pop-up is provided during the configuration application process. When it is successful, there is nothing to do. If the application of the configuration is failed, the previous functional configuration is applied back. During this process, modifying any components or initiating another configuration application is blocked

Bug Fixes

  • Memory leak during illegally terminated conversations
    The Flow Director now does not leak memory when a conversation is closed without a response.