Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.CreateCubbyhole.Request
Package
Description
Cubbyhole secret engine support for Vault.
-
Uses of CreateCubbyhole.Request in io.helidon.integrations.vault.secrets.cubbyhole
Modifier and TypeMethodDescriptionCreateCubbyhole.Request.addSecretValue
(String key, String value) Add a new secret value.static CreateCubbyhole.Request
CreateCubbyhole.Request.builder()
Fluent API builder for configuring a request.Path of the secret.CreateCubbyhole.Request.secretValues
(Map<String, String> values) Secret values for the secret being created.Modifier and TypeMethodDescriptionCubbyholeSecrets.create
(CreateCubbyhole.Request request) Create a new secret on the defined path.