aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_wrapper
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-09-08 14:12:16 +0200
committerasteroide <thomas.duval@orange.com>2017-09-08 14:12:16 +0200
commit687281843e3a9b9ee319228b84bdfc693b69f944 (patch)
tree3822d74392b45a8db455df9eeae4aa70758d0d5d /moonv4/moon_wrapper
parenteadfb789322a1a9887c8a4f23c8f125a39ebc8f4 (diff)
Fix a bug in URL to interface
Change-Id: I0529a84b77b38cc00e72418720a2b864fc7671e2
Diffstat (limited to 'moonv4/moon_wrapper')
-rw-r--r--moonv4/moon_wrapper/moon_wrapper/http_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonv4/moon_wrapper/moon_wrapper/http_server.py b/moonv4/moon_wrapper/moon_wrapper/http_server.py
index ba2caf84..7db6bee2 100644
--- a/moonv4/moon_wrapper/moon_wrapper/http_server.py
+++ b/moonv4/moon_wrapper/moon_wrapper/http_server.py
@@ -57,7 +57,7 @@ def HTTPServer(host, port):
_object = __get_object(target, credentials)
_project_id = __get_project_id(target, credentials)
logger.info("GET with args {} / {} - {} - {}".format(_project_id, _subject, _object, rule))
- _url = "http://{}:{}/{}/{}/{}/{}".format(
+ _url = "http://authz/{}:{}/{}/{}/{}/{}".format(
interface_hostname,
interface_port,
_project_id,