Page Sections
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:
- Copy the mutation below:
mutation disableDrifts {updateDriftsDisabled(input:{disabled:true})}
- In Klarity, in the top menu bar, hover over the user profile, and select
API Playground
- Paste, and then run, the mutation in API Playground