mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-28 18:11:10 +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.
|
// protectedPaths cannot be accessed via the raw APIs.
|
||||||
// This is both for security and to prevent disrupting Vault.
|
// This is both for security and to prevent disrupting Vault.
|
||||||
protectedPaths = []string{
|
protectedPaths = []string{
|
||||||
barrierInitPath,
|
"core",
|
||||||
keyringPath,
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user