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
Post a Comment