config: TLS options support -- follow up
I accidentally discarded some changes made by @ImeevMA in PR #9385. The previous version of the patchset goes to the main branch as result. I'm very sorry. This commit returns the code of the last version of the patchset. The changes are described in [1]. Quoted here: > 1. Reduce code duplication in the validation logic. It also > eliminates remaining (dead) code that interprets user@ and > user:pass@ syntax. And give better error messages in come cases > (comma separates URIs for example). > 2. Forbid {} as an URI to simplify logic in instance_uri. > 3. Refresh the comments. [1]: https://github.com/tarantool/tarantool/pull/9385#discussion_r1430935585 Part of #8862 NO_DOC=fixup NO_CHANGELOG=see NO_DOC
Showing
- src/box/lua/config/configdata.lua 4 additions, 3 deletionssrc/box/lua/config/configdata.lua
- src/box/lua/config/instance_config.lua 60 additions, 105 deletionssrc/box/lua/config/instance_config.lua
- test/config-luatest/instance_config_schema_test.lua 47 additions, 75 deletionstest/config-luatest/instance_config_schema_test.lua
- test/config-luatest/vshard_test.lua 36 additions, 0 deletionstest/config-luatest/vshard_test.lua
Loading
Please register or sign in to comment