diff --git a/ROADMAP.md b/ROADMAP.md index def91fd..22bdc64 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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.