with a fellow devops, who is new to the team. He suggests that I should store environment variables, that some application depends on inside a db. As per Twelve Factor App principles; environment var should be loaded from a file like a .env. Is this really the right way to do it?
No, use a parameter store like Hasicorp vault
You can store it in file like that if it simple web site with 5 users, for serious stuff better use store
Обсуждают сегодня