Skip to content

Commit

Permalink
chore: update auto-generated files [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodb-devtools-bot[bot] committed Feb 21, 2025
1 parent aba4ba1 commit 89762a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3780,23 +3780,6 @@ functions:
# - signature_tag (either 'signed' or 'unsigned')
###
add_crypt_shared_and_sbom:
- command: ec2.assume_role
display_name: Assume IAM role with permissions to pull Kondukto API token
params:
role_arn: ${kondukto_role_arn}
- command: shell.exec
display_name: Pull Kondukto API token from AWS Secrets Manager and write it to file
params:
silent: true
shell: bash
working_dir: src
include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
script: |
set -e
# use AWS CLI to get the Kondukto API token from AWS Secrets Manager
kondukto_token=$(aws secretsmanager get-secret-value --secret-id "kondukto-token" --region "us-east-1" --query 'SecretString' --output text)
# set the KONDUKTO_TOKEN environment variable
echo "KONDUKTO_TOKEN=$kondukto_token" > /tmp/kondukto_credentials.env
- command: subprocess.exec
params:
working_dir: src
Expand All @@ -3808,7 +3791,9 @@ functions:
ARTIFACTORY_USERNAME: ${artifactory_username}
ARTIFACTORY_PASSWORD: ${artifactory_password}
# for Silk SBOM integration
KONDUKTO_BRANCH: ${branch_name}_${executable_os_id}
SILK_ASSET_GROUP: mongosh-${executable_os_id}
SILK_CLIENT_ID: ${silk_client_id}
SILK_CLIENT_SECRET: ${silk_client_secret}
create_static_analysis_report:
- command: s3.get
params:
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ Dylan Richardson <dylan.jack.richardson@gmail.com>
djechlin-mongodb <132293929+djechlin-mongodb@users.noreply.github.com>
Ubuntu <ubuntu@ip-10-0-5-160.ec2.internal>
Ubuntu <ubuntu@ip-10-0-4-95.ec2.internal>
Will Ratner <4613914+wratner@users.noreply.github.com>

0 comments on commit 89762a5

Please sign in to comment.