We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9531 commit 1348532Copy full SHA for 1348532
1 file changed
packages/kafka-instance-sdk/api/openapi.yaml
@@ -1342,7 +1342,7 @@ components:
1342
to specify all users with value `User:*`.
1343
example: User:user-123-abc
1344
nullable: false
1345
- pattern: ^User:(\*|[a-zA-Z0-9_-]+)$
+ pattern: ^User:(\*|[a-zA-Z0-9_@.-]+)$
1346
title: ACL Principal
1347
type: string
1348
operation:
@@ -1458,7 +1458,7 @@ components:
1458
all users with value `User:*`.
1459
1460
1461
1462
1463
1464
Topic:
0 commit comments