mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04: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
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue