Tweaked results of r19059 to allow for a better transition post release.

- Legacy-Id: 19060
This commit is contained in:
Robert Sparks 2021-06-02 17:39:52 +00:00
parent 6fa54b66bc
commit 6e14727e09
2 changed files with 3 additions and 1 deletions

View file

@ -348,6 +348,7 @@ def salt():
# Manual maintenance: List all endpoints that use @require_api_key here
PERSON_API_KEY_VALUES = [
("/api/iesg/position", "/api/iesg/position", "Area Director"),
("/api/v2/person/person", "/api/v2/person/person", "Secretariat"),
("/api/v2/person/person", "/api/v2/person/person", "Robot"),
("/api/meeting/session/video/url", "/api/meeting/session/video/url", "Recording Manager"),
("/api/notify/meeting/registration", "/api/notify/meeting/registration", "Robot"),

View file

@ -9,11 +9,12 @@
/personal/housley/7.30.1.dev0@19048
/personal/rcross/7.30.1.dev0@19035
/personal/housley/7.26.1.dev0@18993
# --- Add entries at the top ---
#/personal/rcross/7.30.1.dev0@19035 (manually merged at 19059
/personal/housley/7.26.1.dev0@18913