Releases: infamousjoeg/cybr-cli
Releases · infamousjoeg/cybr-cli
v1.0.2-release
What's Changed
- Migrated CI to CyberArk's Identity Security Platform
- Added support for "Change Password in Vault Only" via
cybr accounts change --scope vault
v1.0.1-release
What's Changed
- Added support for PodFqdn when authenticating with CyberArk Identity (#209)
- Thanks to Dennis Mastin for contributing feedback that led to this fix!
Full Changelog: v1.0.0-release...v1.0.1-release
v1.0.0-release
What's Changed
- Added support for CyberArk Identity authentication via Shared Services (ISPSS) (#189)
- Added support for MFA logon through OTP or Polling via CyberArk Identity (#189)
- Added support for Privilege Cloud tenants on Shared Services (ISPSS) (#189)
- Added support for AWS CLI-based role assumption when authenticating to conjur using authn-iam (#190)
- Added ability to unlock accounts that are set for exclusive usage (#198)
- Added ability to provide next password for
cybr accounts change
command (#207)- Thanks to @Mordanthanus for submitting this feature request!
Full Changelog: v0.1.14-beta...v1.0.0-release
v0.1.14-beta
What's Changed
- Fixes #161 adds stdin support for policy load by @infamousjoeg in #181
cat policy.yaml | cybr conjur append-policy -b root -f -
cybr conjur append-policy -b root -f <$(cat policy.yaml)
- Fixes #182 env vars, authn-iam, and authn all working by @infamousjoeg in #184
- Add --password/-p to
cybr conjur logon
by @infamousjoeg in #186yes | cybr conjur logon -b https://conjur.example.com -a demo -l admin -p $CONJUR_PASSWORD
Full Changelog: v0.1.13-beta...v0.1.14-beta
v0.1.13-beta
What's Changed
- Fixes #173 adds --platform-name to platforms list by @infamousjoeg in #174
- Fixes #175 add check for .conjurrc before env authn by @infamousjoeg in #176
- Update GitHub Action Workflows by @infamousjoeg in #177
- Bump v0.1.13-beta by @infamousjoeg in #179
- v0.1.13-beta Release by @infamousjoeg in #180
Full Changelog: v0.1.12-beta...v0.1.13-beta
v0.1.12-beta
What's Changed
- Added support for
authn-iam
authentication for Conjur commands - Added support for Conjur Cloud
- #160 Update
cybr user unsuspend
to v2 API endpoint - #164 Fix
cybr safes add-member
error - #165 Use a builder-image to reduce the size of the cybr-cli container
- #167 Update
cybr users
to v2 API endpoints
Full Changelog: v0.1.11-beta...v0.1.12-beta
v0.1.11-beta
What's Changed
- Add "cybr conjur whoami" to see identity currently logged in as by @infamousjoeg in #149
- Add ARM to GitHub Binary Release Workflow by @infamousjoeg in #155
- Add support to query platforms in PAS by @infamousjoeg in #91
- v0.1.11-beta Release by @infamousjoeg in #158
Full Changelog: v0.1.10-beta...v0.1.11-beta
v0.1.10-beta
What's Changed
- Fix #143 Add User/Group filtering to
cybr safes list
by @infamousjoeg in #146 - Fix #144 Fix code scanning alert - Disabled TLS Certificate Check by @infamousjoeg in #145
Full Changelog: v0.1.9-beta...v0.1.10-beta
v0.1.9-beta
What's Changed
- Fix #87 Add role-based safe permissions when adding safe member by @infamousjoeg in #141
Full Changelog: v0.1.8-beta...v0.1.9-beta
v0.1.8-beta
What's Changed
- Fix #133 - Self-signed flag truncates left side characters in Base URL in certain scenarios by @infamousjoeg in #134
Full Changelog: v0.1.7-beta...v0.1.8-beta