Skip to content

v0.11.0

Compare
Choose a tag to compare
@szh szh released this 28 Feb 18:51
· 41 commits to main since this release
v0.11.0
13ba51c

Added

Removed

Changed

  • Resource IDs can now be partially-qualified, adhering to the form
    [<account>:]<kind>:<identifier>.
    cyberark/conjur-api-go#153
  • User and Host IDs passed to their respective API key rotation functions can
    now be fully-qualified, adhering to the form [[<account>:]<kind>:]<identifier>.
    cyberark/conjur-api-go#166
  • The Hostfactory id is no longer required to be a fully qualified id.
    cyberark/conjur-api-go#164

Security