daml/daml-assistant
Moritz Kiefer 6e4f101aad
Remove ref-ledger-authenticator from trigger service (#7226)
* Remove authentication service from trigger service

This rips out the integration with ref-ledger-authenticator and
together with that the weird http basic auth which doesn’t actually
work for ref-ledger-authenticator outside of its testing mode and also
includes some very sketchy stuff like storing user
passwords (encrypted but still).

While the exact details of the new approach towards auth are still not
completely clear, it is clear that it is going to be sufficiently
different from what we did before that starting from a clean slate is
easier.

changelog_begin

- [Trigger Service] Parties are now specified in request bodies as
  opposed to via HTTP Basic auth. This is done in preparation for
  running the trigger service against authenticated ledgers.

changelog_end

* Fix integration tests

changelog_begin
changelog_end
2020-08-27 15:36:59 +02:00
..
daml-helper Extend daml new to accept template as an option (#6877) 2020-07-27 16:30:48 +02:00
daml-project-config/DA/Daml/Project Fix damlc test with relative --project-root (#6541) 2020-06-30 16:45:28 +02:00
daml-sdk Split sandbox code into separate packages (#6695) 2020-07-17 17:06:06 +02:00
exe/DA/Daml Trigger service docs and SDK integration basics (#6329) 2020-06-12 18:54:38 +00:00
integration-tests Remove ref-ledger-authenticator from trigger service (#7226) 2020-08-27 15:36:59 +02:00
scala-daml-project-config use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
src/DA/Daml/Assistant Make paths in assistant environment absolute. (#7142) 2020-08-17 07:45:37 +01:00
test/DA/Daml/Assistant Make paths in assistant environment absolute. (#7142) 2020-08-17 07:45:37 +01:00
BUILD.bazel Refactor deployment tests: (#5342) 2020-04-02 10:17:21 +01:00
daml-project-config.cabal update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
get-daml.sh replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00