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

Add DisablePAFXFAST option to kafka exporter #26345

Open
swythan opened this issue Aug 31, 2023 · 8 comments
Open

Add DisablePAFXFAST option to kafka exporter #26345

swythan opened this issue Aug 31, 2023 · 8 comments
Assignees
Labels
enhancement New feature or request exporter/kafka

Comments

@swythan
Copy link

swythan commented Aug 31, 2023

Component(s)

exporter/kafka

Is your feature request related to a problem? Please describe.

When attempting to use kerberos authentication against ActiveDirectotry in the kafka exporter, I get the following error:

[Root cause: KRBMessage_Handling_Error] KRBMessage_Handling_Error: AS Exchange Error: AS_REP is not valid or client password/keytab incorrect < KRBMessage_Handling_Error: KDC did not respond appropriately to FAST negotiation

I'm told that this is because our ActiveDirectory controller doesn't support FAST.

Describe the solution you'd like

Looking further it seems that the sarama library added an option for this, so hopefully it should just be a question of plumbing the config through.

Sarama PR: IBM/sarama#1466
Sarama config docs: https://pkg.go.dev/github.com/IBM/sarama#GSSAPIConfig.DisablePAFXFAST

Describe alternatives you've considered

No response

Additional context

No response

@swythan swythan added enhancement New feature or request needs triage New item requiring triage labels Aug 31, 2023
@github-actions
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@swythan
Copy link
Author

swythan commented Aug 31, 2023

This seems trivial to add, so I've speculatively made a PR.

Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions github-actions bot added the Stale label Nov 15, 2023
@swythan
Copy link
Author

swythan commented Nov 15, 2023

This is still something that is needed. Can I get someone interested in reviewing it if I update my PR for the refactoring that has happened underneath me?

@github-actions github-actions bot removed the Stale label Nov 16, 2023
Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions github-actions bot added the Stale label Jan 16, 2024
@swythan
Copy link
Author

swythan commented Jan 22, 2024

@open-telemetry/collector-contrib-triagers is there any point me resolving the conflicts caused by the refactoring on main? How would I get the resulting changes merged?

@github-actions github-actions bot removed the Stale label Jan 23, 2024
Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions github-actions bot added the Stale label Mar 25, 2024
@swythan
Copy link
Author

swythan commented Mar 25, 2024

Still awaiting a response from a maintainer.

@github-actions github-actions bot removed the Stale label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exporter/kafka
Projects
None yet
Development

No branches or pull requests

2 participants