accessKeyId missing should return appropriate error in AssumeRole (#9048)
For a non-existent user server would return STS not initialized ``` aws --profile harsha --endpoint-url http://localhost:9000 \ sts assume-role \ --role-arn arn:xxx:xxx:xxx:xxxx \ --role-session-name anything ``` instead return an appropriate error as expected by STS API Additionally also format the `trace` output for STS APIsmaster
parent
2dd14c0b89
commit
1330e59307
Loading…
Reference in new issue