0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/jstests/auth
2019-07-09 13:06:15 -04:00
..
lib SERVER-38356 added functionality to forbid dropping the oplog, modified tests to get around Evergreen issue 2019-07-08 15:06:36 -04:00
access_control_with_unreachable_configs.js
arbiter.js
auth1.js
auth2.js
auth3.js
auth_helpers.js
auth_mechanism_discovery.js
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
authentication_restrictions.js
authz_modifications_access_control.js
autocomplete_auth.js SERVER-35638 Short timeout to autocomplete collection names 2019-04-26 15:17:45 -04:00
basic_role_auth.js
builtin_roles_system_colls.js
clac_system_colls.js
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
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
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
explain_auth.js
getMore.js SERVER-37836 re-evaluate authorization for originating command in getMore 2019-02-08 14:34:32 -05:00
indexSystemUsers.js
iteration_count_control.js
iteration_count_defaults.js
js_scope_leak.js
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
killop_own_ops.js
list_all_local_sessions.js
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
list_sessions.js
listcommands_preauth.js
localhostAuthBypass.js
log_userid_off.js
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
mongos_cache_invalidation.js
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
profile.js
pseudo_commands.js
readIndex.js
refresh_logical_session_cache_with_long_usernames.js
rename.js
renameRestrictedCollections.js SERVER-39056 Further refine readWriteAnyDatabase 2019-02-04 14:33:43 -05:00
repl_auth.js
repl.js
resource_pattern_matching.js
role_management_commands_edge_cases.js
role_management_commands_lib.js
role_management_commands_sharded_wc_1.js
role_management_commands_sharded_wc_majority.js
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
secondary_invalidation.js
server-4892.js
shell.js SERVER-39128 Avoid double-authentication 2019-01-26 02:20:22 +00:00
show_log_auth.js
system_auth_scram_mechs.js
system_roles_collMod.js SERVER-38556 Handle transaction events in RoleGraph update 2019-03-28 19:34:56 -04:00
system_user_exception.js
system_user_privileges.js
transactions.js
upgrade_noauth_to_keyfile_with_sharding.js
upgrade_noauth_to_keyfile.js
user_cache_doc_source.js
user_defined_roles_on_secondaries.js
user_defined_roles.js
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
user_management_commands_sharded_wc_1.js
user_management_commands_sharded_wc_majority.js
user_management_commands_standalone.js
user_special_chars.js
usersInfo.js
validate_auth_schema_on_startup.js
views_authz.js