Merge pull request #10491 from zhongwencool/rename-etcd-ssl-to-ssl_options

feat: rename etcd.ssl to etcd.ssl_options
This commit is contained in:
zhongwencool 2023-04-25 10:49:09 +08:00 committed by GitHub
commit 79a235f8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -335,11 +335,12 @@ fields(cluster_etcd) ->
desc => ?DESC(cluster_etcd_node_ttl)
}
)},
{"ssl",
{"ssl_options",
sc(
?R_REF(emqx_schema, "ssl_client_opts"),
#{
desc => ?DESC(cluster_etcd_ssl),
alias => [ssl],
'readOnly' => true
}
)}

View File

@ -0,0 +1 @@
Rename `etcd.ssl` to `etcd.ssl_options` to keep all of SSL options consistent in the configuration file.