From 3eb2fe58fb670e572a9e053c62c3e836ccff498e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 18 Apr 2016 15:12:03 +0200 Subject: [PATCH] workflows: add MissingSecret import (#10690) --- wcs/wf/roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcs/wf/roles.py b/wcs/wf/roles.py index fb5cdb1..1a3aa9b 100644 --- a/wcs/wf/roles.py +++ b/wcs/wf/roles.py @@ -25,7 +25,7 @@ from wcs.roles import get_user_roles, Role from qommon.ident.idp import is_idp_managing_user_attributes from qommon.misc import http_post_request, http_delete_request from qommon.publisher import get_cfg, get_logger -from wcs.api_utils import sign_url, get_secret_and_orig +from wcs.api_utils import sign_url, get_secret_and_orig, MissingSecret def roles_ws_url(role_uuid, user_uuid): -- 2.8.0.rc3