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.
2 parents 1382097 + 8c2612d commit ec19a17Copy full SHA for ec19a17
actions/acl_list.py
@@ -1,8 +1,6 @@
1
-import json
2
-
3
from lib import action
4
5
6
class ConsulAclListAction(action.ConsulBaseAction):
7
def run(self):
8
- return (True, json.dumps(self.consul.acl.list()))
+ return (True, self.consul.acl.list())
0 commit comments