Skip to content

Commit d15cc76

Browse files
jeremylenzclaude
authored andcommitted
Remove owner_content_access_mode.modified event from broker filter
Also remove the owner_content_access_mode.modified event as it is no longer needed. Users cannot toggle between SCA and entitlement modes anymore, making this event irrelevant. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6972979 commit d15cc76

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/roles/candlepin/templates/broker.xml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@
129129
<address>event.default</address>
130130
<filter string="
131131
(EVENT_TARGET='POOL' and EVENT_TYPE='CREATED') OR
132-
(EVENT_TARGET='POOL' and EVENT_TYPE='DELETED') OR
133-
(EVENT_TARGET='OWNER_CONTENT_ACCESS_MODE' and EVENT_TYPE='MODIFIED')
132+
(EVENT_TARGET='POOL' and EVENT_TYPE='DELETED')
134133
"/>
135134
<forwarding-address>katello.candlepin</forwarding-address>
136135
</divert>

0 commit comments

Comments
 (0)