Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove cubbyhole engine from Vault

Cubbyhole is enabled in Vault by default, but I dont really use it.

Is there any way to remove "cubbyhole" engine from Vault, or even better, is it possible to hide it for specific users?

like image 304
spaceman117X Avatar asked Sep 15 '25 10:09

spaceman117X


1 Answers

Cubbyhole is enabled by default and cannot be disabled.

Cubbyhole is used for response wrapping. You can read more about it here

like image 134
Amityo Avatar answered Sep 18 '25 10:09

Amityo