RealDevSquad / RealDevSquad/website-backend
Add Public Key to Enable Inter-Service Communication with Discord Service
Open
@prakashchoudhary07 is already working on this.
Since May 3, 2025.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Description:
Add the RSA public key corresponding to the private key added in the Discord service as DISCORD_SERVICE_PUBLIC in the environment configuration. This will allow the website backend to verify requests from the Discord service for secure inter-service communication.
Environment Variables
RSA Private Key
For Production:
DISCORD_SERVICE_PRIVATE = <RSA_PRIVATE_KEY>
For Staging:
DISCORD_SERVICE_PRIVATE = <RSA_PRIVATE_KEY>
Links
Add RSA Private Key for Inter-Service Communication In Discord Service
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.