English 中文(简体)
Authentatingnowflake Via OAuth, DevOpsRPMline
原标题:Authenticating Snowflake Via OAuth from Azure DevOps Pipeline

“DevOps”号管道,需要用Snowflake进行认证,并在Snowflake执行。 对于不同的管道,使用不同的用户在斯诺瓦克进行认证和管理。 目前,在Azdo的安全档案中储存私人钥匙时,使用关键的配对认证,而Astword Paraphrase则储存为可保密的。

我正在探讨OAuth Authentication进程,以便与Snowflakes·DevOps连接起来。

根据目前的勘探情况,

  1. There is a provision to create Service Connections which can be used to create OAuth connection with Snowflake. Issue -: There is no good document found for Azure DevOps and Snowflake setup.
  2. Does OAuth allow connection with different User/Role or each would need a separate Security Integration in Snowflake.
  3. My initial understanding is that Snowflake Security Integration of Type External OAuth will be useful. But is there a industry standard on which one should be used between External OAuth and Snowflake OAuth.
  4. The Token for OAuth authentication can be used as Secret Variable or linked with Azure Key Vault.

任何建议的处理方式,都是针对多个用户和用户的Snowflake认证。

问题回答

通常,一个服务链接只能使用一个用户的全权证书,不能同时使用多用户的全权证书。

If you want to use the credentials of different users in different pipelines, you need to create multiple service connections with the different user credentials for use in pipelines.

“DevOps”只能使用Snowflake(或Snowflake服务连接)所支持和提供的真实方法与Snowflake连接。

如果斯诺瓦克没有提供延伸,使你能够建立服务联系,与斯诺谢克连接,那么你可能需要检查斯诺弗克是否为 log和其他行动建立了CLI。

斯诺瓦克服务连接(或CLI)所需的真实信息,应当来自你需要连接管道的斯诺克事件。


我从斯诺弗勒凯社区发现以下可能有助于你的文章:






相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签