Skip to content

Commit

Permalink
Merge branch 'w/2.7/bugfix/ZENKO-4932' into tmp/octopus/w/2.8/bugfix/Z…
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Nov 27, 2024
2 parents 28c56aa + 8b4f3d4 commit 9422419
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/ctst/features/iam-policies/IAMUser.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Feature: IAM Policies for IAM Users
| GetObject | Allow | iu-go-bucket3-1/* | iu-go-bucket3 | exists | |
| GetObject | Allow | iu-go-bucket4/go-object1 | iu-go-bucket4 | exists | go-object |
| GetObject | Deny | * | iu-go-bucket5 | exists | |
| GetObject | Deny | iu-go-bucket5/* | iu-go-bucket5 | exists | |
| GetObject | Deny | iu-go-bucket6/go-object | iu-go-bucket6 | exists | go-object |
| GetObject | Deny | iu-go-bucket6/* | iu-go-bucket6 | exists | |
| GetObject | Deny | iu-go-bucket7/go-object | iu-go-bucket7 | exists | go-object |

@2.6.0
@PreMerge
Expand All @@ -70,9 +70,9 @@ Feature: IAM Policies for IAM Users
When the user tries to perform "<action>" on the bucket
Then the user should receive "AccessDenied" error
Examples:
| action | resource | bucketName | objectExists | objectName |
| MetadataSearch | * | iu-md-bucket5 | does not exist | |
| MetadataSearch | iu-md-bucket6 | iu-md-bucket6 | does not exist | |
| GetObject | * | iu-go-bucket7 | exists | |
| GetObject | iu-go-bucket8/* | iu-go-bucket8 | exists | |
| GetObject | iu-go-bucket9/go-object | iu-go-bucket9 | exists | go-object |
| action | resource | bucketName | objectExists | objectName |
| MetadataSearch | * | iu-md-bucket5 | does not exist | |
| MetadataSearch | iu-md-bucket6 | iu-md-bucket6 | does not exist | |
| GetObject | * | iu-go-bucket8 | exists | |
| GetObject | iu-go-bucket9/* | iu-go-bucket9 | exists | |
| GetObject | iu-go-bucket10/go-object | iu-go-bucket10 | exists | go-object |

0 comments on commit 9422419

Please sign in to comment.