зеркало из https://github.com/mozilla/MozDef.git
Removing VPC Subnet check as it triggers a CloudFormation bug
I've reported the bug to AWS and we can add this back in if it's fixed
This commit is contained in:
Родитель
e700b9c4b7
Коммит
5948b8e7a5
|
@ -116,13 +116,6 @@ Parameters:
|
|||
Description: The secret that you use to authenticate to the MozDef instance using HTTP Basic Authentication.
|
||||
NoEcho: true
|
||||
Rules:
|
||||
SubnetsInVPC:
|
||||
Assertions:
|
||||
- Assert:
|
||||
!EachMemberIn
|
||||
- !ValueOfAll [ 'AWS::EC2::Subnet::Id', 'VpcId' ]
|
||||
- !RefAll 'AWS::EC2::VPC::Id'
|
||||
AssertDescription: All subnets must in the VPC
|
||||
ALBBasicAuthOnly:
|
||||
RuleCondition: !Not [ !Equals [ !Ref 'ALBBasicAuthSecret', '' ] ]
|
||||
Assertions:
|
||||
|
|
Загрузка…
Ссылка в новой задаче