Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot delete identity named 'id' #885

Closed
dovholuknf opened this issue Nov 4, 2022 · 1 comment
Closed

cannot delete identity named 'id' #885

dovholuknf opened this issue Nov 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@dovholuknf
Copy link
Member

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"
    }
}
@dovholuknf dovholuknf added the bug Something isn't working label Nov 4, 2022
@ekoby
Copy link
Member

ekoby commented Jul 24, 2024

works now

@ekoby ekoby closed this as completed Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants