Skip to content

Commit b7502ed

Browse files
committed
Change PERSON_API_KEY_VALUE for mail archive lookups
Change /api/v2/person/person to ROBOT to prepare for switching from personal api key to robot, mail-archive api key. Once in place, generate new key for this endpoint and install. - Legacy-Id: 19035
1 parent bfad845 commit b7502ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/person/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def salt():
348348
# Manual maintenance: List all endpoints that use @require_api_key here
349349
PERSON_API_KEY_VALUES = [
350350
("/api/iesg/position", "/api/iesg/position", "Area Director"),
351-
("/api/v2/person/person", "/api/v2/person/person", "Secretariat"),
351+
("/api/v2/person/person", "/api/v2/person/person", "Robot"),
352352
("/api/meeting/session/video/url", "/api/meeting/session/video/url", "Recording Manager"),
353353
("/api/notify/meeting/registration", "/api/notify/meeting/registration", "Robot"),
354354
("/api/notify/meeting/bluesheet", "/api/notify/meeting/bluesheet", "Recording Manager"),

0 commit comments

Comments
 (0)