diff --git a/vault/logical_system.go b/vault/logical_system.go index b97d0b3d90..238ce5182f 100644 --- a/vault/logical_system.go +++ b/vault/logical_system.go @@ -14,8 +14,7 @@ var ( // protectedPaths cannot be accessed via the raw APIs. // This is both for security and to prevent disrupting Vault. protectedPaths = []string{ - barrierInitPath, - keyringPath, + "core", } )