27 Commits

Author SHA1 Message Date
e99137598e Cloudwatch: Correctly obtain IAM roles within ECS container tasks. (#7892)
We now obtain credentials based on the container task's role
rather than just relying on the credentials of the enclosing
container instance.

Fixes #6700.
2017-03-22 07:15:19 +01:00
b387a8759e use session.NewSession() (#7745) 2017-03-06 21:08:16 +01:00
9855ea8c6c handle sts error (#7088) 2016-12-30 16:59:06 +01:00
81394fcaa4 add cloudwatch internal metrics (#6990) 2016-12-16 10:48:05 +01:00
f8d6902428 fix cloudwatch percentile (#6989) 2016-12-16 10:47:41 +01:00
be26c017f6 (cloudwatch) percentile support (#6634)
* support extended statistics

* handle different response format for extended statistics
2016-12-06 08:12:30 +01:00
3d21f06d5b tech(cloudwatch): store keys in secure json blob 2016-11-24 14:16:52 +01:00
0ea6537916 tech(cloudwatch): refactoring 2016-11-24 14:00:05 +01:00
64784db870 feat(cloudwatch): adds access and secret key to edit config page 2016-11-24 14:00:05 +01:00
1d27a7f93d (cloudwatch) fix wrong cache key of credentials (#5124) 2016-05-21 09:02:04 +02:00
07d355851e (cloudwatch) assume role support (#5065)
* (cloudwatch) assume role support

* save godep

* (cloudwatch) add assumeRoleArn field

* (cloudwatch) set cred provider for sts

* (cloudwatch) fix test
2016-05-18 07:54:24 +02:00
e96d72d669 reuse credentials 2016-02-04 13:16:55 +09:00
10016d9d38 add CloudWatch DescribeAlarms API support 2016-02-04 13:14:03 +09:00
f84737d7d4 (cloudwatch) reuse credentials 2016-01-08 18:13:36 +09:00
6fa5e681aa fix EC2RoleProvider parameter 2015-12-15 11:25:20 +09:00
e631940d9e pkg/api/cloudwatch: fix api client construction against aws-sdk-go v0.10.2 2015-12-15 11:25:19 +09:00
6beb9be42c add CloudWatch Alarm API support 2015-12-15 11:25:15 +09:00
d1ccf83236 (cloudwatch) use paging 2015-12-06 21:35:20 +09:00
2aabb387b1 fix EC2RoleProvider parameter 2015-11-26 16:01:33 +09:00
f972863f49 add credential setting to handleDescribeInstances 2015-11-26 13:21:38 +09:00
b0cb6d6d4c pkg/api/cloudwatch: fix api client construction against aws-sdk-go v0.10.2 2015-11-07 18:17:05 -08:00
5d64568f3e refactoring: some minor refactoring and changes to AWS profile PR #3053 2015-10-29 11:44:34 +01:00
23599814a3 cloudwatch: add support for defining AWS profile for CloudWatch datasource
Add support for defining AWS profile for CloudWatch datasource to support
pulling information from multiple different AWS accounts to single dashboard.

With this change, it is possible to define multiple AWS credentials in
~/.aws/credentials file and connect different data sources to different
AWS accounts.
2015-10-27 17:00:02 +02:00
da7ae2b0ab fix(build/aws): updated aws dependency and fixed minor build issue, fixes #3026 2015-10-26 12:48:30 +01:00
3d52095765 feat(cloudwatch): restored dimension keys lookup 2015-10-02 20:25:28 +02:00
0912cec0e5 feat(cloudwatch): contining work on moving hard coded stuff to backend and cleaning up code, #684 2015-10-02 11:54:35 +02:00
180ba33ac8 feat(cloudwatch): refactoring and cleanup of backend code, started moving hard coded stuff in the frontend to the backend, changed name of metricFind queries region() -> regions() , and namespace() -> namespaces() to be more consistent with the others, #684 2015-10-02 11:10:21 +02:00