-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
3485e12
commit e7ed739
Showing
5 changed files
with
456 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.