feat(performance): add a restricted collector OAuth identity #480
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/pipeline-profiler-oauth-20260909"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Give the pipeline collector a separate client with only binjovi.profile scope. A dedicated secret reader can copy only this credential into Alloy. The registration job checks the client before it writes and reads back the scope and grant type.
Validation: scope and credential boundary contract, service account reference checks, guard registration checks, and Kubernetes server dry run passed.