Skip to content

Commit

Permalink
Bug fix required secret for airflow user.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Sep 17, 2024
1 parent 844b8ef commit 1a3465b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bicep/modules/blade_common.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ var vaultSecrets = [
secretName: 'airflow-db-connection'
secretValue: 'postgresql://dbuser:${substring(uniqueString('dbuser', resourceGroup().id, bladeConfig.sectionName), 0, 8)}@airflow-cluster-rw.postgresql.svc.cluster.local:5432/airflow-db'
}
{
secretName: 'airflow-admin-username'
secretValue: 'admin'
}
{
secretName: 'airflow-admin-password'
secretValue: substring(uniqueString('airflow', resourceGroup().id, bladeConfig.sectionName), 0, 8)
Expand Down

0 comments on commit 1a3465b

Please sign in to comment.