Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case insensitive username comparison #421

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Aug 29, 2024

  1. 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
    jku committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    109f7f5 View commit details
    Browse the repository at this point in the history
  2. 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.
    jku committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e415f0f View commit details
    Browse the repository at this point in the history