Nic Cope

Results 846 comments of Nic Cope

Hi @tvvignesh! It looks like @muvaf is updating our GCP provider with the functionality you need in https://github.com/crossplane/provider-gcp/pull/229, so I'll focus on addressing your questions around Crossplane's purpose. > What...

I believe the main thing left to do here is close out https://github.com/crossplane/provider-gcp/pull/229, so I'm going to move this issue to provider-gcp.

@turkenh I forget whether this was discussed when you implemented https://github.com/crossplane/provider-gcp/pull/291. Was there a reason to split this into two different managed resources?

Yeah, I started using `BucketPolicyMember` in earnest last night after raising this issue and I can see why we've modelled it this way. I feel a little uncomfortable about potentially...

Can we merge this and https://github.com/crossplane/provider-gcp/pull/305 into one PR? Do we need both open?

I also have not thought this through particularly thoroughly, but I've previously imagined a supplement to Crossplane that was capable of automatically injecting proxies (CloudSQL, service mesh sidecars, etc) into...

@liubog2008 Please update this PR with more information around how this fixes the issue. I tend to agree with @haarchri that it may make sense to try fix this in...

I believe what's happening here is that the underlying external resource field is immutable so we have no logic to try to update it, but also no way to mark...

Thanks for this feature request @enderv! I agree this would be good functionality to have, but we need to think about how it should work. Architecturally we try to ensure...

This seems like the same (or a similar) use case to https://github.com/crossplane/crossplane/issues/1603.