Hello,
I am using the OSS version of kong 3.5, and I’m trying to enable ACL plugin on one of my routes. (I’m using Kong manager)
Currently I have a route with name “example_route” and a consumer with username “example_consumer”.
On the route, I have enabled plugin key authentication. Inside consumer’s credentials, I have added a new key-auth credential.
Up to this step, everything worked as expected.
Then I enabled the ACL plugin on the “example_route” and added “example_consumer” in the allowed section.
However, my request now fails with error message “You cannot consume this service”.
Is it possible, that it’s because my consumer is not in a group? The problem is, I cannot create consumer groups in OSS version of Kong.
Regards!