How to get end user's access-key and secret-access-key by using accountId and registered email/username w.r.t "amazon s3" in spring boot application ?

0

How to get end user's access-key and secret-access-key by using accountId and registered email/username w.r.t "amazon s3" in spring boot application ?

1 Answer
5

Once the secret key is generated, it cannot be retrieved. The ListAccessKeys (https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html ) documentation emphasizes that for AWS account security, the secret access key is only available during key and user creation.

To address your issue, consider other solutions, for example implementing federated login alternatives

Good Luck!

answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions