Skip to content

Commit aa3b9d6

Browse files
jopemachineclaude
andcommitted
docs(BA-6834): add news fragment
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3fb0af4 commit aa3b9d6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

changes/12755.feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `read_access` / `write_access` access-level columns to the AppConfig allow list, decoupling read-enablement from write-authorization so a config layer's read and write audiences are explicit rather than implied by the allow-list row's existence (BEP-1052).

tests/unit/manager/repositories/app_config_fragment/test_repository.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def _allow_list_row(config_name: str, scope_type: AppConfigScopeType) -> AppConf
7979
config_name=config_name,
8080
scope_type=scope_type,
8181
rank=scope_type.default_rank(),
82+
read_access=scope_type.default_read_access(),
83+
write_access=scope_type.default_write_access(),
8284
)
8385

8486

0 commit comments

Comments
 (0)