You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/04/16 00:58:35 UTC

[GitHub] [geode] agingade commented on a diff in pull request #7598: GEODE-10243: Fail early if old client auth expires

agingade commented on code in PR #7598:
URL: https://github.com/apache/geode/pull/7598#discussion_r851566972


##########
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/ClientReAuthenticateMessage.java:
##########
@@ -28,6 +28,11 @@
 public class ClientReAuthenticateMessage implements ClientMessage {
   @Immutable
   public static final KnownVersion RE_AUTHENTICATION_START_VERSION = KnownVersion.GEODE_1_15_0;
+
+  public static final String OLD_CLIENT_AUTHENTICATION_EXPIRED =
+      "Authorization expired for a client with a version less than Geode 1.15. Cannot re-authenticate an older client "
+          + " that has a server to client queue for CQs or interest registrations. "
+          + "Please upgrade your client to Geode 1.15 or greater to allow re-authentication.";

Review Comment:
   Do we need please :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org