(cloudwatch) assume role support (#5065)

* (cloudwatch) assume role support

* save godep

* (cloudwatch) add assumeRoleArn field

* (cloudwatch) set cred provider for sts

* (cloudwatch) fix test
This commit is contained in:
Mitsuhiro Tanda
2016-05-18 14:54:24 +09:00
committed by Torkel Ödegaard
parent fc1891320e
commit 07d355851e
11 changed files with 1604 additions and 44 deletions

View File

@@ -24,4 +24,11 @@
Namespaces of Custom Metrics
</info-popover>
</div>
<div class="gf-form">
<label class="gf-form-label width-13">Assume Role ARN</label>
<input type="text" class="gf-form-input max-width-18" ng-model='ctrl.current.jsonData.assumeRoleArn' placeholder="arn:aws:iam:*"></input>
<info-popover mode="right-absolute">
ARN of Assume Role
</info-popover>
</div>
</div>