You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Onboarding a new upstream project today means an administrator adding an access rule and granting permissions by hand, or an organisation building automation against the REST API to do it from a request form. fogwall should support the second pattern as a first-class, documented flow rather than leaving each organisation to discover the endpoints.
Wanted
One idempotent onboarding operation through the API that, for a provider and repository, creates the access rule, provisions the requesting user if needed, and assigns the initial grants in a single call with a single audit record. Re-running it converges rather than duplicating.
A documented reference pattern in the admin guide for driving onboarding from an external request system (a form or issue template that triggers automation calling this API), including the scoped credential such automation should use.
Summary
Onboarding a new upstream project today means an administrator adding an access rule and granting permissions by hand, or an organisation building automation against the REST API to do it from a request form. fogwall should support the second pattern as a first-class, documented flow rather than leaving each organisation to discover the endpoints.
Wanted
Boundaries