ADRs 0019-0027: accepted after explicit operator review (2026-07-31)
All checks were successful
CI / Auth e2e pack (pull_request) Successful in 8m34s
CI / Import/export fidelity gate (pull_request) Successful in 57s
CI / Lint, typecheck, test (pull_request) Successful in 6m19s
CI / Build container images (pull_request) Successful in 1m14s
CD / Build and push images (push) Successful in 17s
CD / Deploy to Test (push) Successful in 15s
CD / Smoke tests against Test (push) Successful in 1m16s
CD / Promote to Int (push) Successful in 12s
CI / Lint, typecheck, test (push) Successful in 6m25s
CI / Build container images (push) Has been skipped
CI / Auth e2e pack (push) Successful in 8m24s
CI / Import/export fidelity gate (push) Successful in 59s
All checks were successful
CI / Auth e2e pack (pull_request) Successful in 8m34s
CI / Import/export fidelity gate (pull_request) Successful in 57s
CI / Lint, typecheck, test (pull_request) Successful in 6m19s
CI / Build container images (pull_request) Successful in 1m14s
CD / Build and push images (push) Successful in 17s
CD / Deploy to Test (push) Successful in 15s
CD / Smoke tests against Test (push) Successful in 1m16s
CD / Promote to Int (push) Successful in 12s
CI / Lint, typecheck, test (push) Successful in 6m25s
CI / Build container images (push) Has been skipped
CI / Auth e2e pack (push) Successful in 8m24s
CI / Import/export fidelity gate (push) Successful in 59s
Stefan reviewed and accepted all nine VS-NfD ADRs one by one. Two adjustments from the review: ADR 0021 decision 3 now states the #216 refinement in the decision itself (PAT/feed-token issuance stays available to IdP-authenticated sessions — API authorization under its own switches, not interactive sign-in) instead of contradicting the later Decisions section; and the ADR 0020 dual-verify window will be removed early (issue #296) rather than waiting for its stated expiry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AUtYMxwTCMHG9mVHnwbFg8
This commit is contained in:
parent
4d9f913845
commit
404a3741c8
@ -1,6 +1,6 @@
|
|||||||
# ADR 0019: No security base functions in the application (§52 VSA)
|
# ADR 0019: No security base functions in the application (§52 VSA)
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0020: Token crypto — HKDF key separation and a vetted JWT library
|
# ADR 0020: Token crypto — HKDF key separation and a vetted JWT library
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0021: External authentication via OIDC; local passwords optional
|
# ADR 0021: External authentication via OIDC; local passwords optional
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
@ -28,12 +28,14 @@ expect the application to trust a header or a client certificate.
|
|||||||
`subject` from the token. Linking an OIDC identity to an existing local
|
`subject` from the token. Linking an OIDC identity to an existing local
|
||||||
user follows an explicit, documented rule — never silently by e-mail
|
user follows an explicit, documented rule — never silently by e-mail
|
||||||
address, which would be an account-takeover path.
|
address, which would be an account-takeover path.
|
||||||
3. **Local authentication is switchable off in full**, via
|
3. **Local authentication is switchable off in full** (realized
|
||||||
`auth.local.enabled = false`. "In full" means every credential-issuing
|
deploy-level as `AUTH_LOCAL_ENABLED`, see #216 below). "In full" means
|
||||||
flow: password login, self-service signup, password reset,
|
every interactive credential flow: password login, self-service
|
||||||
verification-as-login, and the token flows (PAT, feed tokens). A
|
signup, password reset, verification-as-login. PAT and feed-token
|
||||||
half-closed local path makes the operating concept untrue, which is
|
issuance deliberately stays available to IdP-authenticated sessions —
|
||||||
worse than not closing it.
|
they authorize API access under their own switches and are not
|
||||||
|
interactive sign-in (#216). A half-closed local path makes the
|
||||||
|
operating concept untrue, which is worse than not closing it.
|
||||||
4. **Proxy header and mTLS are a supported alternative path, off by
|
4. **Proxy header and mTLS are a supported alternative path, off by
|
||||||
default.** When enabled they require an allowlist of trusted peers; a
|
default.** When enabled they require an allowlist of trusted peers; a
|
||||||
request carrying the header from an untrusted peer is rejected and
|
request carrying the header from an untrusted peer is rejected and
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0022: Classification as first-class page metadata
|
# ADR 0022: Classification as first-class page metadata
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0023: Read-access audit trail limited to classified content
|
# ADR 0023: Read-access audit trail limited to classified content
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0024: Reproducible offline deployment
|
# ADR 0024: Reproducible offline deployment
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0025: Plugin trust model
|
# ADR 0025: Plugin trust model
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0026: Backup target restriction
|
# ADR 0026: Backup target restriction
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-29
|
- Date: 2026-07-29
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ADR 0027: VS-NfD hardening-profile mode and configuration catalog
|
# ADR 0027: VS-NfD hardening-profile mode and configuration catalog
|
||||||
|
|
||||||
- Status: proposed
|
- Status: accepted (2026-07-31)
|
||||||
- Date: 2026-07-31
|
- Date: 2026-07-31
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user