Просмотр исходного кода

Merge pull request #67 from mdr-engineering/feature/ftd_MSOCI-1412_WAF_fix_HEC_tokens_for_WAF_logs

Fixes the HEC tokens for the WAF firehose
Frederick Damstra 5 лет назад
Родитель
Сommit
cef82e6b0a
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      prod/aws/legacy-mdr-prod/account.hcl
  2. 1 1
      test/aws/legacy-mdr-test/account.hcl

+ 2 - 0
prod/aws/legacy-mdr-prod/account.hcl

@@ -16,6 +16,8 @@ locals {
   create_test_instance = false
   test_instance_key_name = "TODO" # They with which to provision the test instance
 
+  aws_waf_logs_hec_token = "FA38B8DD-1398-46D0-BD79-BA046C6064B0"
+
   # Legacy accounts have some extra key users
   is_legacy = true
   extra_ebs_key_admins = [

+ 1 - 1
test/aws/legacy-mdr-test/account.hcl

@@ -16,7 +16,7 @@ locals {
   create_test_instance = false
   test_instance_key_name = "TODO" # They with which to provision the test instance
 
-  aws_waf_logs_hec_token = "B1945FC4-CA44-4B8C-BFFA-60A9BF841E4D"
+  aws_waf_logs_hec_token = "FA38B8DD-1398-46D0-BD79-BA046C6064B0"
 
   # Legacy accounts have some extra key users
   is_legacy = true