Yshayy

Results 23 comments of Yshayy

Hi :) Is there any missing code/context that I should add?

You can define another trigger that is triggered by "pull request comment added" (it requires being repository owner/maintainer) for forks. For extra protection, you can specify the codefresh.yaml of the...

Makes sense, I'll dig more into that repo. Is there any spec for autoscaling? I thought of something like this: ``` horizontalAutoscalingSpecification: type: object required: - metricName - targetValue properties:...

Is there any reason to add more than "allowed origins"? I'd assume that browser apps should only fetch packages/components. Maybe even the default should be "*", since it's very similar...

I think OPA is quite limited in that regard. In general, I think this can be solved by implementing a server-flow authentication instead of the implicit flow which will make...

I think it's a property of the state (mutability), not the the dispatcher

Can be part of moving to Typescript #23

It's interesting if the evaluator can put a fake obj placeholder with partial data (can be based args, such as id), and only it there's a need for obj/parent field...

I think AirBag shares lots of functionality with OPA. It might be possible to use OPA as alternative as rego is more expressive. I think something like this: Authority: "oidc/discovery...