Mykyta Orlov
Mykyta Orlov
Explicitly specify http_version as string, because otherwise it's a number and ignored ### Proposed changes Describe the use case and detail of the change. If this PR addresses an issue...
This works, I've tested, resulting config will be ``` server { listen 443 ssl http2; } ``` with `http2: true` ### Proposed changes Describe the use case and detail of...
**Describe the bug** Validation for special characters on UI is done only on device creation, but not on edit tab. By the way defguard works with devices with special characters....
**Describe the bug** Not possible to add more than 2 subnets in allowed ips. Meanwhile nothing stops users to add as many subnets as possible. While it's working just fine,...
**Describe the bug** Max password size checked during login, but not on password change **To Reproduce** Steps to reproduce the behavior: 1. Go to defguard ui 2. Login 3. Go...
According to CNPG guide, I've tried to set `maintenance_work_mem` as well as other params in my cluster: ``` postgresql: parameters: shared_buffers: "2GB" effective_cache_size: "6GB" work_mem: "64MB" random_page_cost: "4" # default...