-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20108 from hashicorp/b-lakeformation-iam-allowed
lakeformation: Fix various bugs including SELECT permission issues
- Loading branch information
Showing
13 changed files
with
1,400 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
```release-note:bug | ||
resource/aws_lakeformation_permissions: Fix various problems with permissions including select-only | ||
``` | ||
|
||
```release-note:bug | ||
data-source/aws_lakeformation_permissions: Fix various problems with permissions including select-only | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package lakeformation | ||
|
||
const ( | ||
TableNameAllTables = "ALL_TABLES" | ||
TableTypeTable = "Table" | ||
TableTypeTableWithColumns = "TableWithColumns" | ||
IAMAllowedPrincipals = "IAM_ALLOWED_PRINCIPALS" | ||
) |
Oops, something went wrong.