Open
Description
What would you like Teleport to do?
It would be nice to add a --labels
flag to tctl tokens ls
What problem does this solve?
Customers that handle large numbers of K8s JWKS tokens would benefit from a native way of filtering tokens instead of relying on utilities like jq
If a workaround exists, please include it.
tctl tokens ls --format json | jq '.[] | select( .metadata.labels.my_label_key =="my_label_value" )'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment