seaweedfs/weed/command/scaffold
vadimartynov 86d92a42b4
Added tls for http clients (#5766)
* Added global http client

* Added Do func for global http client

* Changed the code to use the global http client

* Fix http client in volume uploader

* Fixed pkg name

* Fixed http util funcs

* Fixed http client for bench_filer_upload

* Fixed http client for stress_filer_upload

* Fixed http client for filer_server_handlers_proxy

* Fixed http client for command_fs_merge_volumes

* Fixed http client for command_fs_merge_volumes and command_volume_fsck

* Fixed http client for s3api_server

* Added init global client for main funcs

* Rename global_client to client

* Changed:
- fixed NewHttpClient;
- added CheckIsHttpsClientEnabled func
- updated security.toml in scaffold

* Reduce the visibility of some functions in the util/http/client pkg

* Added the loadSecurityConfig function

* Use util.LoadSecurityConfiguration() in NewHttpClient func
2024-07-16 23:14:09 -07:00
..
example.go extract embed toml example to separate files 2021-07-05 11:16:49 +08:00
filer.toml Feature/mongodb security (#5602) 2024-05-18 12:19:10 -07:00
master.toml s3 backend support customizing storage class 2022-04-30 17:36:40 -07:00
notification.toml docs(command): readability fixes (#3686) 2022-09-15 01:33:04 -07:00
replication.toml adding support for B2 region (#4177) 2023-02-05 21:24:21 -08:00
security.toml Added tls for http clients (#5766) 2024-07-16 23:14:09 -07:00
shell.toml shell: remove unused filer parameter from shell.toml 2022-07-07 15:01:23 -07:00