Internal Release
Features:
- Introduced the token_file_path parameter within the TOML config to specify the path of the file containing the token.
- Introduce
SKIP_TOKEN_FILE_PERMISSIONS_VERIFICATION. If set to true, the permission check of the file is omitted. - Added support for specifying Azure client_id via
MANAGED_IDENTITY_CLIENT_IDenvironment variable. - Enable handling of the 307 & 308 HTTP redirect codes.
- Added initial support of WIF impersonation for GCP and AWS.
Bugfixes
- Fixed vs2019 build error.
- Fixed the default CRL cache path creation on Windows.
- Fixed session token leakage within the logs.
- Fixed CMake linking for macOS.