Skip to content

Conversation

@devRavit
Copy link
Owner

Summary

환경변수 주입 방식 대신 앱 설정 파일에서 직접 Secrets Manager 연동

Changes

fix spring.config.import 설정 추가

  • application-production.yml에 spring.config.import: aws-secretsmanager:production/stash 설정 추가
  • 환경변수 SPRING_CONFIG_IMPORT 주입 방식은 Spring Boot 4.0에서 ConfigDataLocationResolver 등록 전에 평가되어 문제 발생
  • 운영 환경에서는 Secrets Manager 연결 필수 (실패 시 앱 기동 중단)

🤖 Generated with Claude Code

- 환경변수 주입 방식 대신 앱 설정 파일에서 직접 Secrets Manager 연동
- 운영 환경에서는 Secrets Manager 연결 필수

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@devRavit devRavit added the configuration App configuration label Jan 16, 2026
@devRavit devRavit merged commit 28b36e2 into main Jan 16, 2026
1 check passed
@devRavit devRavit deleted the fix/add-spring-config-import branch January 16, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

configuration App configuration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants