Jorge Balderas

Results 8 comments of Jorge Balderas

There are some info level entries that we’d like to preserve, for instance bundle loading entries. INFO level seems to be working for us in terms of verbosity except for...

Yes, disabling the access logger should be a viable solution. Thank you, Jorge > On Jun 13, 2022, at 11:06 AM, Anders Eknert ***@***.***> wrote: > >  > Thanks...

Another viable solution could be to allow writing the access logs into a separate log file. Thank you, Jorge > On Jun 13, 2022, at 10:11 AM, Jorge Balderas ***@***.***>...

This was an acceptable solution for this request: https://github.com/open-policy-agent/opa/issues/4731, any chance this can be re-opened?

In case it helps, I verified this works from OpenShift (Kubernetes) cluster using IRSA (https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html). The only additional change I had to make was to provide `AWS_REGION` as an environment...

Based on the link below this should have been fixed by adding a `DependsOn` to `Stage` (as documented in this link: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-generated-resources-api.html) `Template format error: Unresolved resource dependencies [RestAPIGatewaydevelopmentStage] in...

We got this to work by adding a `WaitConditionHandle` on the suggested stage name. Not clear why this does not work directly on the `DependsOn`, but in case it matters...

Thank you @yaminir, I think we were finally able to fix this permanently by adding an explicit `Stage` resource, which allowed us to create an explicit dependency: ``` RestAPIGateway: Type:...