mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-28 10:01:11 +02:00
There's no good story around accessing any of core via /sys/raw, so blacklist it all
This commit is contained in:
parent
28c97b4914
commit
161e71adf3
@ -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",
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user