issues
search
TracecatHQ
/
tracecat
The open source Tines / Splunk SOAR alternative for security engineers.
https://tracecat.com
GNU Affero General Public License v3.0
2.41k
stars
170
forks
source link
feat(integration): Add jwt token getter to core http action
#394
Closed
topher-lo
closed
1 month ago
topher-lo
commented
1 month ago
Use-case
Limacharlie API auth requires two calls: first call gets JWT token, second call makes the operational API call.
Current httpx action does not support jwt calls without logging jwt to outputs in another httpx core action
Alternatives considered
Write a Limacharlie integration to the registry. Decided against as there are too many Limacharlie APIs.
I want to give flexibility to the end user to modify the templated http action without contacting support / writing python and opening a PR
Use-case
Alternatives considered