-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant deploy api on a separate BG(business group) #191
Comments
@dinglezos-2022 Are you trying to deploy using Anypoint CLI, CI.CD pipline or maven plugin or Anypoint Platform UI option? |
@macrocks None of that. I used the Anypoint Code Builder. PS> I just realized, I didn't mention the method by which I was trying to deploy, sorry 😒 |
@dinglezos-2022 are you trying to deploy using ACB installed on your machine or from anypoint platform ACB? also are you logged to ACB using root BG user or child BG user? |
@macrocks From Anypoint Platform. I use the root BG. |
@dinglezos-2022 at this moment that feature is neither available on anypoint code builder nor anypoint cli or mule maven plugin. I guess there is specific purpose for business group i.e. seperation of concerns and adding this feature may violate it. |
@macrocks That doesn't make sense to me. Also, are you sure we can't deploy using Maven ? |
@dinglezos-2022 you are correct. we can deploy on any BG by selecting option during deploy option in anypoint studio as well as for maven plaugin you can pass BG as parameterized value. For ACB, looks like you login first then we can do deployment due to which it doesn't provide option where to deploy, this feature needs to requested so Mulesoft team can work on it. |
I have a root BG and a child BG, but there is no option to choose the child BG, I can only deploy to the root BG.
The text was updated successfully, but these errors were encountered: