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

Moving spring cloud config server with s3 backend from bootstrap.yml to application.yml #2397

Open
vishal94136 opened this issue Apr 1, 2024 · 0 comments

Comments

@vishal94136
Copy link

vishal94136 commented Apr 1, 2024

I created a bootstrap.yml to setup a config server with AWS s3, is it possible to have those configuration on application.yml

spring:
  profiles:
    active: composite
  cloud:
    config:
      server:
        composite:
        - type: awsS3
          region: us-east-1
          bucket: bucket1
        bootstrap: true

this works with bootstrap.yml but not with application.yml, just wanted to know if its not possible with application.yml, if possible what changes i need to make.

I am using sprint boot starter parent v 3.2.4
spring cloud dependencies v 2023.0.0
software.amazon.awssdk s3 v 2.20.26

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