We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7256968 commit febf1a2Copy full SHA for febf1a2
src/menelaus_cbauth.erl
@@ -90,7 +90,7 @@ is_interesting(ssl_minimum_protocol) -> true;
90
is_interesting(cluster_encryption_level) -> true;
91
is_interesting({security_settings, _}) -> true;
92
is_interesting({node, N, prometheus_auth_info}) when N =:= node() -> true;
93
-is_interesting(_) -> false.
+is_interesting(Key) -> collections:key_match(Key) =/= false.
94
95
handle_call(_Msg, _From, State) ->
96
{reply, not_implemented, State}.
0 commit comments