Azure-Samples / openai-aca-lb

Smart load balancing for Azure OpenAI endpoints
MIT License
40 stars 17 forks source link

Add infra to put keys in Key Vault, then access from there. #5

Open diberry opened 7 months ago

diberry commented 7 months ago

I believe the keys are leaked in the deployment log which sets off security events in my internal sub. Typically the way infra deals with keys is to put them in Key Vault so they don't leak through deployment logs. Once they are in key vault, they can be handed to ACA without a leak.

pamelafox commented 6 months ago

Is this issue obsolete? It seems to use MI now.