is constructed. When on development mode clientKey is in a format of connection:xxxxxxx
and it’s not consistent between installations(every installation on the same workspace will have a different client-key). Testing few production apps I noticed that client-key is in different format of ari:cloud:bitbucket::app/{workspace-id}/{app-key}
which is consistent between installations. But I found one newly published production app that has the connection:xxxxxxx
client-key format.
So the question is what client-key are we going to have on published app, and if both are possible, how do we make it to be in a stable ari:cloud:bitbucket::app/{workspace-id}/{app-key}
format?