File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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 : []
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments