You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I run mvn update for Developers App even if I haven't changed anything it's creating new Consumer Key in the app. Is it possible to disable that? as there is no need of new Consumer Key every time we run mvn update.
For example, if we add new attribute to the Developer App and run mvn update it will add new Consumer Key. I am not sure is doing this maybe my config is not correct. How can I disable that?
The text was updated successfully, but these errors were encountered:
As you may know, the plugin is orchestrating the Mgmt API call. In this case, Mgmt API does that. We do not control it. If the Update Developer App request body contains a Product attribute, it updates the dev app and also creates a new credential. This is expected as you may have features where you need different creds for different Product setup.
I can think of two work arounds:
For this scenario, where you just want to update custom attributes for an existing dev app, change the request body to exclude the products attribute (programmatically if possible) so that it does not create a new credential
Instead of running update command, see if you can first run the delete and then run the create so that it always creates a new dev app with the latest body in your configuration
Sure.. Will mark #17 as enhancement and tag this as a duplicate. Will see if we can include some option that will do this for you. But in the meanwhile you can follow the steps mentioned above
Every time I run mvn update for Developers App even if I haven't changed anything it's creating new Consumer Key in the app. Is it possible to disable that? as there is no need of new Consumer Key every time we run mvn update.
For example, if we add new attribute to the Developer App and run mvn update it will add new Consumer Key. I am not sure is doing this maybe my config is not correct. How can I disable that?
The text was updated successfully, but these errors were encountered: