From 1d55bd50da49261a0bbeed8e2a31db13b57742f0 Mon Sep 17 00:00:00 2001 From: Frank Bertsch Date: Tue, 23 Oct 2018 14:33:54 -0500 Subject: [PATCH] Add terminal / to audience --- mozaggregator/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozaggregator/service.py b/mozaggregator/service.py index 8ae6b63..675edbd 100644 --- a/mozaggregator/service.py +++ b/mozaggregator/service.py @@ -76,7 +76,7 @@ PUBLIC_RELEASE_METRICS = {"SCALARS_TELEMETRY.TEST.KEYED_UNSIGNED_INT"} # Auth0 Integration AUTH0_DOMAIN = "auth.mozilla.auth0.com" -AUTH0_API_AUDIENCE = "https://aggregates.telemetry.mozilla.org" +AUTH0_API_AUDIENCE = "https://aggregates.telemetry.mozilla.org/" AUTH0_ALGORITHMS = ["RS256"] AUTH0_REQUIRED_SCOPE = "read:aggregates" auth0_cache = ExpiringDict(max_len=1000, max_age_seconds=15*60)