Weyman Fung
Weyman Fung
This kind of makes sense because you are not allowed to change Org permissions without the Org manager role. So whoever gave you the permissions for this org should be...
The above story leads to a story in the VAT backlog. This story has been ported to the CAPI public tracker: https://www.pivotaltracker.com/n/projects/966314/stories/166681830
The tracker story has changed to here: https://www.pivotaltracker.com/n/projects/966314/stories/174482113
What is the use case of using symbols in an environment variables? Is there a specific example or is there special code in your app that specifically looks for ":symbols"...
It appears that CAPI returns rather quickly when calling the `cf security-groups`. The real slowdown is when `cf cli` acts as an admin user. It would use the default `per-page`...
I have tested running queries in our mysql database in bosh-lite. It returns in seconds with all 13000 fake records. I have also tested cf curl /v3/security_groups but it looks...
We are also having this issue. Did you ever find the solution?
Looks like we can't avoid using [bundle package](https://github.com/cloudfoundry/capi-release/blob/c7a8311db8fcc589b2727a44385536bd82edb051/packages/cloud_controller_ng/pre_packaging#L12) in our pre-packaging step which will include all our gems in the vendored path. However, we can remove the entire vendor path...