Open vanshita12345 opened 1 month ago
Hi,
First i added more more users in config-ui through ngnix with .htpassword. After its working successfully,
I created one login page on config-ui which will fetch user from my keycloak and then it redirected to /projects page. its also working.
then i use another approach, to create user table in devlake database, and from there credentials the user can login and redirected to /project page of devlake.
Now i am working on making role base authentication. Like SuperAdmin and Read-Only user. if the user is SuperAdmin he can create project and create new connections in existing projects. And if user is Read-Only he can just see the added project. So i need help how can i archive this role base authentication. Do i need to add User Profile section? so it will recognize user and work as role base.
Search before asking
Use case
As i developer, i want to share you the idea where we can authenticate the apache devlake config-Ui.
Description
Still now we have only ADMIN_USER and ADMIN_PASS in the docker compose. I wanted to add more authentication as user and wanted to add more role base authentication not only as admin only. Also want to ldap authentication, outh authentication. I am also working on that, so can you please me guide me and also how can i contribute to your community.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct