Skip to content

Commit

Permalink
Unregister SSlibSigner in SIGNER_FOR_URI_SCHEME
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Apr 10, 2024
1 parent e2664c0 commit 57f36ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions securesystemslib/signer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
# Register supported private key uri schemes and the Signers implementing them
SIGNER_FOR_URI_SCHEME.update(
{
SSlibSigner.ENVVAR_URI_SCHEME: SSlibSigner,
SSlibSigner.FILE_URI_SCHEME: SSlibSigner,
GCPSigner.SCHEME: GCPSigner,
HSMSigner.SCHEME: HSMSigner,
GPGSigner.SCHEME: GPGSigner,
Expand Down

0 comments on commit 57f36ae

Please sign in to comment.