Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongo-related ENV vars are passed in for all the servers unnecessarily #2

Open
egyedia opened this issue Jun 1, 2023 · 0 comments
Open
Assignees

Comments

@egyedia
Copy link
Member

egyedia commented Jun 1, 2023

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:

cedarat env-listFor bridge
cedarat env-listFor artifact
cedarat env-listFor admin-tool
...
@egyedia egyedia self-assigned this Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant