We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13b447 commit f632707Copy full SHA for f632707
tests/test_acls_admin.py
@@ -85,6 +85,14 @@ def test_create_acls(compose_path):
85
"Action": "DESCRIBE",
86
"Effect": "ALLOW",
87
},
88
+ {
89
+ "Resource": "kafka-cluster",
90
+ "PatternType": "LITERAL",
91
+ "Principal": "User:toto",
92
+ "ResourceType": "TRANSACTIONAL_ID",
93
+ "Action": "READ",
94
+ "Effect": "ALLOW",
95
+ },
96
]
97
bindings: list[AclBinding] = [set_binding_from_dict(_acl) for _acl in new_acls]
98
create_new_acls(
0 commit comments