When trying to "Destroy" (should use the word revoke) an application's API access, it leads to a 404 and doesn't remove the applications access to the API.
I am talking about here on gitlab.com (maybe this should be a different repository)?
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
I have exactly the same problem. But I am Using the GitLab CE version hosted on a university server.
these are the current version of my components:
GitLab 8.6.4
GitLab Shell 2.6.12
GitLab API v3
Git 2.7.4
Ruby 2.1.8p440
Rails 4.2.5.2
PostgreSQL 9.2.15
Can one of you having this issue record a screencast of what happens? I just tried to add a new application and delete it, and it worked fine. Does the application need to be in the "Authorized applications" list?
Hey Stan, yep, that's right. When I go to https://gitlab.com/profile/applications and click Destroy on an app under "Authorized applications", I get a 404. I added several apps for testing and now I can't revoke them and since they have api scope the devs can do whatever they want with my account I guess. So emailing security@gitlab.com is the way to report the issue?
@connorshea Awesome, the workaround works. Just it redirects to /profile/applications after the Revoke which is inconvenient for revoking multiple apps which I just did.