Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

v7.0.1

Compare
Choose a tag to compare
@sigalsax sigalsax released this 13 Apr 12:37
a847bf6

[7.0.1] - 2020-04-12

Added

Changed

  • The CLI and SDK now use a system's native credential store to save credentials instead of a netrc file by default.
    If a store is not available, the credentials will be saved to the netrc as a fallback. cyberark/conjur-api-python3#NO
  • The CLI/SDK package pushed to Pypi has changed from conjur-client to conjur. cyberark/conjur-api-python3#NO
  • The .conjurrc parameters have been renamed from account to conjur_account and from appliance_url to conjur_url.
    Additionally, the plugins parameter has been removed. This is a breaking change for users who generate their own
    .conjurrc file for use in the SDK and will need to update accordingly.
    cyberark/conjur-api-python3#206
  • Policy functions apply_policy_file and delete_policy_file have been replaced with load_policy_file and
    update_policy_file respectively. This is a breaking change and users who import the SDK will need to update
    these references in their projects cyberark/conjur-api-python3#112
  • CLI command UX has been improved according to UX guidelines
    cyberark/conjur-api-python3#132
    See design guidelines
  • Update help screens according to these guidelines.
    cyberark/conjur-api-python3#92
  • Directory structure has been refactored. See design document for more details.
    This is a breaking change. Users who import the SDK in their projects should change their import statement from
    from conjur.client import Client to from conjur.api import Client
    cyberark/conjur-api-python3#121