Hello! I am trying to make a POST request to listP...
# help
b
Hello! I am trying to make a POST request to listPullRequests via the lakefs UI, but I get a 401 error "insufficient permissions". I used the lakefs demo environment and the standard repository. What didn't I do?
i
Hi Boris, You are right, it looks like a bug. You will have to add your user these permissions to be able to work with Pull Requests:
Copy code
"pr:ReadPullRequest",
"pr:WritePullRequest",
"pr:ListPullRequests",
Just to make sure- you are using lakeFS cloud environment, right?
b
@Idan Novogroder right
👍🏽 1