-
Notifications
You must be signed in to change notification settings - Fork 375
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
Add bloodhound community #304
Add bloodhound community #304
Conversation
…ELK into add-bloodhound-community Merge upstream commits
Fixed an error with the awk command that retrieves the password from the .env file once set. This had prevented the password from being present in the |
Secrets are currently still placed directly into the An issue could occur however when the password is regenerated by the install script but the volume which is used to store the bloodhound app persistent data is not. I think this is an edgecase which is unlikely to be hit. |
@MarcOverIP Did you already have had a chance to look into this. If so, Is there anything you would like to have added or changed? |
Hi @alcastronic Im extremely happy with the work. I was offline for holidays. This week is busy, but next week I have some time allocated for this. Ill update you then. |
Agree. |
@alcastronic seems like solid work! Thank you. I havent done a lot of testing. But Im merging. In the case issues still arise we can troubleshoot. Merging now, keeping thread open for some time. |
Description
This PR adds the docker containers for the bloodhound community edition to the RedELK full installation.
When installing full
Three additional containers are deployed
Bloodhound-community is configured with a random password like the other apps are.
Because bloodhound-community can only be present at the root of a webserver a new server configuration-template has been included with nginx-conf which will listen on port 8443. As of now, the same certificate as for the Kibana server is being used.
The server will be reachable at:
https://my-server:8443/ui/login
When installing limited
When the limited option is chosen, bloodhound is not installed and the nginx config is commented out.
Known issues
redelk_passwords.cfg
file.