0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/jstests/auth
2019-07-24 13:52:17 -04:00
..
lib SERVER-42129 modifies test to account for ephemeralForTest engine's missing oplog after restart. 2019-07-24 13:52:17 -04:00
access_control_with_unreachable_configs.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
arbiter.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
auth1.js SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -04:00
auth2.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
auth3.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
auth_helpers.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
auth_mechanism_discovery.js SERVER-36406 Respect _defaultAuthenticationMechanism when provided 2018-08-22 18:18:25 +00:00
auth_mechanisms_parsing.js SERVER-41152 strip white space from auth mechanisms 2019-06-19 16:15:22 -04:00
auth_options.js
authentication_restrictions_role.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
authentication_restrictions.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
authz_modifications_access_control.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
autocomplete_auth.js SERVER-35638 Short timeout to autocomplete collection names 2019-04-26 15:17:45 -04:00
basic_role_auth.js SERVER-36015: Fix lint. 2018-08-29 21:33:53 -04:00
builtin_roles_system_colls.js
clac_system_colls.js SERVER-36015 Remove references to system.namespaces and system.indexes 2018-08-29 16:47:09 -04:00
cluster_ip_whitelist.js
commands_builtin_roles.js SERVER-37823 Server Side Traffic Capture 2019-02-04 14:49:52 -05:00
commands_user_defined_roles.js SERVER-36081: Auth tests for $out to a foreign database and bypassDocumentValidation 2018-09-12 13:37:11 -04:00
curop_auth_info.js SERVER-41898 Rename "userImpersonators" to "runBy" in currentOp 2019-07-09 13:06:15 -04:00
currentop_cursors_auth.js SERVER-39232 Allow commands that do not require auth to refresh sessions 2019-01-31 14:57:49 -05:00
db_multiple_login.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
deleted_recreated_user.js SERVER-38984 Validate unique User ID on UserCache hit 2019-02-14 16:42:34 +00:00
disable_localhost_bypass.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
explain_auth.js SERVER-28524 remove group command 2018-05-30 09:45:28 -04:00
getMore.js SERVER-37836 re-evaluate authorization for originating command in getMore 2019-02-08 14:34:32 -05:00
indexSystemUsers.js SERVER-36015 Remove references to system.namespaces and system.indexes 2018-08-29 16:47:09 -04:00
iteration_count_control.js SERVER-33012 Create scramSHA256IterationCount setParameter 2018-02-01 18:57:48 -05:00
iteration_count_defaults.js SERVER-33012 Create scramSHA256IterationCount setParameter 2018-02-01 18:57:48 -05:00
js_scope_leak.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
keyfile_rollover.js SERVER-37833 Retry internal auth with alternate key during keyfile rollover 2018-11-07 10:20:26 -05:00
kill_cursors.js SERVER-36829: Let users kill their own cursors 2018-11-21 11:45:52 -05:00
kill_sessions.js SERVER-32509 Report error for unsupported startup-options with Mobile SE 2018-07-05 15:59:19 +10:00
killop_own_ops.js SERVER-35751 robustify kill_own_ops.js 2018-06-28 12:32:42 -04:00
list_all_local_sessions.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
list_all_sessions.js SERVER-40346 Use AlternativeSessionRegion to insert config documents as retryable write 2019-04-16 15:57:30 -04:00
list_collections_filter_views.js SERVER-40553 Filter unauthorized views in listCollections 2019-04-11 23:28:04 +00:00
list_collections_own_collections.js SERVER-38867 refine handling of system collections in listCollections 2019-05-08 06:17:41 +00:00
list_databases.js SERVER-38887 Return names encapsulated when falling back on privilege inspection 2019-01-18 17:55:15 +00:00
list_local_sessions.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
list_sessions.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
listcommands_preauth.js SERVER-35463 Mark listCommands as pre-auth 2018-06-06 20:38:57 -04:00
localhostAuthBypass.js SERVER-36257 Remove copyDB and clone commands 2018-08-07 14:26:55 -04:00
log_userid_off.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
logout_reconnect.js
logs_include_client_info.js SERVER-39820 Include client IP in log message for successful authentication 2019-03-26 11:11:47 -04:00
mergeAuthCollsCommand.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
mongos_cache_invalidation.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
mongoURIAuth.js SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect() 2019-03-11 15:56:34 -04:00
mr_auth.js
pinned_users.js SERVER-40529 Refresh pinned users in background thread 2019-05-28 12:27:34 -04:00
pre_auth_commands_with_sessions.js SERVER-39232 Allow commands that do not require auth to refresh sessions 2019-01-31 14:57:49 -05:00
prepared_transaction.js SERVER-40269: commitTransaction should assert that the prepare oplog entry is majority committed 2019-04-09 09:58:04 -04:00
profile_access.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
profile.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
pseudo_commands.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
readIndex.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
refresh_logical_session_cache_with_long_usernames.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
rename.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
renameRestrictedCollections.js SERVER-39056 Further refine readWriteAnyDatabase 2019-02-04 14:33:43 -05:00
repl_auth.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
repl.js SERVER-32143 Remove test coverage for master-slave 2018-02-21 10:38:49 -05:00
resource_pattern_matching.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
role_management_commands_edge_cases.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
role_management_commands_lib.js
role_management_commands_sharded_wc_1.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
role_management_commands_sharded_wc_majority.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
role_management_commands_standalone.js
sasl_mechanism_discovery.js SERVER-40315 Fix SASL mechanism acquisition for __system in tests 2019-05-07 19:59:30 -04:00
scram-credentials-invalid.js SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256 2018-02-01 19:06:12 -05:00
secondary_invalidation.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
server-4892.js
shell.js SERVER-39128 Avoid double-authentication 2019-01-26 02:20:22 +00:00
show_log_auth.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
system_auth_scram_mechs.js SERVER-34930 Generate sha256 credentials for the internal user 2018-10-02 11:17:10 -04:00
system_roles_collMod.js SERVER-38556 Handle transaction events in RoleGraph update 2019-03-28 19:34:56 -04:00
system_user_exception.js SERVER-32966: Add SASL server mechanism registry 2018-03-09 18:59:45 -05:00
system_user_privileges.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
transactions.js SERVER-33145 Test that users can only use transactions they created 2018-04-13 15:50:28 -04:00
upgrade_noauth_to_keyfile_with_sharding.js
upgrade_noauth_to_keyfile.js SERVER-33488 conditionally update WT size metadata during startup recovery 2018-04-07 10:52:37 -04:00
user_cache_doc_source.js SERVER-36742 : wait on the spawned parallel shell 2018-08-20 17:31:29 -04:00
user_defined_roles_on_secondaries.js SERVER-34822: Make role graph ignore irrelevant createIndexes 2018-05-30 14:03:48 -04:00
user_defined_roles.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
user_management_commands_edge_cases.js SERVER-40436 Ignore the 'flags' field from the 'create' command 2019-04-11 08:21:33 -04:00
user_management_commands_lib.js SERVER-40436 Ignore the 'flags' field from the 'create' command 2019-04-11 08:21:33 -04:00
user_management_commands_mechanisms.js SERVER-35487 Remove FCV 4.0 checks from user management 2018-06-07 19:32:07 -04:00
user_management_commands_sharded_wc_1.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
user_management_commands_sharded_wc_majority.js SERVER-33882 Add requires_sharding tag to sharding tests 2018-03-14 17:46:39 -04:00
user_management_commands_standalone.js
user_special_chars.js
usersInfo.js SERVER-35698 Uncap usersInfo output past 101 results 2018-06-20 18:10:42 -04:00
validate_auth_schema_on_startup.js SERVER-36506 If authSchema validation fails on startup, log a message about using startupAuthSchemaValidation=false 2018-08-16 17:56:32 -04:00
views_authz.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00