Pavlo Bashynskyi

Results 19 comments of Pavlo Bashynskyi

I had the same error when starting docker with log-driver: syslog when rsyslog port was unavailable. `Error starting container 0ba2fb9540ec6680001f90dce56ae3a04b831c8146357efaab79d4756253ec8b: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)`

I copied the `YAML.sublime-package` from the previous version. This temporarily solved the problem. But I would like this problem to be solved with the next version of ST.

@deathaxe > YAML applies the same scopes to keys as JSON has done for ages. Everyone how complains about how YAML looks should have noticed it for JSON long before....

`Go.sublime-settings` with ```json { "hidden_extensions": [ "go2" ], } ``` works for me.

It may be more correct to name parameters as `client_key` and `client_cert`, similar to [ansible.builtin.uri](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/uri_module.html#parameter-client_cert).

I want to use something like client cert verification. I didn't quite understand how tls_client_ca_file works. The signed certificate and CA can be defined via [tls_cert_file](https://www.vaultproject.io/docs/configuration/listener/tcp#tls_cert_file). And key in `tls_key_file`....

I want to do two-way authentication, like in [Docker](https://docs.docker.com/engine/security/https/) for example. Thanks for the hint about `tls_require_and_verify_client_cert`. > This plugin wouldn't be able to take and pass in a CA...

Hi @fliot, This behaviour seems useful for some cases, but it can be an unexpected action for users. Please make this behaviour optional. Cover this change by tests and add...

Hello @Hasankanso, This is a simplified wrapper over the DB API interface, it is not directly related to tables and their relationships. But if you describe the proposal, how it...