Skip to content

Commit b975772

Browse files
committed
[ISSUE #9111] Fix ACL in ExportRocksDBConfigToJsonRequestHeader
1 parent 37e6de3 commit b975772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remoting/src/main/java/org/apache/rocketmq/remoting/protocol/header/ExportRocksDBConfigToJsonRequestHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import org.apache.rocketmq.remoting.exception.RemotingCommandException;
2828
import org.apache.rocketmq.remoting.protocol.RequestCode;
2929

30-
@RocketMQAction(value = RequestCode.EXPORT_ROCKSDB_CONFIG_TO_JSON, resource = ResourceType.CLUSTER, action = Action.UPDATE)
30+
@RocketMQAction(value = RequestCode.EXPORT_ROCKSDB_CONFIG_TO_JSON, resource = ResourceType.CLUSTER, action = Action.GET)
3131
public class ExportRocksDBConfigToJsonRequestHeader implements CommandCustomHeader {
3232
private static final String CONFIG_TYPE_SEPARATOR = ";";
3333

0 commit comments

Comments
 (0)