I'm looking to further harden the security of passing secrets into the elastic agent configuration at runtime. I'm wondering if the following would work.
Scenario:
Integration: Azure Active Directory
Sensitive Values:
- Storage Account Key
- EventHub Connection String
Can these values be passed as environmental variables to the container, and referenced in the GUI configuration using standard format of ${VAR_NAME}?