summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Timmons <ryan.timmons@10gen.com>2020-08-04 16:16:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-04 21:08:13 +0000
commit17ba74297882a375c31251b21b936f5b20b9fc7c (patch)
treef77873c560c2e6abe84a11c21b529a6d88b313d9
parent3b9760cd56df018f3a6877930a25d0cd29d9f024 (diff)
downloadmongo-17ba74297882a375c31251b21b936f5b20b9fc7c.tar.gz
SERVER-49933 Put Cedar Auth into Secrets Yaml
-rw-r--r--etc/system_perf.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 4c42b9d8a60..434374e0d6b 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -290,6 +290,8 @@ functions:
aws_secret_key: "${terraform_secret}"
perf_jira_user: "${perf_jira_user}"
perf_jira_pw: "${perf_jira_pw}"
+ cedar_api_user: ${cedar_api_user}
+ cedar_api_key: ${cedar_api_key}
dsi_analysis_atlas_user: "${dsi_analysis_atlas_user}"
dsi_analysis_atlas_pw: "${dsi_analysis_atlas_pw}"
EOF