Anders Eknert

Results 206 comments of Anders Eknert

@developer-guy I don't think we'll want to couple the OPA executable to the Rego playground. Is there are any particular features in the playground you find missing in the editor...

Thanks @oren-zohar! Yeah I think controlling (i.e. configuration of) anything at _all_ (indentation, max line length, style preferences) is a topic that definitely should be up for discussion. `go fmt`...

Sorting and grouping imports! ```rego import data.aws.iam.user.excluded_principal_name import data.assertions.assert_not_in import data.test_helpers.create_with_properties import future.keywords import data.aws.iam.user.deny import data.assertions.assert_in import data.test_helpers.with_properties ``` => ```rego import future.keywords import data.aws.iam.user.deny import data.aws.iam.user.excluded_principal_name import data.assertions.assert_in...

The formatting currently applied to `else` clauses, where `opa fmt` adds a body with an empty `true` in it, feels like a low-hanging fruit to improve. I.e: ```rego number :=...

Hi @hutchins! Are you referring to the OPA Docker plugin for authorization? Or just want to mount a config file into the regular OPA container?

Alright! Your ideal solution is pretty much it :) ``` docker run -it --rm -p 8181:8181 -v ${PWD}:/conf openpolicyagent/opa run --server --config-file=/conf/opa-conf.yaml ```

Did you get it to work, @hutchins ?

Let me know if we should re-open this. Closing for now.

I don't believe anyone is working on this @alekov87 ... let me know if you want to take a shot at it :)