Commit Graph

13 Commits

Author SHA1 Message Date
Abin Simon
6c4c1b4b29 Fix incorrect imports with buf generate 2022-01-12 17:35:37 +05:30
Abin Simon
3bf7e6e61c Add a simple readme for usermgmt 2022-01-12 17:35:37 +05:30
Abin Simon
7ca97c845d Initial kratos config files to start a server
To start kratos:
kratos serve -c kratos.yml
2022-01-12 17:35:37 +05:30
Abin Simon
428672f313 Simple user CRUD operations 2022-01-12 17:35:37 +05:30
Abin Simon
1f7774edf9 Basic server setup complete for usermgmt 2022-01-12 17:35:37 +05:30
Abin Simon
fc372512c2 Update proto files for usermgmt 2022-01-12 17:35:37 +05:30
Abin Simon
080ca34859 Add proto generated files 2022-01-12 17:35:37 +05:30
Abin Simon
424a778d69 Add rpc definitions for usermgmt 2022-01-12 17:35:37 +05:30
Abin Simon
88551d3678 Add types for user management proto files 2022-01-12 17:35:37 +05:30
Akshay Gaikwad
25a3cd007f Move entity_dao.go to common
This includes:
 - Move entity_dao.go to common since it is generic database operation
 interface for all the components.
 - Added `GetX` method to EntityDAO interface. It get entity that matches
 provided field and value both. It is useful in case where service
 lookup for database entities not based on id, name.

Signed-off-by: Akshay Gaikwad <akshay.gaikwad@rafay.co>
2022-01-10 11:49:18 +05:30
nirav-rafay
f5ac6a5752 resolved review comments 2021-12-31 14:45:15 +05:30
nirav-rafay
adc5532cf6 changes for projects, organization and partner endpoints 2021-12-31 12:36:13 +05:30
nirav-rafay
fcc6f0be90 initial commit for adminsrv 2021-12-28 14:23:52 +05:30