Snowflake – 用户可以同时拥有基本身份验证和密钥对身份验证吗?

huangapple go评论106阅读模式
英文:

Snowflake - Can a user have both basic authentication and key pair authentication?

问题

我们有一个用于开发目的的服务帐户。我们是否可以使用密钥对(2048位RSA密钥对)和基本身份验证(即用户名和密码)对该用户进行身份验证?

如果可以,应该如何创建该用户?

英文:

We have a service account, which is used for development purposes. Can we have this user authenticated with key pair (2048-bit RSA key pair) and basic authentication (i.e. username and password) both ?

If so how should we create that user ?

答案1

得分: 0

可以的。只需设置密码字段和RSA_PUBLIC_KEY字段。

英文:

Yes you can. Just set the password field and the RSA_PUBLIC_KEY field

huangapple
  • 本文由 发表于 2023年4月11日 11:35:37
  • 转载请务必保留本文链接:https://go.coder-hub.com/75982217.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定