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

Secure MongoDB and Redis #266

Closed

Conversation

noliveleger
Copy link
Contributor

@noliveleger noliveleger commented Feb 21, 2020

  • New scripts are added to:
    1. create/update root and user for MongoDB
    2. create/update user for PostgreSQL
  • Redis configuration requires a password

This PR is related to

Also closes #249

README.md Outdated Show resolved Hide resolved

networks:
kobo-be-network:
driver: bridge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jnm If you look at docker-compose.frontend.override.yml.sample, you can see that kpi, kc and ee are also using this network. Because backend and frontend containers are not declared in the same composer file, frontend containers need to know what is the name of backend containers network (when ports are not exposed).

@noliveleger noliveleger force-pushed the two-databases-secured-backend branch from a2599e4 to 17ee6d2 Compare March 26, 2020 18:49
- Simplified frontend and backend composer files
- Created samples to help the creation for '*.override' composer files
- Updated README
@noliveleger noliveleger force-pushed the two-databases-secured-backend branch from 88ed26a to f34eac2 Compare March 31, 2020 20:57
@noliveleger noliveleger requested a review from jnm April 1, 2020 15:08
@noliveleger noliveleger force-pushed the two-databases-secured-backend branch from 2d78e3e to da92cdd Compare April 1, 2020 15:58
@noliveleger noliveleger force-pushed the two-databases-secured-backend branch from da92cdd to 6e60e03 Compare April 1, 2020 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants