-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The problem seems to be related to SIGHUP, but in my case I am authorized correctly. Here is my aws configure:
credentials:
[default].
aws_access_key_id = ****************WVFZ
aws_secret_access_key = ****************Kild
config:
[default]
region = eu-north-1
output = json
And my aws iam list-users:
{
"Users": [
{
"Path":"/"
{ "UserName": "a***l",
"UserId": “AID*************7SG",
"Arn": "arn:aws:iam::****************:user/a****l",
"CreateDate": "2024-01-31T16:04:08Z"
}
]
}
So I seem to have done everything right, what is the reason I am getting this error:

Metadata
Metadata
Assignees
Labels
No labels