Add missing e2e tests for different authentication methods #1069
Labels
area/tests
Writing/adding/Refactoring tests or checks
kind/missing-test
Categorizes issue or PR as related to missing automated tests for scenario.
Description
For MetricPipeline and TracePipeline, there are 3 different authentication methods:
Mutual TLS
,Basic Authentication
andToken-Based With Custom Headers
as doumented here and here.For LogPipeline, we have 2 different authentication methods:
Mutual TLS
andBasic Authentication
as documented here.Currently we have e2e tests for the 3 pipelines only for
Mutual TLS
authentication. We should also add e2e tests for the other authentication methods.Reasons
Increase our e2e test coverage.
Criterias
Basic Authentication
is added for LogPipeline, MetricPipeline and TracePipeline.Token-Based With Custom Headers
is added for MetricPipeline and TracePipeline.The text was updated successfully, but these errors were encountered: