Skip to content

Commit

Permalink
Add explanation of HTTP 409 to the Readme
Browse files Browse the repository at this point in the history
As witnessed in today's work.
  • Loading branch information
floatingatoll authored and Alan Alexander committed Sep 16, 2021
1 parent 6ff6521 commit c776152
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ Please note that for any large change (i.e. anything but a single rule change),
5. [Test in prod](https://mana.mozilla.org/wiki/display/SECURITY/Auth0+manual+testing)
to make sure everything works and rollback if it doesn't.

##### What if the CodeBuild fails?

`HTTP 409 Conflict` means that the unique ordering ID stored in a new rule's .json file is not unique across all .json files. Alter the ordering ID in the new rule's .json and try again.

## Testing

Test are run by GitHub actions on every Pull Request.
Expand Down

0 comments on commit c776152

Please sign in to comment.