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
i was being lazy today and made an identity named "id". I tried to delete that identity, but i cannot do it 'by name':
cd@172.22.145.249:sg3: ~$ ziti edge list identities 'name contains "id"'
╭────────────┬──────┬──────┬────────────╮
│ ID │ NAME │ TYPE │ ATTRIBUTES │
├────────────┼──────┼──────┼────────────┤
│ bNRYK2gdxh │ id │ User │ │
╰────────────┴──────┴──────┴────────────╯
results: 1-1 of 1
cd@172.22.145.249:sg3: ~$ ziti edge delete identity 'id'
delete of identity with id id: FAIL
error: error deleting identities/id instance in Ziti Edge Controller at https://ec2-18-225-8-209.us-east-2.compute.amazonaws.com:8441/edge/management/v1. Status code: 404 Not Found, Server returned: {
"error": {
"cause": {
"code": "UNHANDLED",
"message": "identity with id id not found"
},
"code": "NOT_FOUND",
"message": "The resource requested was not found or is no longer available",
"requestId": "6dh3K2oBx"
},
"meta": {
"apiEnrollmentVersion": "0.0.1",
"apiVersion": "0.0.1"
}
}
The text was updated successfully, but these errors were encountered:
i was being lazy today and made an identity named "id". I tried to delete that identity, but i cannot do it 'by name':
The text was updated successfully, but these errors were encountered: