Andy
07/04/2022, 4:34 PMAndy
07/04/2022, 4:35 PMSingha1
07/04/2022, 4:35 PMJoey
07/04/2022, 4:42 PMAndy
07/04/2022, 6:35 PMJoey
07/04/2022, 6:41 PMAndy
07/04/2022, 6:42 PMJoey
07/04/2022, 6:58 PMvad
07/05/2022, 7:10 AMvad
07/05/2022, 7:12 AM--dispatch-cache-max-cost=0
that you're suggesting?Singha1
07/05/2022, 10:07 AMSingha1
07/05/2022, 10:07 AMSingha1
07/05/2022, 10:07 AMSingha1
07/05/2022, 10:08 AMSingha1
07/05/2022, 10:18 AMSingha1
07/05/2022, 10:18 AMSingha1
07/05/2022, 1:26 PMJoey
07/05/2022, 2:10 PMJoey
07/05/2022, 2:11 PMdefinition user {
relation supervisor : user
permission approve = supervisor + supervisor->approve
}
definition expense_report {
relation owner : user
permission edit = owner
permission delete = owner
permission approve = owner->approve
}
Singha1
07/05/2022, 2:12 PMAndy
07/05/2022, 4:18 PMJoey
07/05/2022, 4:20 PMHenko
07/06/2022, 4:31 AMcurl --location --request POST 'http://localhost:8443/v1/watch' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer somerandomkeyhere' \
--data-raw '{}'
And I'm getting:
HTTP 404
{
"code": 5,
"message": "Not Found",
"details": []
}
Joey
07/06/2022, 4:41 AMHenko
07/06/2022, 4:45 AM/v1alpha1/lookupwatch
-> 404Joey
07/06/2022, 4:47 AMJoey
07/06/2022, 4:47 AMJoey
07/06/2022, 4:47 AMJoey
07/06/2022, 4:47 AMHenko
07/06/2022, 4:58 AM