diff --git a/README.md b/README.md index 121a280280..9739562373 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ full-featured stream processing platforms. ## Roadmap -- Support for watermark progression even if the source is idling (1.1) - Session Window (1.2) ## Demo diff --git a/docs/README.md b/docs/README.md index 23d6832668..73c36e7298 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,7 +29,6 @@ stream processing platforms. ## Roadmap -- Support for watermark progression even if the source is idling (1.1) - Session Window (1.2) ## Demo diff --git a/server/common/consts.go b/server/common/consts.go index 6205c79972..6d6b02087d 100644 --- a/server/common/consts.go +++ b/server/common/consts.go @@ -25,7 +25,7 @@ const ( LoginCookieName = "numaflow-login" NumaflowAdminUsername = "admin" NumaflowAccountsSecret = "numaflow-server-secrets" - NumaflowAccountsConfigMap = "numaflow-server-config" + NumaflowAccountsConfigMap = "numaflow-server-local-user-config" NumaflowServerSecretKey = "server.secretkey" TokenIssuer = "numaflow-server" AdminInitialPasswordHashKey = "admin.initial-password"