torwig commented on code in PR #201:
URL:
https://github.com/apache/kvrocks-controller/pull/201#discussion_r1728403320
##########
config/config.go:
##########
@@ -55,6 +60,7 @@ type Config struct {
Zookeeper *zookeeper.Config `yaml:"zookeeper"`
Admin AdminConfig `yaml:"admin"`
Controller *ControllerConfig `yaml:"controller"`
+ ApiAuth *ApiAuthConfig `yaml:"apiAuth"`
Review Comment:
I see that we we snake_case for yaml-tags in this file. Could you please
adhere this convention?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]