From 1e6df9713051763d98d71c0d677a9a64a6279de8 Mon Sep 17 00:00:00 2001 From: Arnob Kumar Saha Date: Fri, 22 Nov 2024 14:21:21 +0600 Subject: [PATCH] Rename auth-active-from annotation (#1354) Signed-off-by: Arnob kumar saha --- apis/kubedb/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/kubedb/constants.go b/apis/kubedb/constants.go index 4f8fa0c5fd..9a47a65378 100644 --- a/apis/kubedb/constants.go +++ b/apis/kubedb/constants.go @@ -68,7 +68,7 @@ const ( ProxySQLKey = "proxysql" + "." + GroupName // Auth related constants - BasicAuthActiveFromAnnotation = "basic-auth-active-from" + AuthActiveFromAnnotation = GroupName + "/auth-active-from" // =========================== Elasticsearch Constants ============================ ElasticsearchRestPort = 9200