Do we need an equivalent to the Rails Credentials file?

Hello everyone :smile: Rails 5.2 introduced a new feature called Credentials and I think that is a good feature for Phoenix (or elixir) sometimes we have a build server and prod server in build server we need environment variables to build a project with Distillery, the point is that’s not easy to change environment variables to each project pipeline and usually we use (puppet, chef, etc) for that things. I’ll be very happy if have a possibility to add the project credentials together with the project (encrypted). To learn more about credentials.

rails/rails#30067

7 posts were merged into an existing topic: Is there an equivalent to Rails 5.2 ‘Credentials’ library?