Skip to content

Commit 4b071a1

Browse files
committed
TT-393 added list to userid
1 parent ee50bfd commit 4b071a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/azure_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MSConfig:
2323
SECRET = os.environ.get('MS_SECRET')
2424
SCOPE = os.environ.get('MS_SCOPE')
2525
ENDPOINT = os.environ.get('MS_ENDPOINT')
26-
USERID = json.loads(os.environ.get('USERID'))
26+
USERID = os.environ.get('USERID').split(" ")
2727

2828

2929
class BearerAuth(requests.auth.AuthBase):

0 commit comments

Comments
 (0)