Skip to content

Commit

Permalink
build: 시크릿 매니저 config 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Aug 28, 2024
1 parent ff5a43a commit e53a56e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public AwsSecretsManagerConfig(ConfigurableEnvironment environment) {
@PostConstruct
public void init() {
String activeProfile = environment.getActiveProfiles()[0];
String secretName = "spot-secrets-" + activeProfile;
// String secretName = "spot-secrets-" + activeProfile;
String secretName = "/secret/spot";

try {
String secretString = getSecret(secretName);
Expand Down

0 comments on commit e53a56e

Please sign in to comment.