Hi Team,
While I am creating a developer app through management API using post call it creates app credentials in the first deployment. But in case I want to run again the developer app creation call through the PUT method then it adds extra credentials to the same developer app.
Is this possible to restrict creating multiple credentials for same app? I need single credentials if I run multiple times an app.
Note: If I run the CI/CD pipeline multiple times also its creating multiple credentials for same app.
Thank you,
Sravani
Solved! Go to Solution.
Today there is no built-in mechanism to limit the number of credentials associated to an App in Apigee.
But in case I want to run again the developer app creation call through the PUT method then it adds extra credentials to the same developer app.
At the risk of stating the obvious, if you don't want multiple distinct credentials, then don't make the PUT call to create credentials if there are existing credentials.
If making that adjustment is difficult for some reason, I can make some other suggestions.