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

Unified Diff: tokenserver/appengine/services/admin/adminsrv/service.go

Issue 2413683004: token-server: Delegation config import, validation and evaluation. (Closed)
Patch Set: also check validity_duration Created 4 years, 2 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
Index: tokenserver/appengine/services/admin/adminsrv/service.go
diff --git a/tokenserver/appengine/services/admin/adminsrv/service.go b/tokenserver/appengine/services/admin/adminsrv/service.go
index a0b66569a8e5ed09b16f1cc838de73439f3216c2..10597dc49f3bbfdc91e018d4f7d33ab8adef3aff 100644
--- a/tokenserver/appengine/services/admin/adminsrv/service.go
+++ b/tokenserver/appengine/services/admin/adminsrv/service.go
@@ -12,6 +12,7 @@ import (
"github.com/luci/luci-go/appengine/gaeauth/server/gaesigner"
"github.com/luci/luci-go/tokenserver/appengine/certconfig"
+ "github.com/luci/luci-go/tokenserver/appengine/delegation"
"github.com/luci/luci-go/tokenserver/appengine/machinetoken"
"github.com/luci/luci-go/tokenserver/api/admin/v1"
@@ -20,6 +21,7 @@ import (
// serverImpl implements admin.AdminServer RPC interface.
type serverImpl struct {
certconfig.ImportCAConfigsRPC
+ delegation.ImportDelegationConfigsRPC
machinetoken.InspectMachineTokenRPC
}
« no previous file with comments | « tokenserver/appengine/frontend/main.go ('k') | tokenserver/appengine/services/minter/tokenminter/service.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698