Releases: cyberark/conjur-api-python
Releases · cyberark/conjur-api-python
v0.1.2
v0.1.1
[0.1.1] - 2024-03-14
Added
- Add proxy parameter for http requests to Conjur (ONYX-48020)
Security
- Upgrade ubuntu base image in Dockerfile.test to 23.04
conjur-api-python#41 - Upgrade aiohttp and cryptography (CONJSE-1841, CONJSE-1844)
v0.1.0
0.1.0 - 2023-02-14
Added
- Add support for Role Memberships endpoint
conjur-api-python#30 - Add support for Check Privilege endpoint
conjur-api-python#34 - Add support for Show Role endpoint
conjur-api-python#30 - Add
role_exists
method
conjur-api-python#35 - Add support for Show Resource endpoint
conjur-api-python#31 - Add
resource_exists
method
conjur-api-python#32 - Add support for LDAP authentication
conjur-api-python#22 - Supplying api token manually is now supported
conjur-api-python#19 - Add support for OIDC authentication
conjur-api-python#19 - Add support for enabling and disabling of an authenticator
conjur-api-python#19 - Add support for creating hosts using host factory with provided annotations
conjur-api-python#19 - The
get_server_info
method is now available in SDK. It is only supported against Conjur enterprise server
conjur-api-python#19
Changed
- Include system truststore certs even if cert_file config is present
conjur-api-python#37 - Abstract authentication flow into new
AuthenticationStrategyInterface
conjur-api-python#20 - Store API key in
CreditentialsData
object
conjur-api-python#23