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