英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论