X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauth.py;h=eef2ae7af57acf9bb49de7d18e105675572f884f;hp=6c9ee925abaa3b6721604adbcd24a2f253de45de;hb=60bf895c75956f7a91cad46f920a1ad0b86a2000;hpb=b7cdee12fe9a54f6019c98edd1fe94f10acc5080;ds=sidebyside diff --git a/osm_nbi/auth.py b/osm_nbi/auth.py index 6c9ee92..eef2ae7 100644 --- a/osm_nbi/auth.py +++ b/osm_nbi/auth.py @@ -502,7 +502,7 @@ class Authenticator: query_string_operations, item_id, ) - self.logger.info("RBAC_auth: {}", format(RBAC_auth)) + self.logger.info("RBAC_auth: {}".format(RBAC_auth)) token_info["allow_show_user_project_role"] = RBAC_auth return token_info