Azure / pcs-remote-monitoring-webui

Azure IoT PCS Remote Monitoring Web UI
MIT License
54 stars 72 forks source link

Keyvault integration #1235

Closed sushilraje closed 5 years ago

sushilraje commented 5 years ago

We are integrating key vault in RM. Hence, in RM deployments we would not have auth required and tenant id as environment variables. Hence, a script has been added to call keyvault and set the necessary variables before, in the EntryPoint of Docker container. The script is benign, as in, if Keyvault name, AppId, and AppSecret are available through environment variables, only then the script would execute.

Type of change?

Description, Context, Motivation

...

Checklist:


This change is Reviewable