Uses of Class
io.helidon.integrations.vault.auths.approle.GenerateSecretId.Request
Packages that use GenerateSecretId.Request
Package
Description
AppRole authentication method for Vault.
-
Uses of GenerateSecretId.Request in io.helidon.integrations.vault.auths.approle
Methods in io.helidon.integrations.vault.auths.approle that return GenerateSecretId.RequestModifier and TypeMethodDescriptionCIDR blocks enforcing secret IDs to be used from specific set of IP addresses.GenerateSecretId.Request.addMetadata
(String key, String value) This metadata will be set on tokens issued with this SecretID, and is logged in audit logs in plaintext.GenerateSecretId.Request.addTokenBoundCidr
(String cidr) Specifies blocks of IP addresses which can use the auth tokens generated by this SecretID.static GenerateSecretId.Request
GenerateSecretId.Request.builder()
Fluent API builder for configuring a request.Methods in io.helidon.integrations.vault.auths.approle with parameters of type GenerateSecretId.RequestModifier and TypeMethodDescriptionAppRoleAuth.generateSecretId
(GenerateSecretId.Request request) Generates and issues a new SecretID on an existing AppRole.