Commit Graph

11 Commits

Author SHA1 Message Date
Nirav Parikh
1b7a9a1fa3 changes to view auditlogs by project role users (#247)
feat: changes to view audit logs by project and cluster role users
---------

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
2023-09-21 11:34:56 +05:30
Nirav Parikh
0e084929ea chore: update kratos to 0.11.1 in initialize dockerfile and updated changelog (#195)
* chore: updated changelog for v0.2.2 release
* updated kratos to v0.11.1 used by helm to complete migrations

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
2023-03-31 16:01:29 +05:30
Akshay Gaikwad
6ece49cd38 chore: Update Dockerfile.initialize to new Kratos version (#194)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-03-31 11:36:45 +05:30
Akshay Gaikwad
1f64d80729 Auto-generate password and force reset (#124)
* Upgrade kratos service to v0.10.1

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* Upgrade kratos-client-go to v0.10.1

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* generate password feature for kratos admin creation

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* Add forceReset property in user spec

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* added forcereset in the init script

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>

* Resolve conflicts

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* Stdout default admin password in initialize script

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* setting password for new user and sending default password in create user response

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>

* added new endpoint to service force reset flag update after resetting complete outside authz

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>

* removed unnecessary overhead in the forcereset endpoint and updated user type proto to remove unused fields

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>
2023-01-27 18:32:11 +05:30
Abin Simon
494835a7c1 Reorganize initialize Dockerfile for better caching
This way we can cache the downloads even when code changes.
2022-08-12 16:41:17 +05:30
Akshay Gaikwad
051b74f59d Revert to alpine base image 2022-06-14 15:27:53 +05:30
Akshay Gaikwad
5c5320b4f0 Update Dockerfile.initialize
Instead of pulling separate images kratos and migrate for migrations,
combined migration in init image only.
2022-06-14 12:22:24 +05:30
Akshay Gaikwad
0c1b581dd3 Reduce go binary size be removing symbol table
Optimize binary file size to perform deployment faster.
2022-06-14 12:22:24 +05:30
Akshay Gaikwad
b67fcacf87 Rename go module name and its usage 2022-06-08 17:21:22 +05:30
Akshay Gaikwad
77d3d6b97e Change Dockerfile.initialize to multilevel build 2022-04-07 15:41:32 +05:30
Akshay Gaikwad
10b038d9a4 Add Dockerfile for initialize
The initialize script bootstrap application with partner, org, admin
account etc. This is going to run as initContainer for primary
application container.
2022-04-07 12:13:31 +05:30