Releases: sailpoint-oss/colab-file-upload-utility
Releases · sailpoint-oss/colab-file-upload-utility
File Upload Utility 4.1.0
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
--clientSecretand--proxyPassword - Environment Variable Support - We now support using environment variables for
--clientIdand--clientSecretmapped toSAIL_CLIENT_IDandSAIL_CLIENT_SECRET
What's Changed
- File Upload Utility 4.1.0 by @neil-mcglennon-sp in #7
Full Changelog: file-upload-utility-4.0.0...file-upload-utility-4.1.0
File Upload Utility 4.0.0
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+