mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Provide separate scopes list for delegated credentials
Scope changes in delegated credentials require coordinated external changes, therefore should be separate from those used in the application default credential. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212488389
This commit is contained in:
parent
5c1d9bd5c3
commit
dbb1f1649d
4 changed files with 31 additions and 10 deletions
|
@ -58,7 +58,8 @@ public class RegistryConfigSettings {
|
|||
|
||||
/** Configuration options for accessing Google APIs. */
|
||||
public static class CredentialOAuth {
|
||||
public List<String> credentialOauthScopes;
|
||||
public List<String> defaultCredentialOauthScopes;
|
||||
public List<String> delegatedCredentialOauthScopes;
|
||||
}
|
||||
|
||||
/** Configuration options for the G Suite account used by Nomulus. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue