Uses of Class
io.helidon.integrations.vault.auths.approle.GenerateSecretId.Request
Package
Description
AppRole authentication method for Vault.
-
Uses of GenerateSecretId.Request in io.helidon.integrations.vault.auths.approle
Modifier 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.Modifier and TypeMethodDescriptionAppRoleAuth.generateSecretId
(GenerateSecretId.Request request) Generates and issues a new SecretID on an existing AppRole.