Commit Graph

23 Commits

Author SHA1 Message Date
José René White Enciso
31e09b2050 fix(thalos-service): harden identity secret resolution 2026-03-31 15:59:38 -06:00
José René White Enciso
85796336c6 feat(auth): add google oidc token exchange service integration 2026-03-11 12:07:03 -06:00
José René White Enciso
dec12f912f feat(thalos-service): add google token exchange orchestration 2026-03-11 04:27:02 -06:00
José René White Enciso
7cec61b959 chore(thalos-service): checkpoint pending development updates 2026-03-09 11:57:46 -06:00
José René White Enciso
cbf38ac9f8 merge(development): integrate session flows 2026-03-08 14:54:59 -06:00
José René White Enciso
96c53d9dab feat(thalos-service): add canonical session flows
Why: provide service-side canonical login/refresh orchestration for session-based web auth.

What: add session contracts, refresh token codec with provider-agnostic secret boundary, grpc session methods, DI wiring, tests, and docs.

Rule: preserve thalos identity ownership and keep transport adapters at service edge.
2026-03-08 14:48:35 -06:00
José René White Enciso
fedd26bce6 chore(thalos-service): add container run assets
Why: align service runtime packaging and health endpoints for container execution.

What: add Docker build assets, container runbook, and dual health mappings with explicit http/grpc ports.

Rule: keep technical intent only and avoid orchestration references.
2026-03-08 14:34:12 -06:00
José René White Enciso
201ef3e599 chore(repo): normalize ignore policy and repository metadata paths 2026-03-06 08:17:47 -06:00
José René White Enciso
2584328f23 Merge branch 'feature/thalos-service-boundary-decoupling' into development 2026-02-25 16:50:54 -06:00
José René White Enciso
56536ae509 Merge branch 'feature/thalos-service-contracts-stable-baseline' into development 2026-02-25 16:50:54 -06:00
José René White Enciso
1fcb52bbf1 refactor(thalos-service): consume blueprint common via package in service contracts 2026-02-25 16:47:38 -06:00
José René White Enciso
9f2dea4df5 refactor(thalos-service): replace cross-repo references with stable packages 2026-02-25 16:42:23 -06:00
José René White Enciso
a336f88f0f chore(thalos-service): stabilize service contract package baseline 2026-02-25 16:07:52 -06:00
José René White Enciso
d0730e1438 merge(thalos-service): integrate thalos-service-orchestration-normalization 2026-02-25 14:42:01 -06:00
José René White Enciso
f960f0656d feat(thalos-service): propagate provider metadata through grpc flow 2026-02-25 13:13:56 -06:00
José René White Enciso
654a808c54 refactor(thalos-service): delegate to domain 2026-02-24 05:26:54 -06:00
José René White Enciso
5974ce6fa6 feat(thalos-service): wire grpc runtime and dal adapters 2026-02-22 17:47:35 -06:00
José René White Enciso
b92ae237c7 chore(thalos-service): merge contract integration branch 2026-02-22 04:56:53 -06:00
José René White Enciso
ab4013fcf4 feat(identity): add policy contract integration
- WHY: enforce identity-only contract boundaries for policy orchestration
- WHAT: add thalos-owned policy contracts, adapters, and grpc translation surfaces
- RULE: apply workspace dependency graph and identity ownership constraints
2026-02-22 03:44:44 -06:00
José René White Enciso
8dd1ee67d0 chore(tasks): untrack local task files
- WHY: keep task lifecycle files local-only per gitignore policy
- WHAT: remove tracked .tasks entries from repository index
- RULE: apply repository workflow task folder behavior
2026-02-22 01:34:56 -06:00
José René White Enciso
61b8ec07d1 chore(tasks): close task-20260222-001
- WHY: complete Stage 3 lifecycle transition for TASK-001
- WHAT: move task from active to done and append completion metadata
- RULE: apply task folder behavior from repository workflow directives
2026-02-22 01:32:32 -06:00
José René White Enciso
9f1790ef11 feat(stage3): scaffold task-001 baseline
- WHY: establish Stage 3 task-001 execution baseline per repo intent
- WHAT: add minimal solution/project skeleton and boundary docs
- RULE: apply stage3 execution runtime and repository workflow directives
2026-02-22 01:30:02 -06:00
José René White Enciso
eb664ef06e chore(repo): initialize repository structure
- Adds base src/tests/docs scaffolding
- Preserves planning and documentation artifacts
- Applies baseline ignore patterns for .NET and container workflows
- Sets development as the working branch
2026-02-21 20:59:19 -06:00