io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
Description
Configuration of gRPC method security
Configuration options
| Key | Type | Description |
|---|---|---|
authentication- | Boolean | Whether authentication failure should continue as anonymous |
authenticate | Boolean | Whether to authenticate this request |
audit- | String | Override for audit event type |
authorizer | String | Use a named authorizer |
audit | Boolean | Whether to audit this request |
audit- | String | Override for audit message format |
name | String | Bare gRPC method name such as Upper, not the full gRPC method path such as String |
authenticator | String | Use a named authenticator |
authorize | Boolean | Whether to authorize this request |
roles- | List< | An array of allowed roles for this gRPC method |
Usages
server.protocols. grpc. grpc- services. security. services. methods server.sockets. protocols. grpc. grpc- services. security. services. methods
See the manifest for all available types.