Accidental deletion

Hi,

What is the best way to make sure no one does accidental deletion of containers? I want to provide users access for creating containers but not delete.

Thanks,

You can’t completely prevent them from deleting them, but setting security.protection.delete to true will prevent any accidental deletion. The only way to delete such a container is to unset or set that property to false first.

You can set that property in your default profile so that all containers are protected by default.

Thats brilliant.