Seth Reeser

Results 42 issues of Seth Reeser

Use the Bitbucket and GitHub APIs to invoke this change.

enhancement - nice-to-have

https://en.wikipedia.org/wiki/OCSP_stapling https://www.digicert.com/ssl-support/apache-enable-ocsp-stapling-on-server.htm https://www.ssllabs.com/ssltest/analyze.html?d=devopsgroup.io&s=104.18.53.8

enhancement - nice-to-have

Dev and Test = All Error Display QC and Production = No Error Display ### PHP * PHP 7.1 ✅ * PHP 7.0 ✅ * PHP 5.6 ✅ * PHP...

enhancement - best practice

https://www.ctrl.blog/entry/gdpr-web-server-logs

enhancement - best practice

https://github.com/devopsgroup-io/catapult/blob/master/provisioners/redhat/modules/git_permissions.sh#L24 In the scenario of not having a webroot and then adding one, `chown root:apache` needs to be run on the repo root.

bug

At least allow RDP, WinRM, HTTP, and HTTPS ports. ![screen shot 2016-10-04 at 1 53 11 pm](https://cloud.githubusercontent.com/assets/6510351/19085879/f4990ba6-8a39-11e6-853a-ed182fd35c6b.png)

blocker

During the database restore operation, if `force_https` is true, look for `http:\\` and replace with `https:\\` Think about doing the reverse if `force_https` is not set - look for `https:\\`...

enhancement - nice-to-have

...from within `catapult.rb` ``` Bringing machine 'devopsgroup.io-dev-windows' up with 'virtualbox' provider... ==> devopsgroup.io-dev-windows: Checking if box 'devopsgroup-io/windows_server-2012r2-standard-amd64-nocm' is up to date... ==> devopsgroup.io-dev-windows: A newer version of the box 'devopsgroup-io/windows_server-2012r2-standard-amd64-nocm'...

enhancement - nice-to-have

1. Mimic the structure of `redhat_mysql` in `secrets/configuration.yml.template` ``` .... mssql: user: dev user_password: password sa_password: password .... ``` 1. Manage entries via `catapult/catapult.rb` (see lines 926 - 1038 for...

blocker