Hello everyone, this is my issue:
I have two Kong nodes and one Cassandra. I use OAuth2 plugin for authorization.
I added a new Scope to the OAuth configuration in Node1. I ask for a Token in Node1 and it works.
If I query Node2 I see the Scope is already added, but asking for a new Token for that Scope fails with “Scope invalid”.
If I delete the Scope from Node2 and re-add it, then it works fine in both nodes.
How can this be? Is there any cache I should refresh/update after making changes in one node?
Thanks in advance,
Federico.