Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-12640

Docs for SERVER-39894: Add support for AWS credentials in the shell

      Description

      Description:

      Discussed in FLE weekly meeting

      Engineering Ticket Description:

      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

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            Unassigned Unassigned
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              4 years, 41 weeks, 3 days ago