How to configure mutual authentication for aws s3 buckets

0

We were able to communicate with AWS S3 buckets via curl for GET and PUT rest calls. We are planning to implement mutual authentication for AWS S3 buckets. Need guidance for the approach to be followed to achieve this. Our queries:

  1. To implement Mutual authentication(mtls), Is it mandatory to create a custom domain name for our AWS S3 bucket?
  2. Is there any other simple way where we can enable mtls for aws S3 storage?
demandé il y a un an1164 vues
1 réponse
0

According to the AWS documentation, mutual TLS authentication requires a custom domain name for the REST API that accesses the S3 bucket. You can use AWS API Gateway to call the S3 bucket. You can have a look at the below links. Hope this helps. https://repost.aws/knowledge-center/api-gateway-tls-certificate https://docs.aws.amazon.com/apigateway/latest/developerguide/rest-api-mutual-tls.html

Manu
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions