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
There is a copy of the application.properties file included in the jar for for the OMAGServerPlatform.
Although there are various mechanism to override these values, it is a set of non-obvious hidden properties that are a trap for someone starting with Egeria.
These properies are needed by the FVTs so this fix needs to ensure the FVTs will still run.
Expected Behavior
The application.properties should be picked up from the deployment environment. It is ok to supply an initial set in our install image.
Steps To Reproduce
This command lists the contents of the jar file ...
Notice that we also have the truststore.p12 and the keystore.p12 in the jar file. The issue here is that our "sample" application.properties shows setting of server.ssl.key-store=classpath:keystore.p12. The classpath option assumes the keystore is in the classpath.
Existing/related issue?
No response
Current Behavior
There is a copy of the application.properties file included in the jar for for the OMAGServerPlatform.
Although there are various mechanism to override these values, it is a set of non-obvious hidden properties that are a trap for someone starting with Egeria.
These properies are needed by the FVTs so this fix needs to ensure the FVTs will still run.
Expected Behavior
The application.properties should be picked up from the deployment environment. It is ok to supply an initial set in our install image.
Steps To Reproduce
This command lists the contents of the jar file ...
Environment
Any Further Information?
No response
The text was updated successfully, but these errors were encountered: