Axel Amigo Arnold
Axel Amigo Arnold
This makes reference to the `0.7-PHP-Lambda-functions-with-Docker-container-images` folder. ``` axel@ryzen:~/projects/foobar/poc-foobar-global-services$ sam --version SAM CLI, version 1.50.0 axel@foobar:~/projects/foobar/poc-foobar-global-services$ sam deploy -g Configuring SAM deploy ====================== Looking for config file [samconfig.toml] : Not...
## :ghost: Brief Description When using the `mysql_service` resource with a different name than `default`, although the Chef converge phase exits successfully, the MySQL service is not able to start....
Add some fancy YAML files to be able to deploy this into a K8S environment: - Config maps with secrets for the sensitive stuff. - Basic deployment and services I...
The main [s3cr3t site](https://github.com/axl89/s3cr3t/blob/master/nginx-site-example.conf) should: - Accept TLS certificates and keys - Redirect all HTTP traffic to HTTPS Sounds like we need to modify the Dockerfile and add some new...
We'd need to get some basic DoS protection here, am I right?
Improve NGINX security with the typical stuff: - Only use strong cipher suites - Prefer server ciphers - Maybe DH? - Maybe OCSP stapling? - Maybe HTTP Strict Transport Security?...
Using this cookbook (`v7.0.1`) with Chef (`16.5.77`), I get the undesired behavior of NGINX logs getting logged twice in `syslog` and `messages` because the way the [35-server-per-host.conf.erb](https://github.com/chef-cookbooks/rsyslog/blob/master/templates/default/35-server-per-host.conf.erb) template is written....
This issue seems related with #704 . When having a datadog role like the following one, the `/etc/datadog-agent/datadog.yaml` does not print the `logs_agent_config` section: ### Role ```json { "name": "datadog",...
It's not much; but it's honest work: ```bash axel@cursed:~/projects/android/Best-Flutter-UI-Templates$ dart fix --dry-run Computing fixes in Best-Flutter-UI-Templates (dry run)... 1.4s 65 proposed fixes in 11 files. best_flutter_ui_templates/lib/app_theme.dart deprecated_member_use • 7 fixes...