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

Extension installer needs to listen to the APPSIGNAL_CA_FILE_PATH env var #762

Open
2 tasks
tombruijn opened this issue Feb 15, 2022 · 0 comments
Open
2 tasks
Labels

Comments

@tombruijn
Copy link
Member

tombruijn commented Feb 15, 2022

The AppSignal Elixir integration needs to listen to the APPSIGNAL_CA_FILE_PATH env var in the extension installer.

To download the archive, some additional options may be set.

  • SSL. Every integration includes a CA certificates file. This is used to configure SSL for the request to download the archive. This is not configurable with the APPSIGNAL_CA_FILE_PATH environment variable. It's always set to use the included CA certificates file.

From https://github.com/appsignal/integration-guide/blob/7cf3b14f89c6cf8d84048ae54a5e739974410b02/build/installation.md#download-options

To do

  • Listen to APPSIGNAL_CA_FILE_PATH env var in mix helpers file.
  • Add tests for the cacert behavior in the mix helpers test file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant