Commit Graph

29 Commits

Author SHA1 Message Date
Zac
591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Matt Broadstone
771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
Sophia Tan
dcfcdb248c SERVER-84719 Remove dollar tenant from code base (#19711)
GitOrigin-RevId: 0e7522126001f966e314c9ccc99391088c85b465
2024-03-30 06:44:04 +00:00
Didier Nadeau
85fdca8558 SERVER-85427 Remove check for dollar tenant in op_msg (#18164)
GitOrigin-RevId: 5f9a37c98c658d69def2522aad586b76a943f450
2024-01-25 16:42:39 +00:00
Mathis Bessa
482248790b SERVER-81544 Track protocol=atlasproxy on client connections 2023-10-17 21:23:07 +00:00
Sara Golemon
f8befd2f22 SERVER-80394 Improve securityToken handling 2023-08-31 23:34:58 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Gabriel Marks
f571de0fe0 SERVER-76195 Remove non-tenant aware APIs from ResourcePattern 2023-08-01 21:00:53 +00:00
Sara Golemon
e2360b50e7 SERVER-71897 Replace featureFlagMongoStore with featureFlagSecurityToken 2022-12-15 21:38:34 +00:00
jannaerin
7b81482e9c SERVER-62395 Use tid field to create namespace on non-txn commands during oplog application 2022-10-17 22:42:21 +00:00
auto-revert-processor
e63e4961f2 Revert "SERVER-62395 Use tid field to create namespace on non-txn commands during oplog application"
This reverts commit 3e16f4386e.
2022-10-15 03:10:12 +00:00
Hugh Tong
3e16f4386e SERVER-62395 Use tid field to create namespace on non-txn commands during oplog application 2022-10-14 20:15:03 +00:00
Adityavardhan Agrawal
14c36b24c2 SERVER-69499 Change callsites to use serialize and deserialize from NamespaceStringUtil 2022-10-10 19:56:46 +00:00
Sophia Tan
0389b2e0dd SERVER-67423 Include tenantId in requests sent with DBDirectClient to have user management cmds work 2022-09-30 17:39:34 +00:00
Adityavardhan Agrawal
14794d91aa SERVER-67155: serialize and deserialize namespaceString correctly 2022-09-19 19:11:26 +00:00
Hugh Tong
c81e869007 SERVER-66708 Ensure deserializer methods for IDL defined types that construct NamespaceString have access to tenantId 2022-08-18 18:32:23 +00:00
jannaerin
04a4548a4a SERVER-67475 Enable use of securityToken for the basic CRUD operations 2022-07-27 22:21:16 +00:00
Sara Golemon
d762bb7bc5 SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityToken 2022-06-15 17:51:25 +00:00
jannaerin
66566c2abd SERVER-66963 Improve performance of NamespaceString and DatabaseName construction 2022-06-14 16:36:58 +00:00
Sara Golemon
ba6850cae1 SERVER-62406 Introduce ActionType::useTenant for multitenancy override 2022-01-26 21:42:30 +00:00
jannaerin
fcdbc3e8e3 SERVER-62239 Put tenantId on opCtx if passed as $tenant 2022-01-18 20:42:45 +00:00
Kaloian Manassiev
b291569389 Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"
Revert "SERVER-61986 Add TenantNamespace to Collection object"

This reverts commit da6685f264.
This reverts commit 560cf02296.
2022-01-16 08:55:41 +00:00
jannaerin
da6685f264 SERVER-62239 Put tenantId on opCtx if passed as $tenant 2022-01-14 22:40:54 +00:00
Sara Golemon
68827214ba SERVER-61616 Add allowedWithTenant() command property 2021-12-20 18:46:05 +00:00
Sara Golemon
d7845457fd SERVER-61615 Parse authenticated user from security token and add to authorization session 2021-12-07 00:23:48 +00:00
Sara Golemon
e135908fa0 SERVER-61570 Rename supportMultitenancy to multitenancySupport 2021-11-18 17:55:01 +00:00
Sara Golemon
f037d4b867 SERVER-61386 Rename acceptOpMsgSecurityToken to supportMultitenancy 2021-11-10 20:37:49 +00:00
Sara Golemon
fa7f62a123 SERVER-59463 Add tenant ID to log messages 2021-08-24 20:15:57 +00:00
Sara Golemon
745b00e734 SERVER-58381 Define and process kind(2) in OP_MSG payload 2021-07-30 14:50:31 +00:00