Editing a Secret from a Data App

Is it possible to edit Secrets via a Data App?

Successfully created a workflow that allows me to check new secret is valid before updating a secret.

Used API PATCH call as per
Editing a Secret from a workflow, e.g. by API call - KNIME Business Hub - KNIME Community Forum

The Workflow works great when run on the Hub, but fails due insufficient permission 403 when run as a published Data App for same user.

Discovered that is possible, and issue was centred around Execution Scope of the published Data app.
image

Had published with Team Scope, so KBH was checking Team’s permissions

When published with User scope, then checked the Users Permissions as intended

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.