Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

Configure Azure Key Vault Secrets for AKS using Secrets Store CSI Driver #78

Closed danielscholl closed 4 years ago

danielscholl commented 4 years ago

Enable support for Kubernetes Secrets backed by Azure Key Vault. This is necessary for the support of Airflow and OSDU Ingestion functionality formerly this was done with Keyvault Flexvol which is deprecated and the preferred method now is the Secrets Store CSI Driver

Acceptance Criteria

Add additional tests that might be necessary. Key Vault Secrets should be available for AKS applications.