From 36eccfb424d48b9148d3d9885f2bf1f3d9380c45 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 7 Sep 2017 21:58:39 -0400 Subject: [PATCH] Predict "generic" as a secrets engine --- command/base_predict.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/base_predict.go b/command/base_predict.go index 7587a3544e..8f53c0444a 100644 --- a/command/base_predict.go +++ b/command/base_predict.go @@ -77,6 +77,7 @@ func (b *BaseCommand) PredictVaultAvailableMounts() complete.Predictor { "aws", "consul", "database", + "generic", "pki", "plugin", "rabbitmq",