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
feat(manager): add resource and provider management APIs (#21)
* feat(manager): add platform resource APIs with version snapshots (#7)
Enable admin CRUD and authenticated listing for platform resources, and persist config snapshots on create/update to support versioned resource management.
* feat(manager): secure resource access keys and add provider templates (#7)
Remove credential_ref from manager resource contracts, encrypt access_key at rest, and require password re-auth for reveal to tighten sensitive data handling.
Add provider_templates CRUD with field schema validation so providers can define dynamic config templates without mixing base_url/access_key into config.
0 commit comments