Found what looks like an issue with spring.cloud.config.awsS3 with multiple profiles
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- aws, java, spring, spring-boot
Research direction
Start by reviewing the spring.cloud.config.server.awss3 configuration and the profile activation examples described in the issue. Determine whether multiple profiles are supported with AWS S3 and document the required configuration or the limitation, including a working example if supported.
Written by the indexing model from the issue text.
Description
I have a application.yml and 4 more files application-local.ym, application-dev.yml, application-qa.yml, application-prod.yml. The way it works is that
spring:
profiles:
active:
@activatedProperties@
Will depending on what @activatedProperties@ is, will pull the correct application so if @activatedProperties@ is local, it will pull application-local.ym.
The problem is that to run
cloud:
config:
server:
awss3:
bucket: hp-fetcher-config
region: us-west-2
order: 1
I need to replace
spring:
profiles:
active:
@activatedProperties@
with
spring:
profiles:
active:
awss3
I cant find any docs or examples that show how to run awss3 in multiple profiles
- Dominant language
- Java
- Stars
- 2k
- Forks
- 1.3k
- Avg merge
- 2d 59m
- Merged PRs (30d)
- 16
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from spring-cloud/spring-cloud-config
-
enhancement
Difficulty 4/5 3-5 days Newbie friendliness 52/100
spring-cloud/spring-cloud-config#3261 · 5 comments ·
-
waiting-for-triage
Difficulty 4/5 3-5 days Newbie friendliness 35/100
spring-cloud/spring-cloud-config#3260 · 1 comment · 1 reaction ·
-
waiting-for-triage
Difficulty 3/5 1-2 days Newbie friendliness 52/100
spring-cloud/spring-cloud-config#3220 ·
-
enhancement
Difficulty 4/5 3-5 days Newbie friendliness 38/100
spring-cloud/spring-cloud-config#2972 ·
-
waiting-for-triage
Difficulty 4/5 3-5 days Newbie friendliness 45/100
spring-cloud/spring-cloud-config#2933 ·
All issues in spring-cloud/spring-cloud-config
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
opensearch-project/k-NN#3597 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100