arrow_backRetour aux issues
agentic-lineage/lineage
#111
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Parameterize receiver-owned resources through setup playbooks
ecoDébutant
enhancement
help wanted
security
descriptionDescription
## Problem statement
Some workflows need local files, tracker CSVs, directories, or simple databases. Those resources should be declared as receiver-owned setup requirements, not copied from the author machine or hidden inside generated instructions.
## Scope
- Convert model/setup requirements into package setup playbook declarations.
- Represent local files, tracker CSVs, directories, simple databases, and provider-visible setup instructions.
- Link setup requirements to the workflow steps that need them.
- Integrate with the receiver activation model from #72.
- Ensure repeated setup remains idempotent and permission-gated.
## Acceptance criteria
- A compiled package can declare receiver-owned setup resources without including author-owned files.
- Setup requirements are visible in package inspection and validation output.
- Generated setup declarations are compatible with #72.
- Tests cover tracker files, directories, refused setup, repeated setup, and missing setup declarations.
## Dependencies
- Depends on #72, which is still open.
- Depends on the sanitization pass identifying receiver-owned resources.
## Non-goals
- Do not implement full setup execution if #72 has not landed.
- Do not store shared secrets or API keys.
- Do not silently create files on the receiver machine.
## Sequencing
Land after the base sanitization pass and coordinate closely with #72.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue