Add support for AWS credentials in the shell

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: 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
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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
            Reporter:
            Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: