Interface JwtIssuerSpireConfigurator
- All Known Implementing Classes:
JwtIssuerSpire
public interface JwtIssuerSpireConfigurator
Interface with method that can be used to configure the SPIRE agent endpoint
for fetching trust bundle
JwtBundle.
This is needed so that the mock and real spire implementations can be used w/o creating a dependency on the test code (which unfortunately exists today and this change fixes that).
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureJwtSource(String spireAgentSocketEndpoint) Set SPIRE agent endpoint where trust bundleJwtBundlecan be fetched.
-
Method Details
-
configureJwtSource
Set SPIRE agent endpoint where trust bundleJwtBundlecan be fetched.
-