Projet

Général

Profil

0001-workflows-add-MissingSecret-import-10690.patch

Frédéric Péters, 18 avril 2016 15:12

Télécharger (871 octets)

Voir les différences:

Subject: [PATCH] workflows: add MissingSecret import (#10690)

 wcs/wf/roles.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/wf/roles.py
25 25
from qommon.ident.idp import is_idp_managing_user_attributes
26 26
from qommon.misc import http_post_request, http_delete_request
27 27
from qommon.publisher import get_cfg, get_logger
28
from wcs.api_utils import sign_url, get_secret_and_orig
28
from wcs.api_utils import sign_url, get_secret_and_orig, MissingSecret
29 29

  
30 30

  
31 31
def roles_ws_url(role_uuid, user_uuid):
32
-