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