Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IAM Policy Documentation for S3 Backend #35270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ajschmidt8
Copy link

This PR fixes the documentation for the S3 backend.

The current DynamoDB IAM policy states that the lock key path should be prefixed with the DynamoDB table name. This is incorrect. As indicated by the source code below, the lock key path is prefixed by the S3 bucket name, not the DynamoDB table name.

I've also updated the bucket's name to BucketName to match the DynamoDB table name, TableName.

Copy link

hashicorp-cla-app bot commented May 31, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

@crw
Copy link
Collaborator

crw commented Jun 3, 2024

Thanks for this submission!

@dlaguerta
Copy link

Hey @ajschmidt8 , it looks like the email you signed the CLA with ([email protected]) doesn't match the commit author :

From bd9c41c Mon Sep 17 00:00:00 2001
From: AJ Schmidt [email protected]
Date: Fri, 31 May 2024 10:38:33 -0400

The CLA bot checks that the commit author matches the signer, so if you could get those two matched up, you should be ok!

@ajschmidt8
Copy link
Author

Hey @ajschmidt8 , it looks like the email you signed the CLA with ([email protected]) doesn't match the commit author :

From bd9c41c Mon Sep 17 00:00:00 2001
From: AJ Schmidt [email protected]
Date: Fri, 31 May 2024 10:38:33 -0400

The CLA bot checks that the commit author matches the signer, so if you could get those two matched up, you should be ok!

It should be fixed in my latest commit, d7cac95.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants