Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tekton dashboard RBAC #7940

Open
AshwinSridharan0410 opened this issue May 9, 2024 · 2 comments
Open

Tekton dashboard RBAC #7940

AshwinSridharan0410 opened this issue May 9, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@AshwinSridharan0410
Copy link

AshwinSridharan0410 commented May 9, 2024

As the current tekton dashboard doesn't have the RBAC support to provide various degrees of access based on the role . Would like to know the progress made by the community . And I see there are issues(feature request ) already for this.

One current approach is to integrate OIDC with tekton dashboard.

Other than that , if there are any , would like to know .

Thanks

@AshwinSridharan0410 AshwinSridharan0410 added the kind/feature Categorizes issue or PR as related to a new feature. label May 9, 2024
@AlanGreene
Copy link
Member

AlanGreene commented May 10, 2024

Hi @AshwinSridharan0410, can you elaborate on exactly what it is that you're looking for, your use case, etc.? Which existing feature requests are you referring to? Is there a specific feature / capability missing that you need?

If this is specifically related to the Tekton Dashboard it's probably best discussed in the Dashboard repo and I'll try to get this issue transferred.

The Dashboard install docs include information on user impersonation with a third-party auth proxy. There's guidance for configuring some common proxies, and a detailed step-by-step walk-through to show a concrete example of implementing this with oauth2-proxy and GitHub. See https://tekton.dev/docs/dashboard/install/#access-control

@AshwinSridharan0410
Copy link
Author

AshwinSridharan0410 commented May 14, 2024

Okay @AlanGreene. I will look into those docs and try it first .
My usecase would be to restrict certain people from triggering the pipelines (they can only see it- read access) and certain people like admins should be provided all the access of triggering the pipelines and stuff.

https://tekton.dev/docs/dashboard/install/#access-control -> I went through this documentation and worked hands-on. How will this work for say.30 people , where in only 5 people can trigger a pipeline ; rest 25 of them can only view it(read access)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants