Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.92 KB

File metadata and controls

54 lines (37 loc) · 1.92 KB
title
Drift Detection + Remediation

Drift Detection + Remediation helps you continuously compare real infrastructure against your IaC definitions, detect unexpected changes, and drive remediation through the same PR-based workflow your team already uses.

Prerequisites:

Enable drift detection

To activate drift detection, you must enable it at both levels:

In settings, toggle **Enable drift detection** on.
![Enable drift detection toggle in settings](/images/onboarding/set-up-in-ui--drift-detection-toggle.png)
In the projects page, toggle **Drift** on for each project.
![Project-level drift toggle in projects list](/images/onboarding/set-up-in-ui--drift-project.png)

Configure notifications, schedule, and status

Configure Slack notifications using a webhook URL.
![Slack webhook configuration in drift settings](/images/drift-ui-slack.png)
Run drift detection on preset intervals (for example, hourly or daily), or use a custom crontab.
![Drift detection schedule settings with presets and custom crontab](/images/drift-ui-schedule.png)
OpenTaco runs a `plan` workflow (via GitHub actions) for selected projects on your default branch. If the plan is not clean, OpenTaco sends a Slack notification and updates drift status in the app.
![Drift status overview in OpenTaco](/images/onboarding/set-up-in-ui--drift-page.png)