Hello,
We are currently using bitbucket CI/CD for deploying artifacts to S3 bucket. For accessing S3 bucket currently we are using repository variables AWS_ACCESS_KEY and AWS_SECRET. We would like to move away from access key/secret to a more secure way. Is it possible to do this?
Thanks
Aditya
Hi @Aditya Mertia, welcome to the Community!
Using AWS_ACCESS_KEY and AWS_SECRET is the recommended authentication method of Amazon, as explained on their page Authentication. If you have made your keys public by mistake, you can generate new ones anytime.
Is there any reason why you don't believe that's a secure way? Or do you have any concerns about it?
Let us know, and we'll try to help you.
Best regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.