Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is Hashicorp Valut? How to use it with microservices?

Pragya Keshap answered on February 24, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


What is Hashicorp Valut? How to use it with microservices?

0

Microservices architecture have multiple services which interact with each other and external resources like databases. They also need access to usernames and passwords to access these resources. Usually these credentials are stored in config properties. So each microservice will have its own copy of credentials. If any credentials change we will need to update the configurations in all microservices. We have previously discussed one solution to this problem is using Spring Cloud Config Native Server or Spring Cloud Config Git Server where common global properties which are repeated in all the microservices are usually stored. But still storing the secrets in configuration file is a security concern. Above approach as 2 drawbacks-

No single point of Truth

Security risk of exposing the credentials

spring:

application:

name: javainuseapp

cloud:

vault:

host: localhost

port: 8200

scheme: http

token: s.wO85qvAKuzL4QQifLE9N5aiq 

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 24 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.