Hi All If we have to write an audit policy to record all changes happening to co . . .

Satyam Sareen:
Hi All
If we have to write an audit policy to record all changes happening to config maps
what verbs do we need to include in the policy
I can think of create and update,
any else we need to add/remove ?

Alistair Mackay:
The standard list of verbs is
• get
• list
• create
• update
• patch
• watch
• delete
It should be clear which would change a resource and which would not.

Satyam Sareen:
thanks @Alistair Mackay