Skip to content

Releases: sailpoint-oss/colab-file-upload-utility

File Upload Utility 4.1.0

11 Sep 02:56
fe21e19

Choose a tag to compare

File Upload Utility 4.1.0 contains a few new changes:

  • FedRamp URL Support - We support FedRamp URLs (*.api.saas.sailpointfedramp.com)
  • URL Usage Improvements - We provide better URL usage guidance without documentation
  • Interactive Secrets Entry - We now support interactive entry of --clientSecret and --proxyPassword
  • Environment Variable Support - We now support using environment variables for --clientId and --clientSecret mapped to SAIL_CLIENT_ID and SAIL_CLIENT_SECRET

What's Changed

File Upload Utility 4.0.0

01 May 16:36
3a7553e

Choose a tag to compare

File Upload Utility 4.0.0 contains a few new changes:

  • SailPoint APIs - We are no longer using older (deprecated) CC Source APIs, and instead use newer Source APIs for Account Aggregation and Entitlement Aggregation.
  • Source ID Format - We use newer source ID (e.g. 2c918087701c40cf01701dfdf2c61e2a) formats in file names. If you have older source ID (e.g. 184744) formats we'll attempt to look it up. See File Naming Backward Compatibility with Older Source IDs
  • Command Line Options - Some command line options have changed. See Options for details.
  • Proxy Type - For those using proxies, proxy type no longer needs to be given.
  • General Clean-up - Updated and refactored code, cleaned things up, and moved to later versions of libraries.
  • Java Requirements - File Upload Utility 4.0.0 requires Java JDK 11+