@@ -157,7 +157,7 @@ func Node1BeforeSuite(e2eCtx *E2EContext) []byte {
157
157
ensureSSHKeyPair (e2eCtx .AWSSession , DefaultSSHKeyPairName )
158
158
e2eCtx .Environment .BootstrapAccessKey = newUserAccessKey (context .TODO (), e2eCtx .AWSConfig , bootstrapTemplate .Spec .BootstrapUser .UserName )
159
159
e2eCtx .BootstrapUserAWSSession = NewAWSSessionWithKey (e2eCtx .Environment .BootstrapAccessKey )
160
- // v2AccessKey can be removed after AWS SDK V2 Migration
160
+ //TODO: v2AccessKey can be removed after AWS SDK V2 Migration
161
161
v2AccessKey := & iamtypes.AccessKey {
162
162
AccessKeyId : e2eCtx .Environment .BootstrapAccessKey .AccessKeyId ,
163
163
SecretAccessKey : e2eCtx .Environment .BootstrapAccessKey .SecretAccessKey ,
@@ -231,7 +231,7 @@ func AllNodesBeforeSuite(e2eCtx *E2EContext, data []byte) {
231
231
e2eCtx .Environment .BootstrapClusterProxy = framework .NewClusterProxy ("bootstrap" , conf .KubeconfigPath , e2eCtx .Environment .Scheme )
232
232
e2eCtx .E2EConfig = & conf .E2EConfig
233
233
e2eCtx .BootstrapUserAWSSession = NewAWSSessionWithKey (conf .BootstrapAccessKey )
234
- // v2AccessKey can be removed after AWS SDK V2 Migration
234
+ //TODO: v2AccessKey can be removed after AWS SDK V2 Migration
235
235
v2AccessKey := & iamtypes.AccessKey {
236
236
AccessKeyId : e2eCtx .Environment .BootstrapAccessKey .AccessKeyId ,
237
237
SecretAccessKey : e2eCtx .Environment .BootstrapAccessKey .SecretAccessKey ,
0 commit comments