-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
v8.0
-
Security 2024-06-10
SERVER-88594 is the main test for the authorization test for internal commands. It provides the test setups and tests for authorization success (with credential) and failure (without appropriate credential).
A successful authorization test should include 1) access success with proper credentials 2) access failure without proper credentials.
The following four commands are currently running without proper credential (the expected behavior was failure, observed behavior was that the command ran successfully). This ticket investigates the reasons and takes appropriate actions.
_dropConnectionsToMongot
_hashBSONElement
_isSelf
_mongotConnPoolStats
- depends on
-
SERVER-88594 Write a test to assert that internal commands have auth checks
- Closed