google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.62k stars 589 forks source link

Update to the windows deployment script #3000

Closed coloradosarge closed 11 months ago

coloradosarge commented 11 months ago

This PR updates the deploy_timesketch.ps1 script to include a cryptographically Windows CRNG function for generating the POSTGRES_PASSWORD and SECRET_KEY variables. It also corrects the 'sed' (Get-Content) lines to update OPENSEARCH_HOST and OPENSEARCH_PORT in the timesketch.conf file instead of ELASTIC_HOST and ELASTIC_PORT variables which have changed in the current timesketch.conf file. The incorrectly named variables were causing the installation to fail on Windows without manual fixes.

Checks

Closing issues closes #2986 closes #2985

google-cla[bot] commented 11 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.