strimzi / test-container

Strimzi Test container for unit and integration tests
Apache License 2.0
12 stars 12 forks source link

Add OAuth authorization #103

Open see-quick opened 2 weeks ago

see-quick commented 2 weeks ago

As we have done OAuth authentification integration in [1], we can also include OAuth Authorization. This would involve:

  1. Add configuration to StrimziKafkaContainer to setup Strimzi authorizer
  2. Add a few tests that authorization works
  3. Add authorization realm

note: As we currently have OAuth libs inside images there is no need for additional work on the side of images

[1] - https://github.com/strimzi/test-container/pull/95

im-konge commented 5 days ago

Triaged on 14.11.2024: This is partly implemented - AuthZ should be implemented.

scholzj commented 4 days ago

What are the use-cases for OAuth AuthZ?