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 #56

Open
3 tasks
Ajeyakrishna-k opened this issue Jan 30, 2024 · 0 comments
Open
3 tasks

Add required environment variables for PRODUCTION #56

Ajeyakrishna-k opened this issue Jan 30, 2024 · 0 comments
Assignees

Comments

@Ajeyakrishna-k
Copy link
Contributor

Ajeyakrishna-k commented Jan 30, 2024

Add required environment variables for PRODUCTION

Please merge this PR:

Following keys need to be added:

  • In Cron jobs Github Settings environment:

    • DISCORD_SERVICE_PRIVATE_KEY (newly generated private key)
    • FF_CRON_DISCORD_KEY_PAIR_FLOW 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

@Ajeyakrishna-k Ajeyakrishna-k changed the title a Add required environment variables for PRODUCTION Jan 30, 2024
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

2 participants