Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: server/auth/delegation/checker_test.go

Issue 2386643003: auth: Make luci-go services trust signatures produced by the token server. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« server/auth/authtest/db.go ('K') | « server/auth/delegation/checker.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/delegation/checker_test.go
diff --git a/server/auth/delegation/checker_test.go b/server/auth/delegation/checker_test.go
index 2756690a279f59bf891035de992af326adf53630..32364928cd725f3fc1cad239c039e3d012689773 100644
--- a/server/auth/delegation/checker_test.go
+++ b/server/auth/delegation/checker_test.go
@@ -188,7 +188,7 @@ func newFakeTokenMinter() *fakeTokenMinter {
}
}
-func (f *fakeTokenMinter) GetAuthServiceCertificates(c context.Context) (*signing.PublicCertificates, error) {
+func (f *fakeTokenMinter) GetCertificates(c context.Context, id identity.Identity) (*signing.PublicCertificates, error) {
return f.signer.Certificates(c)
}
« server/auth/authtest/db.go ('K') | « server/auth/delegation/checker.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698