Hassio addon info api endpoint

Hi

I’m developing an addon, which can retrieve some infos from another addon to extend it’s features.
The documentation says that the default role has access to all /info endpoints of the supervisor api. But I can only successfully call http://supervisor/addons/local_some-addon/info using the manager role.

For me it looks like a regex for addon info should be included here: https://github.com/home-assistant/supervisor/blob/c771694aa02f850cdf4124838ca08c6261a48272/supervisor/api/security.py#L64

What do you think?
Greetz
Philipp