Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-39894

Add support for AWS credentials in the shell

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.11
    • Affects Version/s: None
    • Component/s: Shell
    • None
    • Fully Compatible
    • Security 2019-03-25, Security 2019-04-08, Security 2019-04-22

      1. Add support for AWS credentials in Mongo() constructor (see scripting/mozjs/mongo.cpp)
      2. Add support for reading AWS information from command line flags

      awsAccessKeyId=<string>

      • AWS Access Key Id, an identifier, not security sensitive
        awsSecretAccessKey=<string>
      • AWS Secret Key, paired with Key Id, security sensitive
      • It must be redacted from the command line
      • Will be held in secure memory (i.e. non-pageable, not captured by dumps, zeroed on free)
        awsSessionToken=<string>
      • Optional AWS Session Token Id, an identifier, not security sensitive
        awsRegion=<string>
      • AWS Region name

      For API details, see scope

            Assignee:
            shreyas.kalyan@mongodb.com Shreyas Kalyan
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: