Skip to content

Commit

Permalink
add get_allowlist function back in
Browse files Browse the repository at this point in the history
  • Loading branch information
camallen committed Dec 22, 2021
1 parent bac7e8b commit f69a28b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/batch_processing/api_core/server_app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ def __init__(self):

# setup the known caller allowList using delimited ENV var string
self.allowlist = CALLER_ALLOW_LIST.split(';')

def get_allowlist(self):
return self.allowlist

0 comments on commit f69a28b

Please sign in to comment.