Skip to content

Commit 32815af

Browse files
committed
test: assume secrets manager role
1 parent 6a52bed commit 32815af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,13 +1692,15 @@ tasks:
16921692
updates:
16931693
- {key: NATIVE, value: 'true'}
16941694
- func: install dependencies
1695+
- func: assume secrets manager role
16951696
- func: run kerberos tests
16961697
- name: test-auth-ldap
16971698
tags:
16981699
- auth
16991700
- ldap
17001701
commands:
17011702
- func: install dependencies
1703+
- func: assume secrets manager role
17021704
- func: run ldap tests
17031705
- name: test-socks5
17041706
tags: []

.evergreen/generate_evergreen_tasks.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,18 @@ TASKS.push(
159159
NATIVE: 'true'
160160
}),
161161
{ func: 'install dependencies' },
162+
{ func: 'assume secrets manager role' },
162163
{ func: 'run kerberos tests' }
163164
]
164165
},
165166
{
166167
name: 'test-auth-ldap',
167168
tags: ['auth', 'ldap'],
168-
commands: [{ func: 'install dependencies' }, { func: 'run ldap tests' }]
169+
commands: [
170+
{ func: 'install dependencies' },
171+
{ func: 'assume secrets manager role' },
172+
{ func: 'run ldap tests' }
173+
]
169174
},
170175
{
171176
name: 'test-socks5',

0 commit comments

Comments
 (0)