node.js - What is the best way to store secret keys in a production environment? -


my application has lot of secret keys ranging database authentication password, aws secret keys, private decryption keys encrypted data client etc.. although inside private repository within org, still need move code, safer place limit keys used on production chance exposure. aware of options of storing them config file limited access, or export them environment variables, see lot of feedback of downsides of these approaches well. enterprise standard/ best way store keys limit access these keys ?


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -