SailPoint File Upload Utility 4.1.0

Hello Developer Community,

I just wanted to let you know that we’ve released SailPoint File Upload Utility 4.1.0, with some awesome new features!

Some key items:

FedRamp URL Support

This new version supports FedRamp Identity Security Cloud URLs (*.api.saas.sailpointfedramp.com) with some additional usage improvements and unit tests around these. Great community suggestion from @mcorsillo-chwy!

Interactive Password Entry

From some discussions on the Developer Community, I have seen some users want ability to enter secrets in an interactive format. With this release we now fully support interactive entry of --clientSecret and --proxyPassword. By supplying the argument without a password value, File Upload Utility will prompt you to enter the password values interactively. If you continue to supply a value, it will work as it always has, ensuring everyone currently using this will have smooth operations.

For further details, see the section on Interactive Password Entry.

Environment Variable Support

Continuing the theme with security, we wanted to provide another way to programmatically pass in client ID and secrets information into File Upload Utility. To do this, we new support using environment variables for client ID and secrets. By providing a value of env for --clientId and --clientSecret arguments, File Upload Utility will automatically look for environment variables in SAIL_CLIENT_ID and SAIL_CLIENT_SECRET respectively. If these look familiar, its because its the same environment variables our other tools - CLI and SDKs use too. Simple as that!

For further details, see the section on Environment Variable Configurations.

Ready to Download?

If you are ready to give it a go, head to the SailPoint File Upload Utility’s Releases page, and download it.

If you have any suggestions, issues, etc. feel free to discuss them on the Developer Community, and feel free to contribute to the future of File Upload Utility as well.

Thank your support!

Neil McGlennon
Principal Architect
SailPoint Technologies

9 Likes

Fantastic improvements! Especially regarding protecting client secret

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.