Skip to content

Commit

Permalink
feat(neuvector): auto promote from discover to monitor in 36 hrs (#508)
Browse files Browse the repository at this point in the history
## Description

By default, Neuvector is configured to run in ["Discover"
mode](https://open-docs.neuvector.com/5.2/policy/modes#discover). This
change toggles the behavior so that after a period of time (36 hours),
Neuvector will adjust to run in ["Monitor"
mode](https://open-docs.neuvector.com/policy/modes/#monitor). This
occurs as part of the Neuvector [automated promotion of group
modes](https://open-docs.neuvector.com/policy/modes/#automated-promotion-of-group-modes
) feature.

## Related Issue

N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

---------

Co-authored-by: Micah Nagel <[email protected]>
  • Loading branch information
MxNxPx and mjnagel authored Jul 12, 2024
1 parent a412581 commit e505dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/neuvector/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ controller:
no_telemetry_report: true
scan_config:
auto_scan: true
mode_auto_d2m: true
mode_auto_d2m_duration: 129600
secret:
enabled: false
env:
Expand Down

0 comments on commit e505dc9

Please sign in to comment.