Skip to content

Commit

Permalink
Database User ACLS - make 'id' optional (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinshenker authored Oct 30, 2023
1 parent 352faf3 commit a4755ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions specification/resources/databases/databases_add_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,11 @@ requestBody:
name: app-03
settings:
acl:
- id: acl128aaaa99239
permission: produceconsume
- permission: produceconsume
topic: customer-events
- id: acl293098flskdf
permission: produce
- permission: produce
topic: customer-events.*
- id: acl128ajei20123
permission: consume
- permission: consume
topic: customer-events

responses:
Expand Down
1 change: 0 additions & 1 deletion specification/resources/databases/models/user_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ properties:
and 'produce' permission. 'admin' allows for 'produceconsume' as
well as any operations to administer the topic (delete, update).
required:
- id
- topic
- permission
description: >-
Expand Down

0 comments on commit a4755ec

Please sign in to comment.