Commits on Source (6)
-
renovate authored
-
renovate authored
-
ale authored
We've been actually assuming ACLs were working this way in all our configuration files, so better make it so: the first path match in the ACL allow list will cause the list iteration to stop (the final result will then depend on the CN match).
-
ale authored
... | ... | @@ -7,7 +7,7 @@ require ( |
github.com/NYTimes/gziphandler v1.1.1 | ||
github.com/amoghe/go-crypt v0.0.0-20191109212615-b2ff80594b7f | ||
github.com/bbrks/wrap/v2 v2.5.0 | ||
github.com/cenkalti/backoff/v4 v4.1.1 | ||
github.com/cenkalti/backoff/v4 v4.1.2 | ||
github.com/coreos/go-systemd/v22 v22.3.2 | ||
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 | ||
github.com/go-asn1-ber/asn1-ber v1.5.3 | ||
... | ... | @@ -23,6 +23,6 @@ require ( |
github.com/theckman/go-flock v0.8.1 | ||
github.com/tstranex/u2f v1.0.0 | ||
go.opencensus.io v0.23.0 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
) |