Skip to content

Commit

Permalink
Fix typo that caused CBMA not to find upper CBMA private key path
Browse files Browse the repository at this point in the history
-typo caused enum instead of string to be passed as key path
-SECO-7892
  • Loading branch information
johan-juntunen committed Oct 1, 2024
1 parent eae8cd2 commit 8ad5563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
self.__cbma_certs_path = Constants.ECDSA_BIRTH_FILEBASED.value
self.__upper_cbma_certs_path = Constants.DOWNLOADED_RSA_CERTS_PATH.value
self.__upper_cbma_ca_cert_path = Constants.DOWNLOADED_UPPER_CBMA_CA_CERT.value
self.__upper_cbma_key_path = Constants.RSA_BIRTH_KEY
self.__upper_cbma_key_path = Constants.RSA_BIRTH_KEY.value
self.__lower_cbma_controller = None
self.__upper_cbma_controller = None
self.__lower_cbma_interfaces: List[Interface] = []
Expand Down

0 comments on commit 8ad5563

Please sign in to comment.