Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add required environment variables for PRODUCTION #53

Closed
3 tasks
Ajeyakrishna-k opened this issue Jan 10, 2024 · 1 comment
Closed
3 tasks

Add required environment variables for PRODUCTION #53

Ajeyakrishna-k opened this issue Jan 10, 2024 · 1 comment
Assignees

Comments

@Ajeyakrishna-k
Copy link
Contributor

Ajeyakrishna-k commented Jan 10, 2024

This issue has been moved to :

Add required environment variables for PRODUCTION

Please make these changes after merging these PR:

Following keys need to be added:

  • In Cron jobs Github Settings environment:

    • DISCORD_SERVICE_PRIVATE_KEY (newly generated private key)
    • FF_SELF_PRIVATE_KEY with value: 'true'
  • In Discord slash commands Github Settings environment:

    • CRON_JOBS_PUBLIC_KEY (newly generated public key)

Steps to generate private public keys:

Generate private key using : ssh-keygen -t rsa -P "" -b 2048 -m PEM -f jwtRS256.key
View public key using : ssh-keygen -f jwtRS256.key.pub -e -m pkcs8

@prakashchoudhary07
Copy link
Contributor

Details may have changed, please refer #52

Will be closing this issue, as requirements may have changed, will raise a new ticket with the updated details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants