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

Integrate additional OAuth 0.15.0 config options #9970

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mstruk
Copy link
Contributor

@mstruk mstruk commented Apr 16, 2024

Type of change

  • Enhancement / new feature

Description

The following options have been added to authentication section of type oauth of Kafka CR:

  • userNamePrefix

The following options have been added to authentication section of type oauth of KafkaMirrorMaker, KafkaMirrorMaker2, KafkaConnectCluster, and KafkaBridge CRs:

  • clientAssertion
  • clientAssertionLocation
  • clientAssertionType
  • saslExtensions

Checklist

Please go through this checklist and make sure all applicable tasks have been done

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Check RBAC rights for Kubernetes / OpenShift roles
  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Reference relevant issue(s) and close them after merging
  • Update CHANGELOG.md
  • Supply screenshots for visual changes, such as Grafana dashboards

@mstruk mstruk added this to the 0.41.0 milestone Apr 16, 2024
@scholzj scholzj modified the milestones: 0.41.0, 0.42.0 May 7, 2024
The following options have been added to `authentication` section of type `oauth` of Kafka CR:
- `userNamePrefix`
- `serverBearerTokenLocation`

The following options have been added to `authentication` section of type `oauth` of KafkaMirrorMaker, KafkaMirrorMaker2, KafkaConnectCluster, and KafkaBridge CRs:
- `clientAssertion`
- `clientAssertionLocation`
- `clientAssertionType`
- `saslExtensions`

Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants