-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Case insensitive username comparison (#421)
* Ensure user names are handled as lower case signer names (GitHub usernames) are compared in quite a few places: Ensure that comparisons are case-insensitive by always processing lowercase names * When reading in signer configuration from .tuf-on-ci-sign.ini, convert to lower case * When taking in signer names as input when modifying a delegation, convert to lower case * tests: Test case insensitive user names Use a capital letter in both the config file and in tuf-on-ci-delegate input. Most of the changes are just ensuring the filepaths of test results stay the same.
- Loading branch information
Showing
3 changed files
with
18 additions
and
18 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