forked from TrueCloudLab/frostfs-node
[#1184] ir: Add grpc middleware for control service
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
ecd1ed7a5e
commit
fd28461def
6 changed files with 121 additions and 6 deletions
|
@ -45,6 +45,8 @@ func defaultConfiguration(cfg *viper.Viper) {
|
|||
cfg.SetDefault("governance.disable", false)
|
||||
|
||||
cfg.SetDefault("node.kludge_compatibility_mode", false)
|
||||
|
||||
cfg.SetDefault("audit.enabled", false)
|
||||
}
|
||||
|
||||
func setControlDefaults(cfg *viper.Viper) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue