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

INTEGRATION [PR#5626 > development/8.7] Fixup on deleteObject #5633

Merged

Commits on Jul 15, 2024

  1. processBucketPolicy fixup for objectDelete

    Introduced by #5580
    we now do send a requestContext with no specific resource instead
    of "null", which results in a policy evaluation error.
    As we get an implicit deny for the requestType "objectDelete",
    cause the processed result to be false , thus sending an empty
    array of objects to vault , resulting in a deny even when the policy
    allows the action on specific objects.
    
    Linked Issue : https://scality.atlassian.net/browse/CLDSRV-555
    benzekrimaha committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d91853a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bugfix/CLDSRV-555-deleteObjects-policy-eval-fix' into t…

    …mp/octopus/w/7.70/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix
    bert-e committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e139406 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'w/7.70/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix'…

    … into tmp/octopus/w/8.6/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix
    bert-e committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0cd10a7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'w/8.6/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix' …

    …into tmp/octopus/w/8.7/bugfix/CLDSRV-555-deleteObjects-policy-eval-fix
    bert-e committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    22887f4 View commit details
    Browse the repository at this point in the history