Open shorim opened 5 months ago
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to the lack of recent activity. /lifecycle rotten
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
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.