Skip to content

Commit

Permalink
feat(loki): support IAM roles for EKS (#1340)
Browse files Browse the repository at this point in the history
* pull in cortex changes to support IAM roles for EKS
* update go.sum after running tidy

Signed-off-by: Adam Johnson <a.johnson@winton.com>
  • Loading branch information
adamjohnson01 authored and sh0rez committed Nov 30, 2019
1 parent 005745d commit 3ae6fec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/bmatcuk/doublestar v1.1.1
github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/cortexproject/cortex v0.3.1-0.20191117214907-06c4340e652d
github.com/cortexproject/cortex v0.3.1-0.20191122194007-ed7c302fd968
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.0.0-20190607191414-238f8eaa31aa
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
github.com/cortexproject/cortex v0.3.1-0.20191117214907-06c4340e652d h1:b0rUibdDf+OVEdBvfUIptXR0Sqn3DUz3C0Ilm8d/yOg=
github.com/cortexproject/cortex v0.3.1-0.20191117214907-06c4340e652d/go.mod h1:kxKBAZMqeLb5cr4YTxVFoquewYNStgqAfLvx9Y/Y08k=
github.com/cortexproject/cortex v0.3.1-0.20191122194007-ed7c302fd968 h1:cI97HPV3BMKCHmLNYAyIzbuFW3T7EOdDckvizPTGYtQ=
github.com/cortexproject/cortex v0.3.1-0.20191122194007-ed7c302fd968/go.mod h1:kxKBAZMqeLb5cr4YTxVFoquewYNStgqAfLvx9Y/Y08k=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/cznic/b v0.0.0-20180115125044-35e9bbe41f07/go.mod h1:URriBxXwVq5ijiJ12C7iIZqlA69nTlI+LgI6/pwftG8=
github.com/cznic/fileutil v0.0.0-20180108211300-6a051e75936f/go.mod h1:8S58EK26zhXSxzv7NQFpnliaOQsmDUxvoQO3rt154Vg=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ github.com/coreos/go-systemd/sdjournal
# github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
github.com/coreos/pkg/capnslog
github.com/coreos/pkg/dlopen
# github.com/cortexproject/cortex v0.3.1-0.20191117214907-06c4340e652d
# github.com/cortexproject/cortex v0.3.1-0.20191122194007-ed7c302fd968
github.com/cortexproject/cortex/pkg/chunk
github.com/cortexproject/cortex/pkg/chunk/aws
github.com/cortexproject/cortex/pkg/chunk/cache
Expand Down

0 comments on commit 3ae6fec

Please sign in to comment.