Skip to content

Commit

Permalink
Enable endpoints in App Engine config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Mar 8, 2024
1 parent 255b1f4 commit a5fd5e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ runtime_config:
operating_system: "ubuntu22"
runtime_version: "1.21"

# TODO(soltesz): enable endpoints configuration.
#endpoints_api_service:
# name: locate-dot-{{PROJECT}}.appspot.com
# rollout_strategy: managed
endpoints_api_service:
name: autojoin-dot-{{PROJECT_ID}}.appspot.com
rollout_strategy: managed

resources:
cpu: 2
Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ paths:
################################################################################
# Requires authorization with an API key.
"/autojoin/v0/node/register":
get:
post:
description: |-
Register a service with M-Lab.
Expand Down Expand Up @@ -104,7 +104,7 @@ paths:
'200':
description: Registration was successful.
security:
- api_key: []
- api_key: []
tags:
- public

Expand Down

0 comments on commit a5fd5e1

Please sign in to comment.