Skip to content

Commit db75677

Browse files
author
seonho-jeong
committed
BE: RBAC: Add default role
1 parent 0c7a8a1 commit db75677

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

contract/src/main/resources/swagger/kafbat-ui-api.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4278,6 +4278,22 @@ components:
42784278
type: array
42794279
items:
42804280
$ref: '#/components/schemas/Action'
4281+
defaultRole:
4282+
type: object
4283+
properties:
4284+
permissions:
4285+
type: array
4286+
items:
4287+
type: object
4288+
properties:
4289+
resource:
4290+
$ref: '#/components/schemas/ResourceType'
4291+
value:
4292+
type: string
4293+
actions:
4294+
type: array
4295+
items:
4296+
$ref: '#/components/schemas/Action'
42814297
webclient:
42824298
type: object
42834299
properties:

0 commit comments

Comments
 (0)