Skip to content

Commit

Permalink
chore: update changelog and incorrect type
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Nov 9, 2023
1 parent 69a0b1e commit 80ac9b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ and this project adheres to [Semantic Versioning][semver].

### Fixed

- Fix loading of keys and create repo when old yubikey flag is used ([370])
- Fix keys naming issue after adding a new signing key to a role that only had one signing key ([362])
- Fix removal of targets when removing a role ([362])

[362]: https://github.com/openlawlibrary/taf/pull/362
[370]: https://github.com/openlawlibrary/taf/pull/370
[365]: https://github.com/openlawlibrary/taf/pull/365
[362]: https://github.com/openlawlibrary/taf/pull/362
[360]: https://github.com/openlawlibrary/taf/pull/360

Expand Down
2 changes: 1 addition & 1 deletion taf/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def _setup_yubikey(
yubikeys: Optional[Dict],
role_name: str,
key_name: str,
loaded_keys: Optional[list[str]] = None,
loaded_keys: List[str],
scheme: Optional[str] = DEFAULT_RSA_SIGNATURE_SCHEME,
certs_dir: Optional[Union[Path, str]] = None,
) -> Dict:
Expand Down

0 comments on commit 80ac9b1

Please sign in to comment.