I’ve been asked to look into a shutdown option, where a namespace is compromised as an option, (vs whole vault sealing)
I can’t work out how to either disable a whole namespace or to implement a deny-all from either within the namespace or within the root account.
I thought it would be as simple as (from root level)
path “namespace1/*” {
capabilities = [“deny”]
}
But this didn’t work. Has anyone got any pointers or have actually got this to work for themselves?
Thank you
Phil