Hello,
I was auditing my API application tokens and found two tokens with the following permissions:
{
"expiration": "2020-06-03T10:57:27+02:00",
"creation": "2020-05-27T10:57:27+02:00",
"applicationId": 115,
"ovhSupport": false,
"status": "validated",
"allowedIPs": null,
"rules": [
{
"method": "GET",
"path": "/*"
},
{
"method": "POST",
"path": "/*"
},
{
"path": "/*",
"method": "PUT"
},
{
"method": "DELETE",
"path": "/*"
}
],
"lastUse": null,
"credentialId": *****
}
{
"rules": [
{
"path": "/*",
"method": "GET"
},
{
"method": "POST",
"path": "/*"
},
{
"path": "/*",
"method": "PUT"
},
{
"method": "DELETE",
"path": "/*"
}
],
"status": "validated",
"ovhSupport": false,
"expiration": "2020-06-03T10:57:29+02:00",
"applicationId": 115,
"allowedIPs": null,
"credentialId": *****,
"lastUse": null,
"creation": "2020-05-27T10:57:29+02:00"
}
Is this normal ?
Thanks,
Best Regards.
API: Token with application ID 115 and full permission appearing
Related questions
- IPv6 subnet/extra IPv6 IPs on cloud instances/VPS
3968
31.01.2018 07:31
- Problem with Windows Server 2019 activation
3832
30.12.2020 04:04
- Is the Plesk License included?
3653
02.01.2018 11:56
- Ubuntu 20.04 image in OVH has been marked as DEPECRATED
2427
04.12.2020 23:28
- Automatic Block storage backup - how?
2084
06.05.2020 17:31
- Private Network shared between two or more Public Cloud projects
2084
11.03.2021 13:19
- CORS in Object Storage
1877
03.11.2020 06:02
- [ALPHA] On-demand bare metal instances in Public Cloud
1850
14.05.2019 07:08
- Error has occurred creating your Public Cloud project
1800
08.10.2021 08:52
- Nested virtual machines
1586
18.10.2018 14:33