forked from opensearch-project/terraform-provider-opensearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds unit tests for AWS profile change (opensearch-project#86)
Signed-off-by: Massimo Battestini <[email protected]>
- Loading branch information
1 parent
b113bb3
commit e1b7494
Showing
5 changed files
with
213 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<AssumeRoleResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | ||
<AssumeRoleResult> | ||
<SourceIdentity>Alice</SourceIdentity> | ||
<AssumedRoleUser> | ||
<Arn>arn:aws:sts::123456789012:assumed-role/demo/TestAR</Arn> | ||
<AssumedRoleId>ARO123EXAMPLE123:TestAR</AssumedRoleId> | ||
</AssumedRoleUser> | ||
<Credentials> | ||
<AccessKeyId>ASIAIOSFODNN7EXAMPLE</AccessKeyId> | ||
<SecretAccessKey>wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY</SecretAccessKey> | ||
<SessionToken> | ||
AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQW | ||
LWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGd | ||
QrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU | ||
9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz | ||
+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA== | ||
</SessionToken> | ||
<Expiration>2019-11-09T13:34:41Z</Expiration> | ||
</Credentials> | ||
<PackedPolicySize>6</PackedPolicySize> | ||
</AssumeRoleResult> | ||
<ResponseMetadata> | ||
<RequestId>c6104cbe-af31-11e0-8154-cbc7ccf896c7</RequestId> | ||
</ResponseMetadata> | ||
</AssumeRoleResponse> |
Oops, something went wrong.