Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Spring Config Server #42

Open
reemuru opened this issue Oct 7, 2021 · 2 comments
Open

Spring Config Server #42

reemuru opened this issue Oct 7, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@reemuru
Copy link
Member

reemuru commented Oct 7, 2021

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

Not possible to set rate manually (or other configs) and dynamically at run time

Describe the solution you'd like
A clear and concise description of what you want to happen.

Add config server, and API over local host to dynamically update server settings

@reemuru reemuru added enhancement New feature or request good first issue Good for newcomers labels Oct 7, 2021
@reemuru reemuru added this to the v0.4.0-beta milestone Oct 7, 2021
@SivaTharun
Copy link

@reemuru Not possible to see rate manually (or other configs) and dynamically at run time.

spring cloud supports integration with vault, which is used for managing clear text password(s) and other sensitive data. The vault properties will be managed as environment variables with in the JVM, and will be available only during the run time.

reference - https://cloud.spring.io/spring-cloud-config/multi/multi__spring_cloud_config_server.html#vault-backend

@reemuru
Copy link
Member Author

reemuru commented Oct 17, 2021

@SivaTharun ooops. Had a typo. See => set.
Thanks for the info and link!

@reemuru reemuru removed this from the v0.4.0-beta milestone Apr 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants