2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Fix nodediscover clear for operators

Operators should be allowed to delete discovery data.
This commit is contained in:
Jarrod Johnson 2019-05-10 13:11:04 -04:00
parent 2b86c878a8
commit cd2361b80b

View File

@ -68,6 +68,7 @@ _allowedbyrole = {
'/nodes/*/shell/sessions*',
],
'delete': [
'/discovery/*',
'/node*/*/events/hardware/log',
],
},