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

Remove the https_proxy from the enclave.toml file and from the ias certificates class #427

Closed
cmickeyb opened this issue Apr 7, 2023 · 2 comments

Comments

@cmickeyb
Copy link
Contributor

cmickeyb commented Apr 7, 2023

Right now we are overriding the proxy environment variables for the ias class with a completely unique proxy. The requests class that we use to retrieve ias certificates will use the standard environment variables and we should not override these.

@cmickeyb
Copy link
Contributor Author

This might be a little more tricky than it needs to be for intel employees. Since the IAS server sits on an intel host, but the host requires proxy to access from internal servers, we need to override the no_proxy settings. Since this is only used during the enclave registration, it might be useful to simply special case it.

@cmickeyb
Copy link
Contributor Author

addressed in #477

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