keyshade
keyshade copied to clipboard
Realtime secret and configuration management tool, with the best in class security and seamless integration support
## Description Update the OTP page to have a link to initiate a resend OTP request. ## Solution - Update the UI in `src/app/auth/otp` - Add the respective controller under...
## Description Given a certain workspace, we would like to search the following items by partial name or note/description: - projects - environments - secrets - variables Also note, we...
## Description We would like to perform the following operations for project using our CLI: - List all projects under a workspace (`keyshade project list `) - Get a particular...
## Description We would like to perform the following operations for variable using our CLI: - List all variables under a project (`keyshade variable list `) - Fetch all revisions...
## Description We would like to perform the following operations for secrets using our CLI: - List all secrets under a project (`keyshade secret list `) - Fetch all revisions...
## Description We need to add the commands for the following things: - **TypeScript watch build:** `apps/cli/package.json` has a `watch` script. We would like to add another script named `dev:cli`...
## Description https://github.com/keyshade-xyz/keyshade/blob/68f51a5121bb28496b06984438be0bbacc6b60a6/apps/api/src/secret/secret.e2e.spec.ts#L544 Inspect why this test is failing.
## Description Our `package.json` file includes commands on how to build and run the packages using Docker. We would like to have a docs page dedicated to that. ## Solution...
## Description We want to pre-populate our database with some fake data when in development mode. We would like to create the following: - A user whose email ID will...