diff --git a/CHANGELOG.md b/CHANGELOG.md index 81142ea6..f04d26df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - Update store section in sample config files. [#200](https://github.com/xmidt-org/argus/pull/200) +- Update sample config value so argus webhook integration works out of the box in test environments. [#203](https://github.com/xmidt-org/argus/pull/203) ## [v0.5.1] - Fix github actions config for uploading test and coverage reports for sonarcloud. [#192](https://github.com/xmidt-org/argus/pull/192) diff --git a/argus.yaml b/argus.yaml index a42c6e96..6b2f474f 100644 --- a/argus.yaml +++ b/argus.yaml @@ -125,7 +125,7 @@ userInputValidation: # ownerFormatRegex helps define the validity of a bucket through a regular expression. # (Optional) default: ^.{10,60}$ - ownerFormatRegex: "^.{10,60}$" + ownerFormatRegex: "^.{4,60}$" # itemDataMaxDepth is the max allowed depth of the Item JSON data field. # If your DB supports up to N nested objects, itemDataMaxDepth should be set to diff --git a/deploy/packaging/argus_spruce.yaml b/deploy/packaging/argus_spruce.yaml index 85b8b327..356c834c 100644 --- a/deploy/packaging/argus_spruce.yaml +++ b/deploy/packaging/argus_spruce.yaml @@ -147,7 +147,7 @@ userInputValidation: # ownerFormatRegex helps define the validity of a bucket through a regular expression. # (Optional) default: ^.{10,60}$ - ownerFormatRegex: (( grab $OWNER_FORMAT_REGEX || "^.{10,60}$" )) + ownerFormatRegex: (( grab $OWNER_FORMAT_REGEX || "^.{4,60}$" )) # itemDataMaxDepth is the max allowed depth of the Item JSON data field. # If your DB supports up to N nested objects, itemDataMaxDepth should be set to