apigee / apigee/apigeetool-node
deploySharedflow fails
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 91
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Hi all,
We try to deploy a SharedFlow using the deploySharedflow command, but we get a 403 Error, Forbidden.
It failed when calling this API /%s/v1/o/%s/sharedflows/%s/revisions/%d/policies (method uploadPolicies)
Even if I try a simple curl command to hit this endpoit, I get same Error
I looked in Apigee's Api official reference, and I did not find that path
My user's role has full access/read/write
PS, It works fine with this endpoint
https://api.enterprise.apigee.com/v1/organizations/%s/environments/%s/sharedflows/%s/revisions/%s/deployments?override=true
Regardsm
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the deploySharedflow command and its uploadPolicies API call; reproduce the 403 for the shared-flow policies endpoint and compare it with the working deployments endpoint and Apigee API reference. Done means identifying the supported endpoint or required request behavior and verifying the corrected deployment path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100