Class ManagerRuntimeBridge

java.lang.Object
com.cloudforge.core.manager.ManagerRuntimeBridge

public final class ManagerRuntimeBridge extends Object
Framework-neutral bridge that materializes Manager settings into system properties when the process environment does not already define them.

Spring Boot, tests, and local launchers supply values through lookup; deploy-time container env still wins when present.

  • Method Details

    • apply

      public static void apply(Function<String,String> lookup)
      Apply resolved settings. lookup is typically Spring Environment or a Map.
    • oidcKeyCatalog

      public static Map<String,String> oidcKeyCatalog()
      Snapshot of OIDC-related keys for tests and docs.