commit | 96deb3894b8e0f6958ee41e71cd6c01a623553a7 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova MartÃnez <me@avm99963.com> | Sun Aug 08 00:13:47 2021 +0200 |
committer | gerritbot <gerritbot@avm99963.com> | Sun Oct 17 01:02:32 2021 +0200 |
tree | 87b4ae85a190f17f5132846334e79fd8536e307c | |
parent | 4da723ca0f2dbc933a9d119917e11d2a769770f3 [diff] |
Add GCloud service accounts to api_allowed_email_domains GitOrigin-RevId: 9db852b17057433038554991ca7f2bae09f6f72e
diff --git a/settings.py b/settings.py index 46992a3..f8fa130 100644 --- a/settings.py +++ b/settings.py
@@ -483,4 +483,4 @@ # All users in the following domains will have API access. # Important: the @ symbol must be included. -api_allowed_email_domains = ('@avm99963.com') +api_allowed_email_domains = ('@avm99963.com', '@avm99963-bugs.iam.gserviceaccount.com')