Update secret resource
PUT/nevisadmin/api/v1/tenants/:tenantKey/secret-resources/:secretId
Required permission: MODIFY_TENANT on the tenant, or global scope
Update the content of a tenant secret resource (file).
Limitations and known issues
- Rollback deployment will use the new secret value.
- Upload with a new file name won't update the reference in the inventory. The file name will be out-dated in
inv-res-secret://<id>#<fileName>.
Request
Responses
- 200
- 400
- 403
- 404
Secret resource updated
Invalid request body or parameters
Insufficient permissions.
Tenant or secret resource not found