commit | a90e3251d655ada1499c6f627a66036b8ee38a6f | [log] [tgz] |
---|---|---|
author | Goutham Pacha Ravi <gouthampravi@gmail.com> | Thu Sep 15 09:36:32 2022 -0700 |
committer | Goutham Pacha Ravi <gouthampravi@gmail.com> | Thu Sep 15 09:36:32 2022 -0700 |
tree | 35d8b983d762b4a81889382b5048393e415fa5e5 | |
parent | 2b3fcc571f217c14042f0d6991f59087fbfb0385 [diff] |
Expect 404 for unauthorized share access As a fix to bug #1901210, manila's API now responds with a 404 if a user doesn't have access to a non-public share to prevent an existence detection attack. Since manila tempest tests can be used for older branches without the fix, we must accommodate both error codes - 403 and 404 in our tests for a while. Change-Id: I27fdd7dfffeb15965b66dbb3f6b1568c11ff9ad4 Partial-Bug: #1901210 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>