Snowflake DB Authentication

Hi

I’m evaluating Liquibase for use with Snowflake and I’m trying to find the supported methods of database authentication. Does Liquibase support key pairs or Oauth?

Many Thanks
Mike

Hi @mreay!

Typically folks use a liquibase.properties to store all the properties they want to pass to liquibase including credentials in the following key pairs example:

username: PRO
password: password

Thanks!

Ronak

Hi @ronak

Many thanks for your reply. Is there documentation on supported authentication methods? When I referred to key pairs, I mean key pair authentication, not the key pair values of a yaml or dictionary:

Many Thanks
Mike