You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl -c cookie.txt -X POST 'http://localhost:8081/api/login?username=demo&password=demo'
successful
and cookie .txt like below
# Netscape HTTP Cookie File# https://curl.se/docs/http-cookies.html# This file was generated by libcurl! Edit at your own risk.#HttpOnly_localhost FALSE / FALSE 0 OPERATE-X-CSRF-TOKEN e0129165-5557-4d13-90bb-e31b339c4716#HttpOnly_localhost FALSE / FALSE 0 OPERATE-SESSION 5CC602E63D5959F863788E11DFEE0DA2
@iambiglee you need to log in to keycloak and use that token for the operate endpoint. we have an open issue here camunda/camunda-docs#4092 to improve our documentation to include the keycloak specific curl request. the ticket also has an example you can follow.
Hello zeebe team
For some business of my company, I am trying to use zeebe.
My operatation like below
$ curl -c cookie.txt -X POST 'http://localhost:8081/api/login?username=demo&password=demo'
successful
and cookie .txt like below
error is
I'd like to know why this happen, is there any setting I missed?
The text was updated successfully, but these errors were encountered: