Skip to content

Commit

Permalink
Add Idempotency Bundle (#1579)
Browse files Browse the repository at this point in the history
* Add config file and manifest.json

* Fix spaces

* Retry QA

* Retry QA
  • Loading branch information
conejerock authored Jan 1, 2024
1 parent 6c9cb3a commit 583566e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
idempotency:
name: 'app'
methods: ['POST', 'PUT', 'PATCH']
location: 'Header-Idempotency-Key'
scope: 'headers'
8 changes: 8 additions & 0 deletions conejerock/idempotency-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Conejerock\\IdempotencyBundle\\IdempotencyBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 583566e

Please sign in to comment.