daml/triggers
Gary Verhaegen b1c6e87803
fix claims check in auth middleware (#10768)
The claims check in the auth middleware was switched around: in effect,
it checked that we did not receive _more_ than we asked for, rather than
checking we receive _at least_ what we asked for.

Of course this would still not let anyone run any trigger without the
proper access token, but it would let people list running triggers and
request (or stop) trigger executions.

CHANGELOG_BEGIN
- Fix a bug in the auth middleware where insufficient credentials could
  still give access to list of running triggers.
CHANGELOG_END
2021-09-03 13:31:26 +00:00
..
daml Expose pending contracts in triggers (#10672) 2021-08-25 13:23:15 +00:00
runner LF: V1 Contract ID check in Preprocessor (#10687) 2021-08-30 20:14:55 +02:00
service fix claims check in auth middleware (#10768) 2021-09-03 13:31:26 +00:00
tests bazel-tools: Replace runner with either runner_with_port_check or runner_with_port_file. (#10615) 2021-08-18 15:23:45 +00:00