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 Type
    Method
    Description
    void
    configureJwtSource(String spireAgentSocketEndpoint)
    Set SPIRE agent endpoint where trust bundle JwtBundle can be fetched.
  • Method Details

    • configureJwtSource

      void configureJwtSource(String spireAgentSocketEndpoint)
      Set SPIRE agent endpoint where trust bundle JwtBundle can be fetched.