-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Universal config: Enable a light weight config storage option #217
Labels
enhancement
New feature or request
Comments
cwoods-cpointe
added a commit
that referenced
this issue
Jul 23, 2024
#217 leverage users desired property dao class
cwoods-cpointe
added a commit
that referenced
this issue
Jul 23, 2024
cwoods-cpointe
added a commit
that referenced
this issue
Jul 24, 2024
cwoods-cpointe
added a commit
that referenced
this issue
Jul 24, 2024
cwoods-cpointe
added a commit
that referenced
this issue
Jul 24, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 24, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 25, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 25, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 25, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 25, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 25, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 25, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 30, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 30, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Jul 30, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Aug 1, 2024
Leverage Krausening file watching. No need to pre load all the config on server init. Use env var to dictate which storage option to use #217 refactor universal config vault storage
cwoods-cpointe
added a commit
that referenced
this issue
Aug 1, 2024
#217 implement krausening as a light weight config store
cwoods-cpointe
added a commit
that referenced
this issue
Aug 1, 2024
cwoods-cpointe
added a commit
that referenced
this issue
Aug 1, 2024
cwoods-cpointe
added a commit
that referenced
this issue
Aug 1, 2024
#217 Correct config-store helm mda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
217-helper.zip
Description
The universal config store offers robust production ready configuration storage using vault. This solution may work for many enterprise applications but it has the draw back of being resource intensive. This means for smaller applications, it is not ideal to stand up. The solution should be simple and easy to implement.
DOD
Implementation details
Test Strategy/Script
mvn clean install
tilt up
and wait for the configuration-store service to come upkubectl exec -it {kafka-pod} bash
curl http://configuration-store.config-store-ns.svc:8083/aissemble-properties/aws-credentials/AWS_SECRET_ACCESS_KEY
References/Additional Context
The text was updated successfully, but these errors were encountered: