Could you please provide the method for key pair authentication in Snowflake as per the subject line?
Is my understanding correct that the following procedure can be executed without setting the private key on the server side?
※I am concerned if this can be completed solely on the user side.
■Procedure
Create a DCM (Data Connection Manager) for Snowflake key pair authentication in Alteryx Designer.
Synchronize the DCM from Alteryx Designer to Alteryx Server.
解決済! 解決策の投稿を見る。
@sato1029 さん
日本語の回答で良いと思うので日本語で対応させて頂きます。
Key pairの場合、Private Key File Pathの設定が必要ですが、この中身(実際のKey File)のコピーまでは同期では行ってくれないので、サーバー側にもKeyFileをおいておく必要があります。
作成したDesignerのKeyFileのパス構成と同じにしておくと運用面では楽だと思います。
こちらのディスカッション(英語)に同様のことが言われております
ご回答いただきありがとうございます。
サーバ側でもキー保管が必要な旨、承知いたしました。
運用を検討いたします。