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:
1692
1692
updates :
1693
1693
- {key: NATIVE, value: 'true'}
1694
1694
- func : install dependencies
1695
+ - func : assume secrets manager role
1695
1696
- func : run kerberos tests
1696
1697
- name : test-auth-ldap
1697
1698
tags :
1698
1699
- auth
1699
1700
- ldap
1700
1701
commands :
1701
1702
- func : install dependencies
1703
+ - func : assume secrets manager role
1702
1704
- func : run ldap tests
1703
1705
- name : test-socks5
1704
1706
tags : []
Original file line number Diff line number Diff line change @@ -159,13 +159,18 @@ TASKS.push(
159
159
NATIVE : 'true'
160
160
} ) ,
161
161
{ func : 'install dependencies' } ,
162
+ { func : 'assume secrets manager role' } ,
162
163
{ func : 'run kerberos tests' }
163
164
]
164
165
} ,
165
166
{
166
167
name : 'test-auth-ldap' ,
167
168
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
+ ]
169
174
} ,
170
175
{
171
176
name : 'test-socks5' ,
You can’t perform that action at this time.
0 commit comments