You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we can configure, spiffeSocketPath over io.spiffe.workloadapi.DefaultX509Source.X509SourceOptions.
But there are more configuration options available on io.spiffe.workloadapi.DefaultWorkloadApiClient.ClientOptions which we would like to customize while creating a new X509 source. Is it possible to make ClientOptions be configurable from X509SourceOptions as well?
Also would be great if retryExecutor can also be made customizable?
Sometimes we would like to run these as daemon threads instead.
The text was updated successfully, but these errors were encountered:
Currently we can configure,
spiffeSocketPath
overio.spiffe.workloadapi.DefaultX509Source.X509SourceOptions
.But there are more configuration options available on
io.spiffe.workloadapi.DefaultWorkloadApiClient.ClientOptions
which we would like to customize while creating a new X509 source. Is it possible to makeClientOptions
be configurable from X509SourceOptions as well?Also would be great if
retryExecutor
can also be made customizable?Sometimes we would like to run these as daemon threads instead.
The text was updated successfully, but these errors were encountered: