You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
It is necessary to correct the expression variables.get("verify") to variables.get("environment") in the code file plugins/lookup/passbolt_inventory.py, specifically on line 95. It is important to note that in the file plugins/lookup/passbolt.py, the variable is correctly defined.
Proposed Steps:
Make the necessary modification on line 95 of the file plugins/lookup/passbolt_inventory.py to correct the variable to "environment".
Verify that the modification does not negatively impact the code's functionality.
The text was updated successfully, but these errors were encountered:
abejotaR
changed the title
Title: Correct variable to "environment" instead of "verify" in the code in plugins/lookup/passbolt_inventory.py
Correct variable to "environment" instead of "verify" in the code in plugins/lookup/passbolt_inventory.py
May 13, 2024
In relation to this error, I have noticed that httpx does not recognize the Certification Authority (CA) present at the operating system level. In my experience, by standing up a Passbolt instance with a self-signed Certificate Authority (CA) and adding it to the list of trusted certificates, I managed to run a curl command to that instance. However, when trying to run either plugin, neither recognizes the added CA.
Description:
It is necessary to correct the expression
variables.get("verify")
tovariables.get("environment")
in the code fileplugins/lookup/passbolt_inventory.py
, specifically on line 95. It is important to note that in the fileplugins/lookup/passbolt.py
, the variable is correctly defined.Proposed Steps:
plugins/lookup/passbolt_inventory.py
to correct the variable to "environment".The text was updated successfully, but these errors were encountered: