daml/triggers/service
Andreas Herrmann 4ac7b3f22d
Separate auth API from implementation and testing code (#8183)
* Rename and separate auth targets and packages

Split out the API types `Request`/`Response` into their own Bazel
targets, so that the trigger service does not have to depend on the full
middleware and OAuth2 test server targets.

Also rename packages: Generic auth code goes into `com.daml.auth`,
OAuth2 specific code goes into `com.daml.auth.oauth2` or
`com.daml.auth.middleware.oauth2`.

changelog_begin
changelog_end

* Remove empty test-case

This is a left-over from #7226.

Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2020-12-07 16:17:46 +01:00
..
auth Separate auth API from implementation and testing code (#8183) 2020-12-07 16:17:46 +01:00
release Rename targets (#5950) 2020-05-12 16:00:15 -04:00
src Separate auth API from implementation and testing code (#8183) 2020-12-07 16:17:46 +01:00
test-model Fix protobuf decoding in trigger service (#7967) 2020-11-16 12:16:03 +01:00
authentication.md Handle authorization failure in the auth middleware and trigger service (#7920) 2020-11-10 09:27:21 +00:00
BUILD.bazel Separate auth API from implementation and testing code (#8183) 2020-12-07 16:17:46 +01:00
daml-platform.sh Split sandbox code into separate packages (#6695) 2020-07-17 17:06:06 +02:00
hash-migrations.sh Check trigger dao migrations digests (#7908) 2020-11-06 09:20:32 +00:00