Description
After updating to the new version, alice-ih no longer starts
Current Behavior
As part of a new installation, the POD reports an error
INFO 2025-02-21T08:40:35.928425448 Booting EDC runtime │ │ WARNING 2025-02-21T08:40:35.952041994 Configuration file does not exist: /app/configuration.properties. Ignoring. │ │ WARNING 2025-02-21T08:40:35.961528054 The runtime is configured as an anonymous participant. DO NOT DO THIS IN PRODUCTION. │ │ SEVERE 2025-02-21T08:40:36.35865066 Error booting runtime: The following problems occurred during dependency injection: ## class or │ │ org.eclipse.edc.boot.system.injection.EdcInjectionException: The following problems occurred during dependency injection: │ │ ## class org.eclipse.edc.iam.identitytrust.sts.remote.client.StsRemoteClientConfigurationExtension is missing │ │ --> Configuration object "clientConfig" of type [class org.eclipse.edc.iam.identitytrust.sts.remote.client.StsRemoteClientConfigu │ │ at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:98) │ │ at org.eclipse.edc.boot.system.runtime.BaseRuntime.main(BaseRuntime.java:79) │ │ SEVERE 2025-02-21T08:40:36.359609563 Error booting runtime: org.eclipse.edc.boot.system.injection.EdcInjectionException: The follow │ │ org.eclipse.edc.spi.EdcException: org.eclipse.edc.boot.system.injection.EdcInjectionException: The following problems occurred duri │ │ ## class org.eclipse.edc.iam.identitytrust.sts.remote.client.StsRemoteClientConfigurationExtension is missing │ │ --> Configuration object "clientConfig" of type [class org.eclipse.edc.iam.identitytrust.sts.remote.client.StsRemoteClientConfigu │ │ at org.eclipse.edc.boot.system.runtime.BaseRuntime.onError(BaseRuntime.java:152) │ │ at org.eclipse.edc.boot.
And shows the status CrashLoopBackOff
Expected Behavior
Start all pods without an error
Steps To Reproduce
git pull
terraform init
terraform apply