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
In CedarConfigEnvironmentDescriptor the MONGO env vars are included for all the servers as dependency.
This probably originates from when we had user data stored in MongoDB.
Now that we use Neo4j for user data, the only server which needs the MONGO data is actually Artifact server.
This should be cleaned up.
This means removing the dependencies from this class, and also checking the Docker files, the Docker READMEs, and any other place that this might be present. Do a full text search on the CEDAR folder.
In CedarConfigEnvironmentDescriptor the MONGO env vars are included for all the servers as dependency.
This probably originates from when we had user data stored in MongoDB.
Now that we use Neo4j for user data, the only server which needs the MONGO data is actually Artifact server.
This should be cleaned up.
This means removing the dependencies from this class, and also checking the Docker files, the Docker READMEs, and any other place that this might be present. Do a full text search on the CEDAR folder.
This newly added task could be used as a check:
The text was updated successfully, but these errors were encountered: