By Ritu Chaturvedi Any rails program would have secrets to be stored, for at least the secret key base with tokens for third-party APIs. Post version updates, handling secrets has become easier. Initially, there were two methods to handle secrets. The first method stored secrets in the environment variable (secret_key_base)…