Record and pin verified account journey release
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
tegwick 2026-09-13 12:29:43 +02:00
parent 84f7635ea1
commit 6420d80a70
3 changed files with 10 additions and 5 deletions

View file

@ -3,7 +3,7 @@ spec:
spec:
containers:
- name: provisioner
image: forgejo.coulomb.social/coulomb/identity-provisioner@sha256:55f744cc9bc2ec3fe23eb7175fa4b7bfcc7a29469d9b9a1a8eaefc75d790dfc6
image: forgejo.coulomb.social/coulomb/identity-provisioner@sha256:698620e25cabccd746c10c332030e436428d184baab0f8270936494d285216a6
env:
- name: PASSWORD_SETUP_TENANT_RETURNS
value: '{"tenant:trial:demo-company":"https://vergabe-teilnahme.coulomb.social/demo-company/"}'

View file

@ -23,7 +23,7 @@ spec:
seccompProfile: {type: RuntimeDefault}
containers:
- name: provisioner
image: forgejo.coulomb.social/coulomb/identity-provisioner@sha256:55f744cc9bc2ec3fe23eb7175fa4b7bfcc7a29469d9b9a1a8eaefc75d790dfc6
image: forgejo.coulomb.social/coulomb/identity-provisioner@sha256:698620e25cabccd746c10c332030e436428d184baab0f8270936494d285216a6
imagePullPolicy: IfNotPresent
ports: [{name: http, containerPort: 8080}]
env:

View file

@ -4,11 +4,12 @@ type: workplan
title: "Tenant-scoped identity lifecycle for account journeys"
domain: infotech
repo: net-kingdom
status: active
status: finished
owner: codex
topic_slug: infotech
created: "2026-09-13"
updated: "2026-09-13"
state_hub_workstream_id: "c0fd56ef-edde-57ab-904f-6d1ff567f74a"
---
## Implement scoped directory access changes
@ -17,9 +18,10 @@ updated: "2026-09-13"
id: NK-WP-0038-T01
status: done
priority: high
state_hub_task_id: "6470d6cd-c983-59c7-b13a-ba93672a3eda"
```
Support USER-WP-0029 T06: /v1/identities/tenant-access changes only the target
Support USER-WP-0029-T01/T02 (journey T06): /v1/identities/tenant-access changes only the target
tenant's users/admins groups, never deletes the identity, clears global suspension
or touches other tenants. Validate tenant/role/status; verify readback before
reporting success. Repeated desired-state requests converge. Preserve original
@ -29,8 +31,9 @@ identity-wide owner operations for explicitly global use.
```task
id: NK-WP-0038-T02
status: progress
status: done
priority: high
state_hub_task_id: "e36392f0-31e1-5e02-b2c0-e0efd8b15693"
```
Run provider regression and new isolation/readback/retry tests, build a pinned
@ -41,3 +44,5 @@ credentials remain a separate NK-WP-0033/KEY-WP-0035 dependency.
Provider regression: 20 tests passed, including tenant-group isolation, repeated
desired-state updates, failed readback/retry and preservation of global suspension.
CI now runs the provider suite for changes to identity-provisioner.
Deployed source a0cc947, image sha256:698620e25cabccd746c10c332030e436428d184baab0f8270936494d285216a6; Ready 1/1, live implementation confirmed. CI provider run 228 passed. Detailed receipt: user-engine/docs/evidence/2026-09-13-journey-release.md. Separate OTP work remains live in NK-WP-0033 and KEY-WP-0035; no OTP completion or real-user lifecycle mutation is claimed.