Skip to content

Commit 6fa54b6

Browse files
committed
Merged in [19035] from rcross@amsl.com:\n 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: 19059 Note: SVN reference [19035] has been migrated to Git commit b7502ed
2 parents 40e41ea + b7502ed commit 6fa54b6

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)