Skip to content

Commit

Permalink
Add STS dependency in omniconf.ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Mar 29, 2024
1 parent 646fc30 commit d2db166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
`(cfg/enable-functions-as-defaults)` is preserved for backwards compatibility
but does nothing now and will be removed in the future version.
- Add ability to unset values from SSM.
- [#23](https://github.com/grammarly/omniconf/issues/23) Fix bug where
`populate-from-ssm` would assume node role instead of pod role when running in
EKS.

### 0.4.3 (2021-03-29)

Expand Down
1 change: 1 addition & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
:ns-aliases {bb org.corfield.build}}

:ssm {:extra-deps {com.amazonaws/aws-java-sdk-core {:mvn/version "1.12.689"}
com.amazonaws/aws-java-sdk-sts {:mvn/version "1.12.689"}
com.amazonaws/aws-java-sdk-ssm {:mvn/version "1.12.689"}}}
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha9"}}}
Expand Down

0 comments on commit d2db166

Please sign in to comment.