Commit 5c0451b
authored
chore: allow to tune logs bucket traffic security policies (#78)
## what
- Allow to set both `allow_ssl_requests_only` and
`allow_encrypted_uploads_only` in order to configure it at the
underlying S3 bucket level.
## why
- We must enable secured traffic for compliance purposes.
## references
- N/A
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added `allow_ssl_requests_only` configuration option to enforce
SSL-only requests
* Added `allow_encrypted_uploads_only` configuration option to require
encrypted uploads
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 7de2d2c commit 5c0451b
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
| |||
0 commit comments