Snowflake key using des3

Which IIQ version are you inquiring about?

8.4

Please share any other relevant files that may be required (for example, logs).

2025-05-20T12:52:14,174  WARN https-jsse-nio-443-exec-5 openconnector.connector.snowflake.SnowflakeConnector:48 - IIQ CON_SNOWFLAKE_GET_PARTITION_BY_OLD_WAY value : false
2025-05-20T12:52:15,157  WARN https-jsse-nio-443-exec-5 openconnector.connector.snowflake.SnowflakeKeyPairUtil:84 - SnowflakeKeyPairUtil@getJWTAuthToken Failed to decrypt key with decodeKey method. Going to parse it by parseKey, message = PBE parameter parsing error: expecting the object identifier for AES cipher, cause = null, exception = java.io.IOException: PBE parameter parsing error: expecting the object identifier for AES cipher
2025-05-20T12:52:15,251  WARN https-jsse-nio-443-exec-5 openconnector.connector.snowflake.SnowflakeKeyPairUtil:154 - SnowflakeKeyPairUtil@parseKey Key encryption algorithms is 1.2.840.113549.1.5.13
2025-05-20T12:52:15,548  WARN https-jsse-nio-443-exec-5 openconnector.connector.snowflake.SnowflakeKeyPairUtil:89 - SnowflakeKeyPairUtil@getJWTAuthToken Private Key parsed successfully.

Share all details about your problem, including any error messages you may have received.

Hi
The recommended key generation for Snowflake is to use “-v1 PBE-MD5-DES”

Snowflake is recommending using -v2 des3

When we use des3, we get the WARNings in our sailpoint.log for any connections to Snowflake application.

Is there anything we could do to get rid of this set of WARN’s?