Matthew Tyler

Results 8 comments of Matthew Tyler

It's been a long time since I've looked at this code, so I share your surprise. I believe somewhere in app.js I should have 'app.use(allowCrossDomain)' entry but it is omitted...

I’m wondering - as an alternative, could one set the codebuild project to NO_SOURCE, and pass in the GITHUB_TOKEN and GITHUB_ACTOR is a environment variables? This would require the project...

I gave it a go and can confirm that passing GITHUB_ACTOR and the secret variable GITHUB_TOKEN, you can configure a codebuild job with source configured as NO_SOURCE to pull from...

Yeah I'm experiencing this issue as well. It looks like my handler isn't called - all my handler currently does is log the event payload out. Remove the layer -...

> To help us prioritize: what kind of code generation are you interested in? Clients? Servers? Just the shapes by themselves? All of the above? I am interested in all...

I've had a bit of poke into this - the existing resource provider for certificates is available here - -> https://github.com/hashicorp/terraform-provider-azuread/blob/main/internal/services/serviceprincipals/service_principal_certificate_resource.go The last update to this was on Nov 12,...

Alternatively check that the user or role exists before attempting to revoke the permission seeing as the grant can't possibly exist if the user/role doesn't.

Same issue is mentioned in https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1204. I think this probably affects most grants. The grant resources represent some object x being granted to another object y. There was a PR...