bf2fc6cc711aee1a0c2a / kafka-admin-api

Backend operations in the UI for the Kafka service.
Apache License 2.0
1 stars 10 forks source link

MGDSTRM-8261-Updating Admin server to use Quarkus 2.7.5 and smallrye-jwt 3.5.3 #211

Closed biswassri closed 2 years ago

MikeEdgar commented 2 years ago

We will also need to managed the smallrye-jwt version to the current version so that we can configure the OAuth trusted certificate similar to what was previously done in TrustedSSOCallerPrincipalFactoryProducer. To do this, set the value of smallrye.jwt.client.tls.certificate to ${kafka.admin.oauth.trusted.cert:} in the application properties. The value will be provide by kas-fleetshard in the environment variables.

https://github.com/smallrye/smallrye-jwt/releases/tag/3.5.3