corneliusweig / rakkess

Review Access - kubectl plugin to show an access matrix for k8s server resources
Apache License 2.0
1.3k stars 56 forks source link

oidc support #7

Closed jaxxstorm closed 5 years ago

jaxxstorm commented 5 years ago

Firstly, this is an amazing tool!

Unfortunately, we use oidc via dex for authentication. Is there any way we could make the --as function work with that?

corneliusweig commented 5 years ago

Glad you like it :)

First off: what version are you using? v0.1.0 didn't properly support authentication plugins. There is a bugfix version v0.1.1 which does. You can check with rakkess version --full.

If you are using v0.1.0: I don't know oidc and dex well enough. Does kubectl support that? At least I couldn't find any imports specific to dex in its codebase (such as github.com/dexidp/dex). Are there specific preparations to use oidc with dex?

corneliusweig commented 5 years ago

@jaxxstorm Can you tell me what version you were using? (See above comment for details)

jaxxstorm commented 5 years ago

hey sorry, not had time to look into this further to answers your questions, will try this week

corneliusweig commented 5 years ago

Hi @jaxxstorm, any update?

corneliusweig commented 5 years ago

Hi @jaxxstorm, I would really like to resolve this issue but I need more information.

jaxxstorm commented 5 years ago

This isn't a rakkess problem, it's a Kubernetes problem, so I'll close this, Sorry for the delay.

corneliusweig commented 5 years ago

Hey no problem. Thanks for investigating!