Stephan Renatus

Results 255 comments of Stephan Renatus

@ZiViZiViZ https://github.com/golang/gddo/wiki/API

๐Ÿงน Feel free to re-open when you find the time to get back to this ๐Ÿ˜ƒ

There's no technical reason not to do it; it's just work that needs to be done. Would you be interested in adding the steps done with OPA in https://github.com/open-policy-agent/opa/commit/db4d9872ccf3ec1d25165d18ba7d8891af3e4276 with...

I'm not completely sure I understand what you're asking for; but just to rule out one interpretation right away: Rego does _not_ have first-class functions. Functions cannot be passed as...

At the very least, we could add a section linking the non-english resources known today. They don't quite fit well in the ecosystem category.

โ„น๏ธ There's so many search variants in LDAP -- but luckily, cURL supports querying LDAP server, and maybe its mapping rules could be taken as an example: [see for example...

Just a side note, testing this could be difficult, but we might snatched a line or two from the ldap tests in dex: https://github.com/dexidp/dex/blob/master/connector/ldap/ldap_test.go

@ahmedtalhakhan I don't think so. ๐Ÿ˜ƒ

I like the `package jsontransform` idea there. Using Rego wherever we can is appreciated ๐Ÿ˜Ž That said, I wonder if the configurability is really needed. If there's only our current...

Rego has always been allowing keys to objects that aren't strings, and when the Rego rubber hits the JSON road, we need to do something about that. So we've been...