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

Correct variable to "environment" instead of "verify" in the code in plugins/lookup/passbolt_inventory.py #16

Open
abejotaR opened this issue May 13, 2024 · 1 comment

Comments

@abejotaR
Copy link

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:

  1. Make the necessary modification on line 95 of the file plugins/lookup/passbolt_inventory.py to correct the variable to "environment".
  2. Verify that the modification does not negatively impact the code's functionality.
@abejotaR 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
@abejotaR
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant