You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the SnowflakeCredentials block exposes the private key directly, which creates potential security risks. Users who need to work with Snowflake Integration Manager must retrieve the private key from the credentials block, which unnecessarily exposes sensitive information that could be exfiltrated.
Describe the proposed behavior
Expose the Snowflake SimpleIngestManager directly through the SnowflakeConnector instead of requiring users to extract the private key from the credentials block. This would:
Keep credentials properly encapsulated within the connector
Provide a more secure workflow that prevents secret exfiltration
Create a more cohesive experience for Snowflake-related operations
Example Use
See github link attached above
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the current behavior
Currently, the SnowflakeCredentials block exposes the private key directly, which creates potential security risks. Users who need to work with Snowflake Integration Manager must retrieve the private key from the credentials block, which unnecessarily exposes sensitive information that could be exfiltrated.
Describe the proposed behavior
Expose the Snowflake SimpleIngestManager directly through the SnowflakeConnector instead of requiring users to extract the private key from the credentials block. This would:
Example Use
See github link attached above
Additional context
No response
The text was updated successfully, but these errors were encountered: