How to properly establish authenticated requests to other EdgeX services? #3060
Unanswered
ouroborosng
asked this question in
Q&A
Replies: 1 comment 6 replies
-
It can set refresh token, I don't know if that works. Check https://ekuiper.org/docs/en/v1.14/guide/sources/builtin/http_pull.html#oauth-authentication |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks
I have run the eKuiper rule engine with EdgeX. I followed the documentation to create an EdgeX stream and a rule as follows.
Currently, when calling the EdgeX Core Command service through the REST API, an effective token with a validity period must be included when creating the rule. However, once the token expires, the API call will fail due to an invalid token.
It would be appreciated if anyone could share best practices. Alternatively, does anyone know how the eKuiper rule engine can initiate authenticated requests based on the EdgeX service-to-service clients' scenarios?
Beta Was this translation helpful? Give feedback.
All reactions