Files
Charon/docs/issues/manual_test_acl_security_headers_dropdown_hotfix.md
akanealw eec8c28fb3
Some checks are pending
Go Benchmark / Performance Regression Check (push) Waiting to run
Cerberus Integration / Cerberus Security Stack Integration (push) Waiting to run
Upload Coverage to Codecov / Backend Codecov Upload (push) Waiting to run
Upload Coverage to Codecov / Frontend Codecov Upload (push) Waiting to run
CodeQL - Analyze / CodeQL analysis (go) (push) Waiting to run
CodeQL - Analyze / CodeQL analysis (javascript-typescript) (push) Waiting to run
CrowdSec Integration / CrowdSec Bouncer Integration (push) Waiting to run
Docker Build, Publish & Test / build-and-push (push) Waiting to run
Docker Build, Publish & Test / Security Scan PR Image (push) Blocked by required conditions
Quality Checks / Auth Route Protection Contract (push) Waiting to run
Quality Checks / Codecov Trigger/Comment Parity Guard (push) Waiting to run
Quality Checks / Backend (Go) (push) Waiting to run
Quality Checks / Frontend (React) (push) Waiting to run
Rate Limit integration / Rate Limiting Integration (push) Waiting to run
Security Scan (PR) / Trivy Binary Scan (push) Waiting to run
Supply Chain Verification (PR) / Verify Supply Chain (push) Waiting to run
WAF integration / Coraza WAF Integration (push) Waiting to run
changed perms
2026-04-22 18:19:14 +00:00

2.3 KiB
Executable File

Manual Test Plan — ACL + Security Headers Dropdown Hotfix

  • Date: 2026-02-27
  • Scope: Proxy Host create/edit dropdown persistence
  • Goal: Confirm ACL and Security Headers selections save correctly, can be changed, and can be cleared without regressions.

Preconditions

  • Charon is running and reachable in browser
  • At least 2 Access Lists exist
  • At least 2 Security Headers profiles exist
  • Tester has permission to create and edit Proxy Hosts

Test Cases

TC-001 — Create Host With Both Dropdowns Set

  • Steps:
    1. Open Proxy Hosts and start creating a new host.
    2. Fill required host fields.
    3. Select any Access List.
    4. Select any Security Headers profile.
    5. Save.
    6. Reopen the same host in edit mode.
  • Expected:
    • The selected Access List remains selected.
    • The selected Security Headers profile remains selected.

TC-002 — Edit Host And Change Both Selections

  • Steps:
    1. Open an existing host that already has both values set.
    2. Change Access List to a different option.
    3. Change Security Headers to a different option.
    4. Save.
    5. Reopen the host.
  • Expected:
    • New Access List is persisted.
    • New Security Headers profile is persisted.
    • Previous values are not shown.

TC-003 — Clear Access List

  • Steps:
    1. Open an existing host with an Access List selected.
    2. Set Access List to no selection.
    3. Save.
    4. Reopen the host.
  • Expected:
    • Access List is empty (none).
    • No old Access List value returns.

TC-004 — Clear Security Headers

  • Steps:
    1. Open an existing host with a Security Headers profile selected.
    2. Set Security Headers to no selection.
    3. Save.
    4. Reopen the host.
  • Expected:
    • Security Headers is empty (none).
    • No old profile value returns.

TC-005 — Regression Guard: Repeated Edit Cycles

  • Steps:
    1. Repeat edit/save cycle 3 times on one host.
    2. Alternate between selecting values and clearing values for both dropdowns.
    3. After each save, reopen the host.
  • Expected:
    • Last saved choice is always what appears after reopen.
    • No mismatch between what was selected and what is shown.

Execution Notes

  • Targeted tests for this hotfix are already passing.
  • Full-suite, security, and coverage gates are deferred to CI/end pass.