From 533ba990680e740cbe4fbd8fffc87dbc35c8d70c Mon Sep 17 00:00:00 2001 From: Stephen Coady Date: Fri, 26 Mar 2021 11:34:53 +0000 Subject: [PATCH] add missing v1 to fasjson url for fmn Signed-off-by: Stephen Coady --- roles/notifs/backend/files/fasjson-port/fasjson_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/files/fasjson-port/fasjson_client.py b/roles/notifs/backend/files/fasjson-port/fasjson_client.py index 7e57c37bbc..bf016c2e99 100644 --- a/roles/notifs/backend/files/fasjson-port/fasjson_client.py +++ b/roles/notifs/backend/files/fasjson-port/fasjson_client.py @@ -18,7 +18,7 @@ class Client(object): python2. """ def __init__(self, url, principal=None): - self.url = url + self.url = url.rstrip("/") + "/v1/" self.principal = principal os.environ["KRB5_CLIENT_KTNAME"] = "/etc/krb5.keytab" try: