-
Notifications
You must be signed in to change notification settings - Fork 4
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
Deploy Bot #1
Comments
Which cloud platform would you recommend? |
@kudoabhijeet AWS for two reasons
If you guys complete the code for the bot with access keys here (Ik thats not recommended but we have to) I can help setup actions for this repo. |
For Access keys, we can export keys from a virtual env such as EC2 instance and receive them in configuration file in the repo. Please revert if it is feasible. @NishkarshRaj @MonitK |
@kudoabhijeet yes it is doable, but I think instance that you launch for bot, might use up entire free credits. There has to be an alternative way to do it. |
The easiest way to make keys secure and the best way to do so here would be to encrypt them. |
Got it!. We decrypt the keys after fetching it from an encrypted file and then pass it to the OAuthHandler. Am I going in the right direction? @NishkarshRaj @MonitK :) |
Yes @kudoabhijeet you are! |
Okay! :) |
The encryption program for the bot is complete and a pull request is generated for the same. |
Deploy the bot so that it is always running and does not need manual execution.
The text was updated successfully, but these errors were encountered: