Skip to content

Commit

Permalink
Merge pull request #37 from innovatrics/access-controll-spoof-check-d…
Browse files Browse the repository at this point in the history
…efault

he default value for access control spoof check is set to false
  • Loading branch information
egid-fertal-inno authored Nov 11, 2024
2 parents 77a3a24 + ca54e86 commit 7697d5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Added support for offline video processing functionality

### Changed

- The default value for access control spoof check is set to false.

## [v0.8.4]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ metadata:
| accessController.filterConfiguration.openingDebounceConfiguration.openingDebounceEnabled | bool | `true` | |
| accessController.filterConfiguration.openingDebounceConfiguration.openingDebounceMs | int | `4000` | |
| accessController.filterConfiguration.spoofCheckConfiguration.denyingDebounceMs | int | `4000` | |
| accessController.filterConfiguration.spoofCheckConfiguration.enabled | bool | `true` | |
| accessController.filterConfiguration.spoofCheckConfiguration.enabled | bool | `false` | |
| accessController.image.digest | string | `nil` | Overrides the image tag with an image digest |
| accessController.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| accessController.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ accessController:
openingDebounceEnabled: true
openingDebounceMs: 4000
spoofCheckConfiguration:
enabled: true
enabled: false
denyingDebounceMs: 4000

station:
Expand Down

0 comments on commit 7697d5c

Please sign in to comment.