How to search for services as a prepared query?

Hello, I am using the consul ACL.
all of the ACL policy are set on the service full name or prefix. But I want to be issued a token that retrieves the service with the just tag.

anyone help?

Hi @peaaceChoi,

Are you asking whether it is possible to construct an ACL policy that permits resolving services that have a specific tag?

If so, that is not possible with Consul’s ACL system. You will need continue to grant direct read access to service names and/or prefixes, as it sounds like you are already doing.