You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user saves a wrong API key through civo cli. The user can' able to remove that apikey and we can't add a new API key. Many users reported this issue.
for example, like here i save the wrong API, and after that i list the region as you can see here:
civo apikey save
Enter a nice name for this account/API Key: test
Enter the API key: Saved the API Key test
ubuntu $ civo region ls
Unable to list regions: DatabaseAccountNotFoundError: Failed to find the account within the internal databaseError getting supported regions to feature DatabaseAccountNotFoundError: Failed to find the account within the internal database
And when i try to remove that apikey, then I get this error:
ubuntu $ civo apikey remove test
Unable to list regions: DatabaseAccountNotFoundError: Failed to find the account within the internal databaseError getting supported regions to feature DatabaseAccountNotFoundError: Failed to find the account within the internal database
civo apikey ls
Unable to list regions: DatabaseAccountNotFoundError: Failed to find the account within the internal databaseError getting supported regions to feature DatabaseAccountNotFoundError: Failed to find the account within the internal database
A issue reported by a user related to this:
Acceptance Criteria
The user should be able to remove the wrong API key.
User should be able to add a new API key if by mistakenly he added a wrong API key.
The text was updated successfully, but these errors were encountered:
fernando-villalba
changed the title
Cana't remove a wrong Apikey through civo cli
Can't remove a wrong Apikey through civo cli
Sep 12, 2024
Issue
When a user saves a wrong API key through civo cli. The user can' able to remove that apikey and we can't add a new API key. Many users reported this issue.
for example, like here i save the wrong API, and after that i list the region as you can see here:
And when i try to remove that apikey, then I get this error:
A issue reported by a user related to this:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: