You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about integrating into Strimzi the OAuth Authorization provided by Keycloak.
It's related to this strimzi/strimzi-kafka-oauth#24 and providing the right CRD additions into the Kafka resource for enabling this type of authorization (other than the simple one already in place).
Authorization should have a new keycloak type and the related configuration parameters in the CRD.
Following a proposal for that.
# ...authorization:
type: keycloaktokenEndpointUri: <URL of the Keycloak's token endpoint>clientId: <A client id of the OAuth client definition in Keycloak>delegateToKafkaAcls: false #if fallback to Simple authz if no access provided by KeycloaktlsTrustedCertificates:
- secretName: oauth-server-certcertificate: ca.crtdisableTlsHostnameVerification: falsesuperUsers:
- Alice
- CN=Bob
The text was updated successfully, but these errors were encountered:
This issue is about integrating into Strimzi the OAuth Authorization provided by Keycloak.
It's related to this strimzi/strimzi-kafka-oauth#24 and providing the right CRD additions into the
Kafka
resource for enabling this type of authorization (other than thesimple
one already in place).Authorization should have a new
keycloak
type and the related configuration parameters in the CRD.Following a proposal for that.
The text was updated successfully, but these errors were encountered: