s3cr3t
s3cr3t copied to clipboard
A supercharged S3 reverse proxy
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?...