Skip to content

Commit

Permalink
feat(s3): Add aws-java-sdk-sts to support roles provided by EKS pod i…
Browse files Browse the repository at this point in the history
…dentity webhook (#688)
  • Loading branch information
Fabian Heymann authored Feb 13, 2020
1 parent 45d2625 commit 83bb8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front50-s3/front50-s3.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
implementation "com.netflix.spinnaker.kork:kork-security"
implementation "com.netflix.spinnaker.kork:kork-hystrix"
implementation "com.amazonaws:aws-java-sdk-s3"
implementation "com.amazonaws:aws-java-sdk-sts"

testImplementation project(":front50-test")
}

0 comments on commit 83bb8d8

Please sign in to comment.