kwilteam / kwil-db

Kwil DB, the database for web3
https://www.kwil.com/
Other
32 stars 10 forks source link

`app.tls_cert_file` and `app.tls_key_file` are incorrectly documented #999

Open brennanjl opened 5 days ago

brennanjl commented 5 days ago

The app.tls_cert_file and app.tls_key_file configs are not correctly documented, and should be renamed.

Previously, these configs allowed users to configure TLS for all of the RPCs provided by Kwil. However, when we moved the user service to JSON RPC, we removed the ability to configure TLS, since most users should just use nginx anyways. Now, the TLS configs only apply to the admin service and to comet BFT's RPC (which I am not sure why we ever had it do that in the first place).

Therefore, there are 3 changes we need to make:

jchappelow commented 1 day ago

Doing this. Assuming you don't have this already done @brennanjl ?

brennanjl commented 1 day ago

I have not done this yet. Thanks.