Files
Charon/docs/issues/manual_test_acl_security_headers_dropdown_hotfix.md
akanealw eec8c28fb3
Some checks failed
Go Benchmark / Performance Regression Check (push) Has been cancelled
Cerberus Integration / Cerberus Security Stack Integration (push) Has been cancelled
Upload Coverage to Codecov / Backend Codecov Upload (push) Has been cancelled
Upload Coverage to Codecov / Frontend Codecov Upload (push) Has been cancelled
CodeQL - Analyze / CodeQL analysis (go) (push) Has been cancelled
CodeQL - Analyze / CodeQL analysis (javascript-typescript) (push) Has been cancelled
CrowdSec Integration / CrowdSec Bouncer Integration (push) Has been cancelled
Docker Build, Publish & Test / build-and-push (push) Has been cancelled
Quality Checks / Auth Route Protection Contract (push) Has been cancelled
Quality Checks / Codecov Trigger/Comment Parity Guard (push) Has been cancelled
Quality Checks / Backend (Go) (push) Has been cancelled
Quality Checks / Frontend (React) (push) Has been cancelled
Rate Limit integration / Rate Limiting Integration (push) Has been cancelled
Security Scan (PR) / Trivy Binary Scan (push) Has been cancelled
Supply Chain Verification (PR) / Verify Supply Chain (push) Has been cancelled
WAF integration / Coraza WAF Integration (push) Has been cancelled
Docker Build, Publish & Test / Security Scan PR Image (push) Has been cancelled
Repo Health Check / Repo health (push) Has been cancelled
History Rewrite Dry-Run / Dry-run preview for history rewrite (push) Has been cancelled
Prune Renovate Branches / prune (push) Has been cancelled
Renovate / renovate (push) Has been cancelled
Nightly Build & Package / sync-development-to-nightly (push) Has been cancelled
Nightly Build & Package / Trigger Nightly Validation Workflows (push) Has been cancelled
Nightly Build & Package / build-and-push-nightly (push) Has been cancelled
Nightly Build & Package / test-nightly-image (push) Has been cancelled
Nightly Build & Package / verify-nightly-supply-chain (push) Has been cancelled
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.