Skip to content

Conversation

@DMontgomery40
Copy link
Owner

Implements Phase 3 PR14.

  • Adds api/app/services/cache_manager.py (Redis + local fallback)
  • Adds api/app/config/hierarchical_provider.py (Fernet-based, async SQLA, hierarchy resolution)
  • Wires optional bootstrap in app.state (requires CONFIG_MASTER_KEY; tolerates absence for CI)
  • Adds deps in api/requirements.txt: cryptography, redis, sse-starlette

Acceptance greps:

  • rg -n "class CacheManager" api/app/services/cache_manager.py
  • rg -n "class HierarchicalConfigProvider" api/app/config/hierarchical_provider.py
  • rg -n "app.state.hierarchical_config" api/app/main.py

CI: Python tests pass; feature is inert unless CONFIG_MASTER_KEY is set.

Faxbot Agent added 3 commits September 26, 2025 01:29
… bootstrap (no UI/API yet); add deps (cryptography, redis, sse-starlette)
…4; effective, hierarchy, safe-keys, flush-cache
@DMontgomery40
Copy link
Owner Author

Closing as the hierarchical config provider changes have been merged into auto-tunnel

@DMontgomery40 DMontgomery40 deleted the feat/pr14-config-provider branch September 26, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants