Skip to content

Commit 2d16858

Browse files
committed
Added the meetecho access api key to the list of personal API keys available through the Personal API GUI, and removed a secretariat-only key from the list.
- Legacy-Id: 17633
1 parent e01cc95 commit 2d16858

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/person/models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,10 @@ def salt():
330330
# Manual maintenance: List all endpoints that use @require_api_key here
331331
PERSON_API_KEY_ENDPOINTS = [
332332
("/api/iesg/position", "/api/iesg/position"),
333-
("/api/v2/person/person", "/api/v2/person/person"),
333+
# This requires secretariat role, and need not be listed generally:
334+
# ("/api/v2/person/person", "/api/v2/person/person"),
334335
("/api/meeting/session/video/url", "/api/meeting/session/video/url"),
336+
("/api/v2/person/access/meetecho", "/api/v2/person/access/meetecho"),
335337
]
336338

337339
@python_2_unicode_compatible

0 commit comments

Comments
 (0)