daml/daml-script/test
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
..
daml Implement party allocation in DAML script over JSON API (#5311) 2020-03-31 20:45:09 +02:00
src allow secure connection from JSON API to ledger (#5555) 2020-04-16 13:12:30 -04:00
BUILD.bazel Set the Bearer prefix in bindings. (#5484) 2020-04-08 13:07:28 +02:00
daml-script-test-runner.sh Use com.daml as root package (#5343) 2020-04-05 19:49:57 +02:00