Merge branch 'master' into byoid-metrics

This commit is contained in:
aeitzman
2023-09-12 13:28:38 -07:00
committed by GitHub
13 changed files with 390 additions and 198 deletions

View File

@@ -185,10 +185,6 @@ func (c *Config) parse(ctx context.Context) (baseCredentialSource, error) {
awsCredSource.IMDSv2SessionTokenURL = c.CredentialSource.IMDSv2SessionTokenURL
}
if err := awsCredSource.validateMetadataServers(); err != nil {
return nil, err
}
return awsCredSource, nil
}
} else if c.CredentialSource.File != "" {