Open Tiper-In-Github opened 3 months ago
Of course, I could simply fill in the missing configuration and get my own code to run, but I would like more inspection by a developer who is more familiar with the framework.
This problem will make it impossible to use authentication in the framework's native service discovery
The configuration item with the problem is
pitaya.cluster.sd.etcd.user
andpitaya.cluster.sd.etcd.pass
inetcd_service_discovery.go
:🥲but,in
viper_config.go
:These two configuration items are missing in the code. You need to add them and check whether there are the same problems in other places (such as groups) and fix them together.