With Cassandra authorization set to org.apache.cassandra.auth.SimpleAuthority, what access properties are required by opscenter? Are the access properties below sufficient?
<modify-keyspaces>=opscenter
OpsCenter.<rw>=opscenter
OpsCenter.events.<rw>=opscenter
OpsCenter.events_timeline.<rw>=opscenter
OpsCenter.pdps.<rw>=opscenter
OpsCenter.settings.<rw>=opscenter
MyKeyspace.MyColumnFamily.<ro>=opscenter
