-
Hi, when trying to call a method on Tornado from an agent running on a Dirac host ("TrustedHost"), I'm getting 401. I defined a property like this: auth_getMetadata = ["Operator", "TrustedHost"]
def export_getMetadata(self):
pass In the CS, the Tornado based Service has cheers, JM |
Beta Was this translation helpful? Give feedback.
Answered by
fstagni
Jun 22, 2022
Replies: 1 comment 5 replies
-
These 2 requirements are not necessarily contradictory. I would anyway:
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
fstagni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These 2 requirements are not necessarily contradictory. I would anyway:
auth_*
for methods that are not "silly" ones like "echo" or "ping", but instead add the auth requirements in ConfigTemplate.cfg file