[DOCS-12640] Docs for SERVER-39894: Add support for AWS credentials in the shell Created: 16/Apr/19  Updated: 13/Nov/23  Resolved: 08/Jul/19

Status: Closed
Project: Documentation
Component/s: manual, Server
Affects Version/s: None
Fix Version/s: 4.1.11, Server_Docs_20231030, Server_Docs_20231106, Server_Docs_20231105, Server_Docs_20231113

Type: Task Priority: Major - P3
Reporter: Kay Kim (Inactive) Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: docs-4.2-client-side-encryption, docs-fle
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Documented
documents SERVER-39894 Add support for AWS credentials in th... Closed
Duplicate
Participants:
Days since reply: 4 years, 31 weeks, 2 days ago
Epic Link: DOCS: 4.2 Server/Tools

 Description   

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.)



 Comments   
Comment by Ravind Kumar (Inactive) [ 08/Jul/19 ]

Merged into DOCS-12715

Generated at Thu Feb 08 08:05:44 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.