keyshade icon indicating copy to clipboard operation
keyshade copied to clipboard

Realtime secret and configuration management tool, with the best in class security and seamless integration support

Results 123 keyshade issues
Sort by recently updated
recently updated
newest added

## Description Currently, whenever we try to run tests, the scripts re-compile the `build` phase and `test:unit` phase of API over and over again. We would like to use turbo...

type: bug
help wanted
scope: general
priority: low

## Description Currently, the endpoints that fetch paginated data does not provide any upper limit to the page size. We need to put a limit to that to make sure...

type: enhancement
good first issue
scope: api
priority: medium

## Description We would like our users to receive notifications on their favorite application (Discord/Slack/etc.). Hence, we would like to dedicate considerable amount of time to this module. **Please note...

type: enhancement
help wanted
scope: api

## Description This is the error we are facing right now: ``` warn Versions of [email protected] and @prisma/[email protected] don't match. This might lead to unexpected behavior. Please make sure they...

type: bug
good first issue
scope: api

## Description Accessing environmental variables from using `process.env.NAME` is a pain. To ease reusability of these environments, and proper inference, we would like to add an object that will fetch...

type: enhancement
good first issue
scope: api

## Description Update the `.env.example` file and our docs with Redis configuration. ## Solution Here are the configurations that you will be adding to the docs: - `REDIS_URL`: This is...

type: documentation
good first issue

Optimize the API Dockerfile

good first issue
scope: api

## Description ![image](https://github.com/keyshade-xyz/keyshade/assets/83924254/4f2c6dd0-c6ac-4284-bcc1-1fd1463c972a) Our current tables in supabase doesn't have RLS. We would like to enable it on all tables. Ref - https://github.com/prisma/prisma-client-extensions/tree/main/row-level-security

type: enhancement
good first issue
help wanted
scope: api
priority: low
difficulty: 2

## Description ![image](https://github.com/keyshade-xyz/keyshade/assets/83924254/33b32ddb-81c7-47ae-9f99-a5dc59e8ac34) The CI is currently failing due to duplicated lines in `workspace-role.e2e.spec.ts` files. We would like to reduce the number of duplicated lines < 50. ### Reports: -...

type: bug
good first issue
help wanted
scope: api

## Description We would like to use S3 compatible storage to store our BLOB data. For this, we first need to create a provider that will give us the required...

type: enhancement
good first issue
help wanted
scope: api