- Added JSON output format
- Drilling into child-child namespaces correctly
- Was losing the parent path when drilling into child namespaces, meaning if the
path were
org/program/bu
, I was losingorg/program
and just drilling intobu
. Added aSKIP_ORPHAN_TOKENS
option in case inspecting each token isn't necessary because this is an expensive operation.
- Adding more endpoints for auth
- The different auth methods have different endpoints to count:
- userpass:
/user
- pki:
/certs
- aws:
/roles
- azure:
/role
- ldap:
/users
and/groups
- userpass:
- Distinguising auth method tokens from others
- Adding in child namespace ability
- Initial commit; count things