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