To add the client_credentials do the default admin client.
Context
Trying to deploy the full APIM and AM solution in a microservices project with 3 API, in Docker Swarm.
The whole project has to be deployed with a single call to docker stack deploy and a few configuration in yaml files.
Expected Behavior
I would like to be able to configure the Access Management by API. To do that I need an access token, which can be created with :
Current Behavior
The call is unauthorized because the default admin client has not the client_credentials grant type :
Possible Solution
To add the client_credentials do the default admin client.
Context
Trying to deploy the full APIM and AM solution in a microservices project with 3 API, in Docker Swarm. The whole project has to be deployed with a single call to
docker stack deploy
and a few configuration in yaml files.Your Environment
Version used: 1.6.2