Hello,
I created API keys using https://eu.api.ovh.com/createToken/
as specified in this documentation https://help.ovhcloud.com/csm/en-gb-api-getting-started-ovhcloud-api?id=kb_article_view&sysparm_article=KB0042784
They work no problem, but I can not find the interface to list, edit, delete the API keys.
Note: I'm the root user of the OVH account.
General Chat - API keys WebGUI
Related questions
- How to completely close your OVH Account
13444
05.07.2019 14:26
- OVH Manager exceptionally slow
11739
19.04.2018 11:11
- I cannot complete registration
10749
10.01.2022 13:34
- Hubic issues downloading files and backup archives
9739
17.04.2018 11:12
- DMARC record, available or not?
8972
18.07.2018 09:10
- Remove / Change API Token
8754
27.10.2022 14:36
- Plesk server update error - Help
8069
20.07.2020 08:11
- Oops! An error has occurred creating the account
7729
01.04.2020 17:59
- Didn't receive forgot password email
6978
27.07.2018 03:39
Same here. After creating some API keys with unlimited access time, I'd expect to have an interface to delete them, it'd be very dangerous otherwise.
Side notes:
- don't call your script ``ovh.py`` it will conflict with the actual ``import ovh``
- you need to create an API key with the correct rights:
GET /me/api/application/*
DELETE /me/api/application/*
You can access it at this url :
https://eu.api.ovh.com/console-old/#/me/api/application~GET
In the branch /me/api
Hello,
For people that find this thread, there is now a UI to manage API keys : https://www.ovh.com/manager/#/iam/dashboard/applications
I see generated api keys in https://www.ovh.com/manager/#/iam/api-keys but only thing I can do with them is delete operation which is rather weird because when I would like to add new allowed get, post, put, delete query I need to delete it and insert all data again. Is this supposed to work that way ? Why there is no modify option for api key ?
You can use this: https://manager.eu.ovhcloud.com/#/iam/api-keys
I also forked a CLI tool to manage API keys, written in Go: https://gitlab.com/MaesterZ/ovh-akm
It can cleanup credentials from OVH console/manager and credentials not matching an existing application automatically.
I forked a small CLI tool in Go to manage your OVH API keys, you can also cleanup credentials from console / GUI logins and credentials not matching an existing application:
https://gitlab.com/MaesterZ/ovh-akm