mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
* Implemented token backend support for identity * Fixed tests * Refactored a few checks for the token entity overwrite. Fixed tests. * Moved entity alias check up so that the entity and entity alias is only created when it has been specified in allowed_entity_aliases list * go mod vendor * Added glob pattern * Optimized allowed entity alias check * Added test for asterisk only * Changed to glob pattern anywhere * Changed response code in case of failure. Changed globbing pattern check. Added docs. * Added missing token role get parameter. Added more samples * Fixed failing tests * Corrected some cosmetical review points * Changed response code for invalid provided entity alias * Fixed minor things * Fixed failing test