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
Adds session token support to the aws auth options. Session token is required with access id and secret keys when using temporary credentials.
2
-
If temporary credentials is created and supplied by another external system.
3
-
Update to these temporary credentials can be done by external system using `SECRET` backend.
1
+
Adds support for session tokens in AWS authentication options. When using temporary credentials (access key, secret key, and session token), the session token is required. Temporary credentials can be provided by an external system and updated using the `SECRET` backend.
0 commit comments