Overview of the Issue
In my scripts, I check if I already have a valid consul token, to ask vault for a new one when it's not the case. For this, I used to run
consul acl token read -self
Since I've upgraded to 1.15.0, this command fails and ask for an accessor-id. The help output (consul acl token read help) still mention -self as a valid option, to use our current http token instead of providing an accessor-id