Removed tech debt section

This commit is contained in:
techmaharaj
2022-06-21 15:32:25 +05:30
parent d9da0e9376
commit 925e4c3f94
-5
View File
@@ -11,11 +11,6 @@ Below is a list of features that are planned for Paralus:
- **Support For System Users:** Currently Paralus allows you to add & manage normal users. We want to allow Paralus to be able to add & manage System users/Service accounts that will be used by automation scripts, applications to interact with Paralus.
- **Paralus Access Plane:** Enable Paralus to provide zero trust access to resources outside of Kubernetes like Virtual Machines, Servers, Databases etc.
- **Multi Factor Authentication:** Make Paralus more robust and secured by implementing multi factor authentication for users.
## Tech Debts
The below items are essentially [tech debts](https://en.wikipedia.org/wiki/Technical_debt) that we want to get rid off:
- **Unified Error Handling:** We want to improve the way we handle errors. Make them more streamlined and standardized across all the APIs in Paralus.
- **Postgres For Audit Logs:** Make Postgres as a default database for storing audit logs to improve overall performance. Currently we are using Elasticsearch. Post the proposed change, users will be able to choose between Elasticsearch and Postgres.
- **Easier CLI Download:** Currently the end user has to choose the CLI binary based on their system which means they can download an incompatible binary. The goal is to automatically identify user's system and provide the correct binary for download.