Skip to content

v43.0.0

Latest

Choose a tag to compare

@rsemkin rsemkin released this 17 Mar 20:28
bdbab0e

PrivX Python SDK v43.0.0 is compatible with PrivX v43.

  • Added a new end-to-end example for retrieving Kubernetes kubeconfig through PrivX API Proxy. The example shows how to list API targets, reuse or create a current-user client credential, fetch kubeconfig content, save it to a file, and use the returned kubectl commands.

  • Added Kubernetes kubeconfig support for API Proxy client credential secrets. The SDK now supports requesting client credential secrets with format=kubeconfig, which makes it easier to use PrivX API Proxy for Kubernetes access flows.

  • Added support for the Connection Manager API verbose query parameter. Callers can now request verbose output when listing connections, searching connections, and retrieving a single connection.

  • Added support for the Auth API external JWT token exchange endpoint. Callers can now exchange an external JWT for a PrivX token through the SDK.

For more information, see the Release Notes and the API Documentation.