-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
Contrary to our notes and documentation, the server does not always use the arn returned by sts to look up the mapped user:
- If arn is an iam arn, the server uses it verbatim.
- If arn is an sts arn. the server replaces the last path component (scope?) of the last colon-separated component of the arn by asterisk.
I believe none of this is documented in the server manual (how to set up aws auth is in general not documented).
- related to
-
RUBY-2421 Auth mechanism properties not downcased when client is created with host and Ruby options with symbol key
- Closed