Skip to content

Commit

Permalink
Remove synthesis from EXT-HOST (#130)
Browse files Browse the repository at this point in the history
This is a legacy type that was adde in the original version of synthesis
but is proving problematic as the matching rule is too broad (anything
with a `host` attribute will match).  We're disabling this for now,
although the type is respected.

Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa authored Mar 24, 2021
1 parent 347bdcd commit c8a1ce2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions definitions/ext-host/definition.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
domain: EXT
type: HOST
synthesis:
identifier: host
name: host
encodeIdentifierInGUID: true
conditions:
- attribute: host
configuration:
entityExpirationTime: DAILY
alertable: false

0 comments on commit c8a1ce2

Please sign in to comment.