Closed fjromerom closed 8 years ago
ACL list returns two times same result.
consul-cli acl list --token='MASTER TOKEN'
[ { "CreateIndex": 4, "ModifyIndex": 4, "ID": "MASTER TOKEN", "Name": "Master Token", "Type": "management", "Rules": "" }, { "CreateIndex": 3, "ModifyIndex": 3, "ID": "anonymous", "Name": "Anonymous Token", "Type": "client", "Rules": "" } ][ { "CreateIndex": 4, "ModifyIndex": 4, "ID": "MASTER TOKEN", "Name": "Master Token", "Type": "management", "Rules": "" }, { "CreateIndex": 3, "ModifyIndex": 3, "ID": "anonymous", "Name": "Anonymous Token", "Type": "client", "Rules": "" } ]
Is this a bug?
It is. https://github.com/CiscoCloud/consul-cli/releases/tag/v0.3.1 has the fix.
ACL list returns two times same result.
consul-cli acl list --token='MASTER TOKEN'
[ { "CreateIndex": 4, "ModifyIndex": 4, "ID": "MASTER TOKEN", "Name": "Master Token", "Type": "management", "Rules": "" }, { "CreateIndex": 3, "ModifyIndex": 3, "ID": "anonymous", "Name": "Anonymous Token", "Type": "client", "Rules": "" } ][ { "CreateIndex": 4, "ModifyIndex": 4, "ID": "MASTER TOKEN", "Name": "Master Token", "Type": "management", "Rules": "" }, { "CreateIndex": 3, "ModifyIndex": 3, "ID": "anonymous", "Name": "Anonymous Token", "Type": "client", "Rules": "" } ]
Is this a bug?