When we moved to container GW on EKS from on prem appliance form, we renamed the existing OAuth connection to OAuth_OnPrem and disabled it and created a new OAuth JDBC connection to connect otk_db on RDS MySQL.
Should we remove OAuth_OnPrem connection before trying upgrade? Anyway, we are not using it.
We upgraded OTK on existing and running gateway in EKS.
Steps followed for OTK upgrade:
Still the issue was that for client_credentials grant type, if we authenticate using apikey, it is working. When we debugged v2/token API, we got that it is failing at OTK Client Authentication.
11.0
The root cause was identified as Classic portal related assertions within OTK Client DB GET Extension policy
The Classic portal related assertions within OTK Client DB GET Extension policy was updated to the latest problem which solved the issue