Stephan Renatus

Results 293 comments of Stephan Renatus

⏩ I suppose its URL now is https://godoc.org/augie.upspin.io/cmd/upspin-ui

@adg Oh indeed. 😄 Sorry for the noise.

I think the default comes in here: https://github.com/dexidp/dex/blob/f1581ff873a200cf9dd01bf261e056267d57b991/server/server.go#L293 But if you'd like this to be configurable, feel free to put up a PR 😃

I'd like to revive this. Having a generic gRPC connector seems very worthwhile. @ericchiang @rithujohn191 What do you think, is the concern from above (from https://github.com/dexidp/dex/issues/1020#issuecomment-322518187) still valid, and blocking...

> Did not include ListConnectors from the original version as that seems like a security hole Why is that? The GRPC API is not supposed to be public -- it's...

@sks yup, I'm afraid I've merged a PR bumping all dependencies this morning. So, the generated protobuf code would look different now. Thanks for bearing with me

Bringing together two of my favorite projects -- that sure is tempting 😄 However, I'm afraid there's currently no place in Dex to plug something like this in: if there...

> Since dex is auth-n and opa is auth-z, I'd rather add more data to the token and have whatever's consuming the tokens continue to enforce the policy. I don't...

> The most common example is filtering groups. 💯 It would be great to refactor that at least. If it fits a more generic pattern (as you described) all the...

💭 Just sharing a thought here: It could end up nicely if Dex embedded OPA, exposing an interface similar to [what gatekeeper does](https://github.com/open-policy-agent/gatekeeper#how-to-use-gatekeeper). A sketchy adaptation of that model to...