Promote a project secret to a workspace secret
POST/api/hive/v1/projects/:projectId/secrets/:id/promote/
Promotes a localized project secret to a workspace-scoped secret, making it available to the rest of the workspace. Its name must not collide with existing workspace-scoped secrets.
Request
Responses
- 201
- 400
- 403
- 404
Securely promoted upwards into Workspace tier
Promotion aborted: Collides redundantly against another project's secret name payload
Denied: requires explicit Workspace owner tier
Origin secret not locally found