Skip to content
Snippets Groups Projects
Commit b8f6bf8d authored by nimrod's avatar nimrod
Browse files

Remove auth.shore.co.il.

It's blocked for outside access.
parent 178014fc
No related branches found
No related tags found
No related merge requests found
Pipeline #3734 passed
......@@ -16,7 +16,6 @@ locals {
"ssh",
"smtp",
"imap",
"auth",
]
function_names = [for name in local.functions : "${local.function_name_prefix}-${replace(name, "_", "")}"]
}
......
"""Check the auth.shore.co.il web service."""
from utils import website_handler
URLS = [
{"url": "http://auth.shore.co.il/", "codes": [301]},
{"url": "https://auth.shore.co.il/", "codes": [404]},
]
handler = website_handler(URLS)
if __name__ == "__main__":
handler("event", "context")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment