website-backend icon indicating copy to clipboard operation
website-backend copied to clipboard

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

Open joyguptaa opened this issue 8 months ago • 0 comments

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

joyguptaa avatar May 03 '25 10:05 joyguptaa