Skip to content

Commit febf1a2

Browse files
committed
MB-50237 [BP] refresh cbauth if manifest id on at least of one bucket
...changes This is a backport of MB-49595. Change-Id: I73adb8c84799b0ed9f7f58dba69599e9d7bae9f2 Reviewed-on: https://review.couchbase.org/c/ns_server/+/172374 Well-Formed: Restriction Checker Well-Formed: Build Bot <[email protected]> Reviewed-by: Bryan McCoid <[email protected]> Tested-by: Steve Watanabe <[email protected]>
1 parent 7256968 commit febf1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menelaus_cbauth.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ is_interesting(ssl_minimum_protocol) -> true;
9090
is_interesting(cluster_encryption_level) -> true;
9191
is_interesting({security_settings, _}) -> true;
9292
is_interesting({node, N, prometheus_auth_info}) when N =:= node() -> true;
93-
is_interesting(_) -> false.
93+
is_interesting(Key) -> collections:key_match(Key) =/= false.
9494

9595
handle_call(_Msg, _From, State) ->
9696
{reply, not_implemented, State}.

0 commit comments

Comments
 (0)