diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2019-12-26 20:03:14 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-26 20:03:14 +0000 |
commit | 62f35e9e7bb2a58404462c226fe04224bb484709 (patch) | |
tree | 98d9252ad2e8adedf6f32e1b5afa07b911354277 /src/mongo/shell/shell_options.cpp | |
parent | 8f3a768c61a9ca3c46739c5639584e738774666b (diff) | |
download | mongo-62f35e9e7bb2a58404462c226fe04224bb484709.tar.gz |
SERVER-44266 Add IAM client code to shell and clients with mock ECS endpoint
Diffstat (limited to 'src/mongo/shell/shell_options.cpp')
-rw-r--r-- | src/mongo/shell/shell_options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_options.cpp b/src/mongo/shell/shell_options.cpp index f956caa1641..c299e0fb614 100644 --- a/src/mongo/shell/shell_options.cpp +++ b/src/mongo/shell/shell_options.cpp @@ -63,6 +63,7 @@ using std::vector; // SERVER-36807: Limit --setShellParameter to SetParameters we know we want to expose. const std::set<std::string> kSetShellParameterWhitelist = { "awsEC2InstanceMetadataUrl", + "awsECSInstanceMetadataUrl", "disabledSecureAllocatorDomains", "newLineAfterPasswordPromptForTest", "skipShellCursorFinalize", |