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
kubeconfigsupport for API Proxy client credential secrets. The SDK now supports requesting client credential secrets withformat=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.