fmorg-git opened a new pull request, #10875:
URL: https://github.com/apache/ozone/pull/10875

   Please describe your PR in detail:
   * Currently, the following invalid session policy is being silently ignored 
instead of rejected, so this ticket will improve the handling:
   
   ```
   {
       "Version":"2012-10-17",
       "Statement":[
         {
           "Effect":"Allow",
           "Action":"s3:GetObject",
           "Resource":"arn:aws:s3:::iceberg/*",
           "Condition":{
             "StringEquals":{
               "s3:prefix":"logs/*",
               "aws:username":"admin"
             }
           }
         }
       ]
     }
     ```
   
   Separately, currently unsupported AssumeRole api parameters are being 
ignored rather than being rejected. This ticket will improve that as well.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-15984
   
   ## How was this patch tested?
   unit tests and smoke tests
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to