Support for Private Key Authentication in createDataservers API?
Is the private key option supported in the ServerAuthenticationMethod parameter of the createDataservers API to configure Snowflake data sources?
2 replies
-
Yes, Private Key auth type is actually ServerAuthenticationType.ServiceAccount
serverData.password field holds the keyfile content
serverData.additionalServerProperties.consumerSecret holds the keyfile passphrase, if applicable -
Hi , In the pyramid help link provided, check the data source setups section under data sources and scroll to the "Snowflakes" section. It mentions that there are 5 different authentication methods:
1. User Name/Password
2. Single Sign-On (Specific User)
3. Single Sign-On (Proxy 1)
4. Single Sign-On (Proxy 2)
5. Private Key.
Navigate to the section for Key-pair authentication and you will find all the steps needed for the private key.
Data Source Setups