Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions master-data-api/src/openg2p_gen2_master_data/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
# ambient credential to abuse — and these two endpoints only read.
"/attributes/get_all_attributes",
"/attributes/get_attribute_values",
# Same for geo reads: registry walks the hierarchy over REST instead of
# connecting to the master-data database, and those calls are also
# server-to-server with a Bearer token and no cookies.
"/geo/get_all_geo_levels",
"/geo/get_geo_level_values",
)

# IAMInitializer after Settings.get_config() so iam-core middleware
Expand Down
Loading