Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter/cassandra] Added authorization by username and password #27841

Merged
merged 26 commits into from
Jan 15, 2024
Merged

[exporter/cassandra] Added authorization by username and password #27841

merged 26 commits into from
Jan 15, 2024

Conversation

go-follow
Copy link
Contributor

Description:
Added authorization by username and password for the Casandra exporter

Link to tracking Issue: #27827

Testing:

Documentation:

@go-follow go-follow requested a review from a team October 18, 2023 13:03
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 18, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

exporter/cassandraexporter/config.go Outdated Show resolved Hide resolved
exporter/cassandraexporter/exporter_traces.go Outdated Show resolved Hide resolved
go-follow and others added 2 commits October 19, 2023 09:00
Co-authored-by: Curtis Robert <92119472+crobert-1@users.noreply.github.com>
@atoulme
Copy link
Contributor

atoulme commented Oct 19, 2023

Needs test and a changelog - see the failing changelog build for steps.

@go-follow
Copy link
Contributor Author

Needs test and a changelog - see the failing changelog build for steps.

I did it

Copy link
Contributor

@atoulme atoulme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@atoulme
Copy link
Contributor

atoulme commented Nov 8, 2023

Please rebase.

Copy link
Contributor

github-actions bot commented Dec 9, 2023

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 9, 2023
@crobert-1 crobert-1 removed the Stale label Dec 11, 2023
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 26, 2023
@fatsheep9146
Copy link
Contributor

@go-follow please fix the conflict

@github-actions github-actions bot removed the Stale label Dec 27, 2023
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jan 10, 2024
@crobert-1 crobert-1 removed the Stale label Jan 10, 2024
…ndra/added-authorization

# Conflicts:
#	exporter/cassandraexporter/README.md
#	exporter/cassandraexporter/config.go
#	exporter/cassandraexporter/exporter_logs.go
#	exporter/cassandraexporter/exporter_traces.go
#	exporter/cassandraexporter/go.mod
#	exporter/cassandraexporter/go.sum
@go-follow
Copy link
Contributor Author

@go-follow please fix the conflict

I'm sorry I wasn't active. I was very busy...

@fatsheep9146
Copy link
Contributor

@go-follow please fix the conflict

I'm sorry I wasn't active. I was very busy...

Thanks for your time!

@fatsheep9146
Copy link
Contributor

--- a/exporter/cassandraexporter/go.mod
+++ b/exporter/cassandraexporter/go.mod
@@ -7,7 +7,7 @@ require (
 	github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.92.0
 	github.com/stretchr/testify v1.8.4
 	go.opentelemetry.io/collector/component v0.92.1-0.20240112172857-83d[46](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/7518433545/job/20467917191?pr=27841#step:3:47)3ceba06
-	go.opentelemetry.io/collector/config/configopaque v0.92.0
+	go.opentelemetry.io/collector/config/configopaque v0.92.1-0.20240112172857-83d463ceba06
 	go.opentelemetry.io/collector/confmap v0.92.1-0.20240112172857-83d463ceba06
 	go.opentelemetry.io/collector/exporter v0.92.1-0.20240112172857-83d463ceba06
 	go.opentelemetry.io/collector/pdata v1.0.2-0.20240112172857-83d463ceba06

There only one problem needs to be fixed. @go-follow Feel free to fix it when you have time.

@codeboten codeboten merged commit 3d84fbd into open-telemetry:main Jan 15, 2024
85 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 15, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Feb 1, 2024
…en-telemetry#27841)

Added authorization by username and password for the Casandra exporter

Fixes open-telemetry#27827

---------

Co-authored-by: Curtis Robert <92119472+crobert-1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants