Greg Cobb

Results 52 comments of Greg Cobb

@KhasDenis I think you can get the information you need by comparing the process's command with the command returned from staging on the droplet. For example, an app pushed without...

This class may be useful: https://github.com/cloudfoundry/cloud_controller_ng/blob/4a23a419862ef9b7272f411a4435e33fc7305f30/lib/cloud_controller/url_secret_obfuscator.rb

@cwlbraa I know the networking program has been interested in a top-level `routes` key (peer to `applications`) to make things like app ports and weighted routing easier. I haven't been...

VAT is not planning to add any additional fields to manifests (except for maybe an optional `version` field).

@jspawar There is currently a `routes` section in app manifests, however it is currently nested under `applications`. The discussion here is around moving to a top-level `routes` field (peer to...

I think that this was an oversight when implementing the v3 roles logic. Users should be able to leave spaces and organizations that they are members of.

I don't remember a particular reason why we didn't do it. I think, like you identified, it isn't a trivial swap, and we had other priorities at the time.

Makes sense to me. Is there any reason not to do this?

This flow reminds me of isolation segments. Isolation segments are admin-managed, but can be entitled to organizations, which then allows org-level configuration.

I'm a bit confused about the original issue described here. I understand that the `BlobstoreDelete` job can fill up the worker queue if the blobstore is being slow, but I...