Joshua Carp

Results 60 comments of Joshua Carp

By the way, I was looking at the code and wondering why it imports the cf cli instead of calling the api directly, possibly using https://github.com/cloudfoundry-community/go-cfclient. IMO the cf cli...

Thanks for explaining the choice about using the cli instead of the api! Our use case is that we want to enable service access to most but not all organizations....

Ping @reginafcompton. If you're all right with this, I'm hoping to add a matching template in https://github.com/datamade/councilmatic-starter-template/pull/14.

@pgoldrbx does anything need to be revised, or is this ok to merge?

This may or may not be related to #4031, but we've also observed pulumi failing to detect changes to policy documents in iam policies and iam user policies. We've only...

Can you take a look @m-bain? This would be useful.

@Bobgy @capri-xiyue: if this request makes sense, let me know if there's a good place to add these options in the dsl, and I can write up a patch.

Hi @zijianjoy, the typical use case in either case is to prevent concurrent execution of tasks that could otherwise change some shared resource. For example, if there's a race condition...

I *can* implement my own synchronization, but that's the kind of feature I expect the workflow engine to provide--it's easy to get wrong, so ideally it's implemented once at the...

I see a 👍 from @Bobgy. Would you accept a patch for this?