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

Unified Diff: tokenserver/api/admin/v1/config.proto

Issue 2988283002: tokenserver: Allow customizing list of OAuth scopes to use for CRL fetch. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | tokenserver/api/admin/v1/config.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tokenserver/api/admin/v1/config.proto
diff --git a/tokenserver/api/admin/v1/config.proto b/tokenserver/api/admin/v1/config.proto
index db59203bdebcdc580104deb2c9b7082d3e565f78..d09c9f8638bc83318d950a6fcf26311a7682210e 100644
--- a/tokenserver/api/admin/v1/config.proto
+++ b/tokenserver/api/admin/v1/config.proto
@@ -32,6 +32,7 @@ message CertificateAuthorityConfig {
string cert_path = 2; // path to the root certificate file in luci-config
string crl_url = 3; // where to fetch CRL from
bool use_oauth = 4; // true to send Authorization header when fetching CRL
+ repeated string oauth_scopes = 7; // OAuth scopes to use when fetching CRL
// KnownDomains describes parameters to use for each particular domain.
repeated DomainConfig known_domains = 5;
« no previous file with comments | « no previous file | tokenserver/api/admin/v1/config.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698