vanshita12345 commented on issue #8123: URL: https://github.com/apache/incubator-devlake/issues/8123#issuecomment-2467405140
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
