Skip to content

Commit

Permalink
Disable spring cloud aws services
Browse files Browse the repository at this point in the history
By default
  • Loading branch information
rpoet-jh committed Nov 4, 2024
1 parent fc4363c commit 2f5d737
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pass-core-main/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ elide:
spring:
application:
name: pass-core
cloud:
aws:
dynamodb:
enabled: false
parameterstore:
enabled: false
s3:
enabled: false
secretsmanager:
enabled: false
ses:
enabled: false
sns:
enabled: false
sqs:
enabled: false
jpa:
properties:
hibernate:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
properties = {
"spring.cloud.aws.parameterstore.enabled=true",
"spring.cloud.aws.credentials.access-key=noop",
"spring.cloud.aws.credentials.secret-key=noop",
"spring.cloud.aws.region.static=us-east-1",
Expand Down

0 comments on commit 2f5d737

Please sign in to comment.