All pages
Powered by GitBook
1 of 9

Older Versions

December 2022

KSM Terraform plugin v1.1.3:

  • Added support for the JP and CA regions

  • Improved password generation entropy

  • Improved error handling and logging

November 2022

Python SDK v16.4.2

Bug Fixes

  • The version of the Python SDK is now determined dynamically and will display correctly

Python SDK v16.4.1

  • Upgraded the cryptography module to incorporate OpenSSL 3.0.7

    • This change affects the Python SDK, the KSM CLI (version 1.0.15), and the Ansible Plugin (version 1.1.5)

October 2022

SDK Improvements

SDK Regions

Japan and Canada have been added as region options across the KSM SDKs (Java, Javascript, Python, .NET, GoLang)

Record Deletion

You can now delete records using the KSM SDKs. To delete a record, the KSM application must have edit access to the shared folder the record is contained in, and refer to the UID of the record.

Java SDK v16.4.0

  • Added support for the JP and CA regions

  • Added support for record deletion

  • Improved password generation entropy

  • Added support for JDK 16+

JavaScript SDK v16.4.0

  • Added support for the JP and CA regions

  • Added support for record deletion

  • Improved password generation entropy

Python SDK v16.4.0

  • Added support for the JP and CA regions

  • Added support for record deletion

  • Improved password generation entropy

  • The KSM CLI will now only use KSM configuration files owned by the current user

.NET SDK v16.4.0

  • Added support for the JP and CA regions

  • Added support for record deletion

  • Improved password generation entropy

GoLang SDK v16.4.0

  • Added support for the JP and CA regions

  • Added support for record deletion

  • Improved password generation entropy

KSM GitHub Action v1.0.6

  • Updated dependancies to move deprecation warnings

September 2022

Integrations

XSOAR integration

Use Keeper Secrets Manager with Cortex XSOAR to facilitate workflow automations.

See the documentation page for more details: https://docs.keeper.io/secrets-manager/secrets-manager/integrations/xsoar

August 2022

SDK Improvements

Record Creation

Records can now be created using all Secrets Manager SDKs.

See the documentation for details: https://docs.keeper.io/secrets-manager/secrets-manager/developer-sdk-library#create-a-secret

June 2022

Improvements

KSM CLI Sync

The new Sync command added to the Secrets Manager CLI tool allows you to push secret credentials from you Keeper Vault to AWS Secrets Manager or Azure Key Vaults. Use Keeper as the source of truth for all you secrets without needing to update your existing scripts and processes.

See the documentation: https://docs.keeper.io/secrets-manager/secrets-manager/secrets-manager-command-line-interface/sync-command

Manage KSM with PowerShell

Secrets Manager commands have been added to PowerCommander. You can now create and manage Secrets Manager Applications and Devices with the Keeper PowerShell Tool.

See the PowerCommander documentation: https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/master/PowerCommander#reference-keeper-commander-powershell-module

May 2022

Improvements

SDKs: Fetch Secrets by Record Title

  • Secrets can now be found by record Title in all Keeper Secrets Manager SDKs

    • Check out the docs for more information: https://docs.keeper.io/secrets-manager/secrets-manager/developer-sdk-library#get-secrets-by-record-title

SDKs: Upload File Attachments

  • File attachments can now be uploaded to records from all Keeper Secrets Manager SDKs

    • Check out the docs for more information: https://docs.keeper.io/secrets-manager/secrets-manager/developer-sdk-library#upload-a-file-attachment

Terraform Record Creation

  • Records can now be created with the Keeper Secrets Manager Terraform integration

    • See the docs: https://docs.keeper.io/secrets-manager/secrets-manager/integrations/terraform#creating-records-with-resources

Early 2022

KSM Updates made in the first part of 2022

April 2022

  • Released Bitbucket integration

  • Released Hashicorp Vault integration

  • Added ability to find records by title in the SDKs and CLI

March 2022

  • Added ability to use configuration files with the PowerShell plugin

  • Added ability to create records with the CLI

February 2022

  • Added caching functionality to Ansible Plugin

  • Added ability to create records with the SDKs

January 2022

  • GithHub Actions Integration Released

  • Jenkins Integration Released