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/kafka] Kerberos ccache support #38291

Open
sokoide opened this issue Mar 3, 2025 · 1 comment · May be fixed by #38296
Open

[exporter/kafka] Kerberos ccache support #38291

sokoide opened this issue Mar 3, 2025 · 1 comment · May be fixed by #38296
Assignees
Labels
enhancement New feature or request exporter/kafka

Comments

@sokoide
Copy link
Member

sokoide commented Mar 3, 2025

Component(s)

exporter/kafka

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

Kafka exporter supports keytab for Kerberized connection, but doesn't support credential cache.

Describe the solution you'd like

We'd like to support Kerberos credential cache as below.

exporters:
  kafka:
    auth:
      kerberos:
        service_name: 'foo'
        realm: 'BAR.COM'
        use_keytab: false
        keytab_file: '/this/is/ignored'
        # use credential cache
        use_ccache: true
        ccache_file: '/tmp/krb5cc_111861'
...

Describe alternatives you've considered

No response

Additional context

We have an environment which we can't copy/generate keytab files, but can have prestashed tickets updated regularly. We'd like to use the ticket as a credential cache.

@sokoide sokoide added enhancement New feature or request needs triage New item requiring triage labels Mar 3, 2025
Copy link
Contributor

github-actions bot commented Mar 3, 2025

Pinging code owners:

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

@sokoide sokoide linked a pull request Mar 3, 2025 that will close this issue
@VihasMakwana VihasMakwana removed the needs triage New item requiring triage label Mar 4, 2025
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

Successfully merging a pull request may close this issue.

2 participants