Releases: Keyfactor/kfutil
Releases · Keyfactor/kfutil
1.5.0-rc.4
1.5.0-rc.3
1.5.0-rc.2
1.5.0-rc.1
1.5.0-rc.0
1.4.0
Features
Stores
stores import generate-template: New sub CLI to generate a CSV template for bulk importing stores. See docs`.stores delete: Support for user interactive mode.stores delete: Support of delete from CSV file.stores export: Supports--allflag and user interactive mode
Fixes
- Various null pointer references when nothing and/or empty inputs/responses are received.
- Installer script checksum check now validates properly. #119
stores importsub CLI is now listed and documented #71
Store Types
- Empty
storepathvalues are no longer passed to the API. #56
PAM Types
- Handle duplicate provider type that is already created without crashing. #139
Docs
Changelog
Readme
For the latest README.md updates visit the Main Page for this repository
1.3.1
1.3.0
Changelog
Readme
For the latest README.md updates visit the Main Page for this repository
What's Changed
Store-Type Get
- Added --output-to-integration-manifest flag to kfutil store-types get to download a remote certificate store type definition into an integration-manifest.json file locally.
- This path now has the following usage: get [-i | -n ] [-b ] [-g | --output-to-integration-manifest]
Full Changelog: v1.2.0...1.3.0
v1.2.1
Changelog
StoreTypes
store-type templates-fetchnow supports a--git-refflag to specify a specific branch, tag, or commit to fetch
templates from.store-types createnow omits theStorePathvalue when not specified. This fixes the issue where theStorePath
value was being set to "" which Command interpreted as only allowing "" for store paths on created store types.
CLI
loginnow un-hidden from CLI help.
v1.2.0
Changelog
Features
Auth
- Added support for sourcing credentials from Azure Key Vault using Azure ID
CLI
- Added enhanced logging when
KFUTIL_DEBUGis set.
Helm
helm uoNew sub CLI to configure UO Helm Chart. See docs
Orchestrator Extensions
orchs ext: New sub CLI to download orchestrator extensions from GitHub. See docs
Stores
stores: Sub CLI is now non-experimental. See docsstores import csv: Bulk import of stores via CSV is now non-experimental. See docsstores delete: Added delete a store from Keyfactor Command, as well as a--alloption that will delete all stores from Keyfactor Command.
StoreTypes
store-types create: now supports the--allflag and will attempt to create all store types available from Keyfactor's GitHub org.
Bug fixes
Auth
- the default
APIPathno longer overwrites preexisting values.