Skip to content

Commit

Permalink
allow empty id
Browse files Browse the repository at this point in the history
  • Loading branch information
ievgeniia ieromenko committed Sep 12, 2024
1 parent a6afce9 commit 27b120b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,10 @@ Rules:
- Assert: !Not [!Equals [!Ref pEnabledRegions, '']]
AssertDescription: Please provide Enabled Regions
ProvideUniqueExternalIds:
RuleCondition: !Equals
- !Ref pAuditAccountDataSubscriberExternalId
- !Ref pAuditAccountQuerySubscriberExternalId
RuleCondition: !And
- !Not [!Equals [!Ref pAuditAccountDataSubscriberExternalId, '']]
- !Not [!Equals [!Ref pAuditAccountQuerySubscriberExternalId, '']]
- !Equals [!Ref pAuditAccountDataSubscriberExternalId, !Ref pAuditAccountQuerySubscriberExternalId]
Assertions:
- Assert: !Not [!Equals [!Ref pAuditAccountDataSubscriberExternalId, !Ref pAuditAccountQuerySubscriberExternalId]]
AssertDescription: The external ID for Security Lake Audit (Security Tooling) data access and query access subscribers must be different from one another.
Expand Down

0 comments on commit 27b120b

Please sign in to comment.