Open brunodomenici opened 5 months ago
Very cool - is there any presumption of what happens when the JWT token expires? Or if the client id / secret are rotated?
Very cool - is there any presumption of what happens when the JWT token expires? Or if the client id / secret are rotated?
According with the doc, the client will handle the refresh:
- When the token expires, the Pulsar Server challenges the client to re-authenticate with the Identity Provider and provide a new access token. If the client fails to re-authenticate, the Pulsar Server closes the connection.
I'm performing some tests. I let you know ;)
BREAKING CHANGE: provider configuration changed from auth.authentication.provider to auth.authentication.jwt.enabled
Motivation
Allow the configuration of the OpenID authentication provider along side with JWT.
Modifications
Provider configuration
auth.authentication.provider
(only 'jwt' value was accepted) was decommissioned in favor ofauth.authentication.jwt.enabled
:From:
To:
Verifying this change