torwig commented on code in PR #201:
URL: 
https://github.com/apache/kvrocks-controller/pull/201#discussion_r1728403573


##########
config/config.go:
##########
@@ -37,6 +37,11 @@ type AdminConfig struct {
        Addr string `yaml:"addr"`
 }
 
+type ApiAuthConfig struct {
+       ApiUser     string `yaml:"apiUser"`
+       ApiPassword string `yaml:"apiPassword"`

Review Comment:
   The same: yaml-tags.



-- 
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]

Reply via email to