Ashutosh Narkar
Ashutosh Narkar
Thanks for the context @anderseknert! This list looks reasonable.
> the reason for eval taking a --capabilities flag is to inform it about what built-ins are available, not to restrict its parsing. If this was by design it should...
@srenatus any ideas on what's happening here? Any pointers to a potential fix would be helpful too.
Thanks for your interest @prashant3286! As @anderseknert mentioned in https://github.com/open-policy-agent/opa/issues/6258, issues tagged `1.0` need some special consideration and hence picking up something from the [good first issue ](https://github.com/open-policy-agent/opa/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) list is...
Currently we remove some fixed keys from the config. I think we could pass some config from the runtime into the evaluator to achieve this. Alternatively you have an env...
Sure @ashutoshak5386 go for it! Thanks for volunteering!
We'll have to add a check which looks at the environment variable `AWS_EXECUTION_ENV=AWS_ECS_EC2` and then does the token request. This should support the ECS cluster with EC2 launch type scenario....
Maybe there is something else that identifies the Amazon ECS launch type.
I think we need something that's an official reference if we have to make this change. This would be required from a maintenance standpoint as well. I would recommend you...
To clarify I was talking about the env var or any other way to identify the launch type. For ex, do we know if `AWS_EXECUTION_ENV=AWS_ECS_EC2` is a reliable indicator and...