0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/auth
2021-04-02 19:56:12 +00:00
..
lib SERVER-54763 Allow users to run validateDBMetadata command on all database without privileges to 'internal' databases 2021-03-31 12:56:11 +00:00
access_control_with_unreachable_configs.js
applyOps_privilege.js SERVER-36263 Bypassing operation validation in applyOps should require special privilege 2021-03-09 23:21:48 +00:00
arbiter.js SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
auth1.js SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
auth2.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
auth3.js Revert "SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggregation stage" 2021-03-29 21:56:24 +00:00
auth_helpers.js
auth_mechanism_discovery.js
auth_mechanisms_parsing.js
auth_options.js
auth_pass_prompt.js SERVER-53604 Convey both id and full arn to authenticate audit events 2021-03-05 18:39:29 +00:00
auth-counters.js SERVER-50672 Mark auth-counter.js as needing replication 2020-09-02 16:27:30 +00:00
authentication_restrictions_role.js SERVER-50204 Refactor role acquisition using resolveRoles 2020-08-24 23:19:05 +00:00
authentication_restrictions.js
authz_cache_on_system_modification.js
authz_modifications_access_control.js
autocomplete_auth.js
basic_role_auth.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
builtin_roles_system_colls.js
builtin_roles.js SERVER-54986 Tag auth test that use sharded cluster 2021-03-07 11:05:12 +00:00
clac_system_colls.js
cluster_ip_whitelist.js
commands_builtin_roles.js SERVER-52158 Move reshardCollection command behind its feature flag. 2021-03-16 13:18:04 +00:00
commands_user_defined_roles.js SERVER-43897 Make authentication js tests start shards as replica sets 2021-03-03 11:34:48 +00:00
curop_auth_info.js
currentop_cursors_auth.js
db_multiple_login.js
deleted_recreated_user_base.js
deleted_recreated_user_mongod.js
deleted_recreated_user_sharded_cluster.js
disable_localhost_bypass.js
drop-user-transaction.js SERVER-52597 Add tags to drop-user-transaction test 2020-11-04 20:40:07 +00:00
explain_auth.js
getMore.js SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
indexSystemUsers.js
iteration_count_control.js
iteration_count_defaults.js
js_scope_leak.js
keyfile_rollover.js SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
kill_cursors.js
kill_sessions.js
killop_own_ops.js
list_all_local_sessions.js
list_all_sessions.js
list_collections_filter_views.js SERVER-54986 Tag auth test that use sharded cluster 2021-03-07 11:05:12 +00:00
list_collections_own_collections.js SERVER-54986 Tag auth test that use sharded cluster 2021-03-07 11:05:12 +00:00
list_databases_base.js
list_databases_mongod.js
list_databases_sharded_cluster.js
list_local_sessions_base.js
list_local_sessions_mongod.js
list_local_sessions_sharded_cluster.js
list_sessions.js
listcommands_preauth_base.js
listcommands_preauth_mongod.js
listcommands_preauth_sharded_cluster.js
localhost_authbypass_state.js
localhostAuthBypass.js
log_userid_off.js
logout_reconnect.js
logs_include_client_info.js SERVER-51489 Add client IP to slow query log lines in server logs 2020-11-25 23:43:40 +00:00
mergeAuthCollsCommand.js
mongos_cache_invalidation.js
mongoURIAuth.js
mr_auth.js
pinned_users_clear_pinned_user_list.js
pinned_users_exclusive_lock_on_admin.js
pinned_users_remove_user_document_unpins_user.js
pre_auth_commands_with_sessions.js SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
prepared_transaction.js
profile_access.js
profile.js
pseudo_commands.js
readIndex.js SERVER-50442 Remove ensureIndex shell function 2020-11-17 14:23:10 +00:00
refresh_logical_session_cache_with_long_usernames.js
rename.js
renameRestrictedCollections.js
repl_auth_shell_mechanism.js
repl_auth.js
repl_require_keyfile.js SERVER-48516 Verify at startup replica set with auth has a keyFile 2020-11-13 21:17:26 +00:00
repl_set_test_keyfile_auth_await_replication.js SERVER-53812: Fix awaitReplication in ReplSetTest with keyfile auth enabled 2021-02-18 18:57:37 +00:00
repl.js SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
resource_pattern_matching.js SERVER-53812: Fix awaitReplication in ReplSetTest with keyfile auth enabled 2021-02-18 18:57:37 +00:00
role_management_commands_edge_cases.js SERVER-50292 Refactor user acuisition via externalState 2020-09-02 15:19:57 +00:00
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-54218 Update authentication counter patterns of use 2021-02-03 22:44:39 +00:00
sasl-unknown-mech.js SERVER-53154 Convert saslStart/saslContinue to TypedCommand 2021-01-12 20:30:56 +00:00
scram-credentials-invalid.js
secondary_invalidation.js
server-4892.js
shell.js
show_log_auth.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
speculative-auth-replset.js SERVER-55710 Verify speculative cluster authentication via logs 2021-04-02 19:56:12 +00:00
speculative-auth-sharding.js
speculative-sasl-start.js SERVER-53604 Convey both id and full arn to authenticate audit events 2021-03-05 18:39:29 +00:00
system_auth_scram_mechs.js
system_user_exception.js
system_user_privileges.js
transactions.js
upgrade_noauth_to_keyfile_with_sharding.js SERVER-48261 Unblacklist auth tests that use the 'mixedShardTest' helper 2020-11-17 23:54:36 +00:00
upgrade_noauth_to_keyfile.js
user_cache_doc_source.js
user_defined_roles_on_secondaries.js SERVER-55159: Avoid using assert.commandWorked() to wait for writeConcern in an assert.soon() loop 2021-03-12 00:33:50 +00:00
user_defined_roles.js
user_management_commands_edge_cases.js
user_management_commands_lib.js
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
user-cache-invalidation.js SERVER-55172 Add and use a fail point to wait for user cache invalidation 2021-03-22 16:59:29 +00:00
usersInfo_base.js
usersInfo_mongod.js
usersInfo_sharded_cluster.js
validate_auth_schema_on_startup.js
validate_sasl_mechanism.js SERVER-50748 Add repl and sharding tasks to the undodb variant 2020-09-27 23:23:02 +00:00
views_authz.js