keyshade
keyshade copied to clipboard
Realtime secret and configuration management tool, with the best in class security and seamless integration support
## Description Create a mail template that we will send to all users of a project with `MAINTAINER` and `ADMIN` role whenever any API key is removed from the project....
## Description Whenever any user adds an API key to a project, all other users with `MAINTAINER` and `ADMIN` permission to that project should be notified about the event. ##...
## Description Create a mail template that will be sent to a registered user when they have been removed from a project ## Variables - project name - removed on
## Description Design a mail template that will be sent to users when they are invited to any project and they are not registered with keyshade. ## Variables - project...
## Description Add a mail template that will be sent to registered users when someone invites them to a project. ## Variables - project name - project joining URL -...
## Description Api-client controller for variables Fixes #351 ## Dependencies _Mention any dependencies/packages used_ ## Future Improvements _Mention any improvements to be done in future related to any file/feature_ ##...
### **User description** ## Description _Give a summary of the change that you have made_ Fixes #297 ## Dependencies _Mention any dependencies/packages used_ ## Future Improvements _Mention any improvements to...
### **User description** ## Description removing several build fails from platform app Fixes #384 ## Dependencies N/A ## Future Improvements There are still some build fails exist in the codebase...
**Describe the bug** When we try to invite a user to a workspace, and we try to assign them a role ID that doesn't exist, instead of returning a 404...
## Description We would like to add an endpoint to fetch all the active workspace invitations that the user has. ## Solution - Add an endpoint `/api/workspace/invitations` under `workspace.controller.ts` -...