You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Updated credential providers to provide Async version for generating credentials."
5
+
],
6
+
"type": "patch",
7
+
"updateMinimum": false
8
+
},
9
+
"services": [
10
+
{
11
+
"serviceName": "SecurityToken",
12
+
"type": "patch",
13
+
"changeLogMessages": [
14
+
"Added implementation for ICoreAmazonSTS_SAML/ICoreAmazonSTS.CredentialsFromSAMLAuthenticationAsync() and ICoreAmazonSTS.CredentialsFromAssumeRoleAuthenticationAsync()."
Justification="Reflection code is only used as a fallback in case the SDK was not trimmed. Trimmed scenarios should register dependencies with Amazon.RuntimeDependencyRegistry.GlobalRuntimeDependencyRegistry")]
_logger.InfoFormat("New credentials created for assume role that expire at {0}",credentials.Expiration.ToString("yyyy-MM-ddTHH:mm:ss.fffffffK",CultureInfo.InvariantCulture));
_logger.InfoFormat("New credentials created for assume role that expire at {0}",credentials.Expiration.ToString("yyyy-MM-ddTHH:mm:ss.fffffffK",CultureInfo.InvariantCulture));
Justification="Reflection code is only used as a fallback in case the SDK was not trimmed. Trimmed scenarios should register dependencies with Amazon.RuntimeDependencyRegistry.GlobalRuntimeDependencyRegistry")]
_logger.DebugFormat("New credentials created for assume role that expire at {0}",credentials.Expiration.ToString("yyyy-MM-ddTHH:mm:ss.fffffffK",CultureInfo.InvariantCulture));
_logger.DebugFormat("New credentials created using assume role with web identity that expire at {0}",credentials.Expiration.ToString("yyyy-MM-ddTHH:mm:ss.fffffffK",CultureInfo.InvariantCulture));
0 commit comments