Based off this link, https://developer.atlassian.com/platform/forge/example-apps-bitbucket/ , it says that the forge app can only be deployed by the developer linked to the app. Is there some way to allow multiple users to deploy the same forge app? For instance, if a group of users shares a bitbucket repo that has the forge code. Is it possible for them to all be able to deploy and run forge tunnel to troubleshoot? Would they just have to re-register the app and deploy?
The forge register
command creates a unique app ID in the manifest.yml
file and links the ID to the current developer. Forge apps can currently only be deployed and installed by the developer who is linked to the app.
Hi @Jeffrey Hsiung - you can manage multiple users who have contributor access to a single Forge app via the Forge Developer Console: https://developer.atlassian.com/platform/forge/manage-app-contributors/
Different users can be given different levels of permissions depending on what you want them to be able to do. Each user will need to login to the Forge CLI with their own API tokens in order to use the access you've granted them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.