daml/extractor
Stephen Compall 91c43f147c
allow secure connection from JSON API to ledger (#5555)
* factor TlsConfiguration parser from extractor

* move TlsConfigurationParser to new library

* link extractor to ledger-service/cli-opts properly

* use TlsConfigurationCli in http-json, pass SslContext to ledger-client

* test TLS options as used in http-json

- the TLS config code is shared with extractor, where it is more fully
  tested; we just do a sanity check here

* doc TLS options for http-json

CHANGELOG_BEGIN
- [JSON API] New ``--pem``, ``--crt``, ``--cacrt``, and ``--tls`` options
  for securing the connection between JSON API server and ledger.
  See `issue #2540 <https://github.com/digital-asset/daml/issues/2540>`__.
CHANGELOG_END

* TLS off in daml-script JSON API test
2020-04-16 13:12:30 -04:00
..
bin replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
src allow secure connection from JSON API to ledger (#5555) 2020-04-16 13:12:30 -04:00
.gitignore open-sourcing daml 2019-04-04 09:33:38 +01:00
BUILD.bazel allow secure connection from JSON API to ledger (#5555) 2020-04-16 13:12:30 -04:00