-
When you push some keys to heroku, what keys are actually saved? Is the private key also pushed to heroku? |
Beta Was this translation helpful? Give feedback.
Answered by
jfelchner
Nov 6, 2022
Replies: 1 comment
-
Yes, your private key is meant to be pushed to Heroku. Heroku is considered to be a secure party in this process. It has access to your running code, your DB password in plain text, etc. So pushing your private chamber key to Heroku is what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jfelchner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, your private key is meant to be pushed to Heroku. Heroku is considered to be a secure party in this process. It has access to your running code, your DB password in plain text, etc. So pushing your private chamber key to Heroku is what you want.