RealDevSquad / RealDevSquad/website-backend

Add Public Key to Enable Inter-Service Communication with Discord Service

Open
#2,420 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.