Skip to content
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

Applying common configuration to app level configuration or any feasibility #2382

Open
Tirumala-K opened this issue Feb 6, 2024 · 1 comment

Comments

@Tirumala-K
Copy link

Problem Statement:
We have many micro services with their own app level configuration in repos but the configuration is duplicated across all the app level repos. If we need to change anything like a connection then we are doing it in multiple places.

Possible Solution:
Is there a possibility to apply common configuration from one repo to app level specific repo? Or any workarounds to our current problem?

We want to transition from current folder and repo level to either Transition V1 or Transition V2 as depicted below.
PS - everybox is a folder unless mentioned as repo

SpringCloudConfigServerRestructure drawio

@Tirumala-K
Copy link
Author

Tirumala-K commented Feb 6, 2024

FYI - Here is the current config server call we have in the server.

spring:
  cloud:
    bus:
      enabled: true
    config:
      server:
        git:
          uri: https://{giturl_main}/SpringCloudConfigServer/nonprod/{application}.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant