mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02:00
Add example OAuth client id to production sample YAML file
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161583881
This commit is contained in:
parent
0585069361
commit
77b8729ec6
2 changed files with 9 additions and 2 deletions
|
@ -132,8 +132,11 @@ oAuth:
|
|||
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.
|
||||
# OAuth client IDs that are allowed to authenticate and communicate with
|
||||
# backend services, e. g. nomulus tool, EPP proxy, etc. All client_id values
|
||||
# used in client_secret.json files for associated tooling should be included
|
||||
# in this list. Client IDs are typically of the format
|
||||
# numbers-alphanumerics.apps.googleusercontent.com
|
||||
allowedOauthClientIds: []
|
||||
|
||||
icannReporting:
|
||||
|
|
|
@ -39,6 +39,10 @@ icannReporting:
|
|||
icannTransactionsReportingUploadUrl: https://ry-api.icann.org/report/registrar-transactions
|
||||
icannActivityReportingUploadUrl: https://ry-api.icann.org/report/registry-functions-activity
|
||||
|
||||
oAuth:
|
||||
allowedOauthClientIds:
|
||||
- placeholder.apps.googleusercontent.com
|
||||
|
||||
rde:
|
||||
reportUrlPrefix: https://ry-api.icann.org/report/registry-escrow-report
|
||||
uploadUrl: sftp://placeholder@sftpipm2.ironmountain.com/Outbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue