-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Patch
request to update EventMesh subscriptions Webhook Auth in Eventing controller
#17370
Comments
PUT
request to update EventMesh subscriptions in Eventing controller
Blocked! We are using |
Use these APIs to:
|
PUT
request to update EventMesh subscriptions in Eventing controllerPatch
request to update EventMesh subscriptions Webhook Auth in Eventing controller
Blocked because the patch request returns the following error: {
"error": {
"code": "INTERNAL_SERVER_ERROR",
"message": "Error occurred in the system"
}
} |
To unblock this ticket, during implementation and test fall back to using a MOCK |
Moving to blocked because the PATCH request is returning 5xx. |
Moving to blocked because the PATCH request is caching the secret and is not sensitive to changes. |
Context:
Currently, whenever we have to update the eventMesh subscriptions, we delete and re-create the subscription on EventMesh server. Idea: we can use the
PATCH
request to update instead of deleting and re-creating!!!Description
In order to update the client credentials used by event mesh we need to implement a PATCH request as documented here:
https://api.sap.com/api/SAPEventMeshDefaultCredentialsAPIs/resource/Webhook_Credentials_Management
Tasks:
PATCH
requests.Acceptance
The text was updated successfully, but these errors were encountered: