I have been playing with the OPA Rego Playground. Nice tool. Very powerful.
The default sort is alphabetical. But I'd like to sort the output
in the same order as defined in the policy
I saw some switches for the opa command line tool. --profile-sort So I tried to put this profile-sort = "line"
in the policy. But it didn't work.
Any ideas on how to make it sort by "line"?