Skip to content
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

ctp configuration install not working against Cloud Space MCPs #522

Open
cwilhit opened this issue May 12, 2024 · 1 comment
Open

ctp configuration install not working against Cloud Space MCPs #522

cwilhit opened this issue May 12, 2024 · 1 comment
Labels
bug Something isn't working needs-epic-link Needs a link to an epic needs-points-label Needs a story points label needs-project Needs to be added to a project board

Comments

@cwilhit
Copy link
Contributor

cwilhit commented May 12, 2024

What happened?

I cannot use up ctp configuration install ... against an MCP in a Cloud Space.

How can we reproduce it?

  1. up web-login
  2. up ctx "org/space"
  3. up ctp create ctp1
  4. up ctp configuration install "some-config"
image  

What environment did it happen in?

up v0.30.0
Upbound Prod in upbound-gcp-us-west-1

@cwilhit cwilhit added bug Something isn't working needs-project Needs to be added to a project board needs-epic-link Needs a link to an epic needs-points-label Needs a story points label labels May 12, 2024
@RedbackThomson
Copy link
Member

I check the scope of the command at the top level of up ctp, to make sure CRUD actions are happening at the group level instead of the ctp level - https://github.com/upbound/up/blob/main/cmd/up/controlplane/controlplane.go#L58-L61

This trickles down to all subcommands, meaning that commands meant to run inside the ctp are invalidated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-epic-link Needs a link to an epic needs-points-label Needs a story points label needs-project Needs to be added to a project board
Projects
None yet
Development

No branches or pull requests

2 participants