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.
1 parent 1382097 commit e5b90e9Copy full SHA for e5b90e9
actions/acl_list.py
@@ -5,4 +5,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