GithubHelp home page GithubHelp logo

Comments (5)

duro avatar duro commented on July 19, 2024

Perhaps just to make it easier for the values to be different for each engineer working on the project locally, and avoid repo conflicts?

from ember-cli-dotenv.

renefs avatar renefs commented on July 19, 2024

For me, this is useful because we have several environments: test, qa, production... and each on of those have different configurations for several things (e.g. different backend locations).

from ember-cli-dotenv.

quantuminformation avatar quantuminformation commented on July 19, 2024

yeah good points

from ember-cli-dotenv.

fivetanley avatar fivetanley commented on July 19, 2024

So the purpose is not to protect keys, since there is no way to really protect a key in a client side application (at least as far as I'm understanding right now). Basically, for a client side app, the key needs to be a public key any how.

That's right. This addon has the ability to have a safelist for keys (see this section in the README):

security: environment variables in config/environment.js are never filtered unlike using .env and clientAllowedKeys. Remember to use the environment variable passed into your config function to filter out secrets for production usage. Never include sensitive variables in clientAllowedKeys, as these will be exposed publicly via ember's tag.

This addon helps you protect keys by helping you not check them into Git, Github, or other version control systems, which is where keys typically leak out. Instead, you can use a .env file which is not checked into version control.

from ember-cli-dotenv.

fivetanley avatar fivetanley commented on July 19, 2024

@duro The 12 factor site goes into this in a bit better detail https://12factor.net/config

from ember-cli-dotenv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.