Azure / feast-azure

Azure plugins for Feast (FEAture STore)
MIT License
82 stars 52 forks source link

Alternatives for service principal (SP) setup #21

Open xiyuanHou opened 2 years ago

xiyuanHou commented 2 years ago

Hi, in the part3-train-and-deploy-with-feast.ipynb, I don't have the access to create Service Principal to get the 3 environment variables for now

AZURE_CLIENT_ID
AZURE_TENANT_ID
AZURE_CLIENT_SECRET

Is there any alternative solution for this setup during model deployment? Thanks.

samuel100 commented 2 years ago

Hi @xiyuanHou - I believe we can make this easier using Managed Endpoints as you should be able to use managed identity. We will investigate.