mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Move OAuth configs to yaml
Leave allowedOauthClientIds empty instead of moving the placeholder client ids over. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152967043
This commit is contained in:
@@ -123,6 +123,19 @@ caching:
|
||||
# premium price entries that exist.
|
||||
staticPremiumListMaxCachedEntries: 200000
|
||||
|
||||
oAuth:
|
||||
# OAuth scopes to check for access tokens. Superset of requiredOauthScopes.
|
||||
availableOauthScopes:
|
||||
- https://www.googleapis.com/auth/userinfo.email
|
||||
|
||||
# OAuth scopes required for authenticating. Subset of availableOauthScopes.
|
||||
requiredOauthScopes:
|
||||
- https://www.googleapis.com/auth/userinfo.email
|
||||
|
||||
# OAuth client Ids that are allowed to authenticate and communicate with
|
||||
# backend services, e. g. nomulus tool, EPP proxy, etc.
|
||||
allowedOauthClientIds: []
|
||||
|
||||
rde:
|
||||
# URL prefix of ICANN's server to upload RDE reports to. Nomulus adds /TLD/ID
|
||||
# to the end of this to construct the full URL.
|
||||
|
||||
Reference in New Issue
Block a user