mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-05 06:25:08 +09:00
feat: Recommending using OIDC (#871)
* Recommending using OIDC * Added tests * fix test and package * update readme --------- Co-authored-by: peterwoodworth <woodwoop@amazon.com>
This commit is contained in:
@@ -9,6 +9,14 @@ calls.
|
||||
|
||||
### Recent News
|
||||
|
||||
#### Long-term credentials warning (10/2/23)
|
||||
|
||||
We have added a warning when using long-term credentials to access AWS
|
||||
(IAM access keys and secret keys). Using long-term credentials requires you
|
||||
to create IAM users and properly secure the access keys to prevent their disclosure.
|
||||
A better approach is to use [GitHub's support for OpenID Connect](#OIDC) to authenticate
|
||||
using an IAM role to generate temporary security credentials.
|
||||
|
||||
#### v4 Announcement (9/11/23)
|
||||
|
||||
We have just released `v4` of Configure AWS Credentials. The only thing that
|
||||
|
||||
Reference in New Issue
Block a user