GithubHelp home page GithubHelp logo

Comments (4)

vmatsiiako avatar vmatsiiako commented on July 19, 2024 1

@fletch3555 This is now ready: https://infisical.com/docs/integrations/frameworks/spring-boot-maven

from infisical.

maidul98 avatar maidul98 commented on July 19, 2024

Great suggestion. I'd like to ask why you have decided to use Spring Cloud Vault instead of having environment variables injected into your application process and accessing them via the @value annotation? Is there a specific use case that environment variable injection won't cover?

from infisical.

fletch3555 avatar fletch3555 commented on July 19, 2024

Great suggestion. I'd like to ask why you have decided to use Spring Cloud Vault instead of having environment variables injected into your application process and accessing them via the @value annotation?

That's effectively what we currently do, but our deployment process doesn't make this easy to do securely. We use docker, so environment variables are easy to do, but then they need to be in plain text in the docker-compose file. If we use docker secrets, then we need something to read those files to make the values available to the app. In short, the secrets will need to be somewhere, and I would rather use an external/3rd party system to centrally manage this stuff.

from infisical.

maidul98 avatar maidul98 commented on July 19, 2024

I see. We'll add this to our todo list and I'll post our updates here for it. Meanwhile feel free to check out our Docker set up docs to see how you can inject secrets using our CLI into your docker containers. Documentation for docker https://infisical.com/docs/integrations/docker

from infisical.

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.