Uses of Interface
io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecretsRx
Package
Description
Cubbyhole secret engine support for Vault.
-
Uses of CubbyholeSecretsRx in io.helidon.integrations.vault.secrets.cubbyhole
Modifier and TypeFieldDescriptionstatic final Engine<CubbyholeSecretsRx>
CubbyholeSecretsRx.ENGINE
Cubbyhole (token scoped) secrets engine.Modifier and TypeMethodDescriptionCubbyholeEngineProvider.createSecrets
(Config config, RestApi restApi, String mount) Modifier and TypeMethodDescriptionstatic CubbyholeSecrets
CubbyholeSecrets.create
(CubbyholeSecretsRx reactiveSecrets) Create a new instance of blocking API for Cubbyhole secrets from its reactive counterpart.