Klarity

Drift Rules

In Klarity, you can choose to manage drift in one of two ways:

  • Either you manually accept, or reject, drifts caused by changes in tags
  • Or, if you wish to take on-trust all the changes in your cloud estate, you can set up Klarity to automatically approve any drifts, without Klarity checking-in with you first, as described in Adding automatic drift approval.

Adding automatic drift approval

To add automatic drift approval:

  1. Copy the mutation below:
mutation disableDrifts {
updateDriftsDisabled(input:{disabled:true})
}
  1. In Klarity, in the top menu bar, hover over the user profile, and select API Playground
  1. Paste, and then run, the mutation in API Playground
Edit this page on GitHub