E2B
E2B copied to clipboard
Flag for securing envd access with auth token
Blocked by: https://github.com/e2b-dev/infra/pull/558
🦋 Changeset detected
Latest commit: 37b6d9cc384aa7c142102a83504c81d9fe974c76
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 2 packages
| Name | Type |
|---|---|
| @e2b/python-sdk | Minor |
| e2b | Minor |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
i meant
self._envd_api = httpx.AsyncClient( base_url=self.envd_api_url, transport=self._transport, headers=self._connection_config.headers, )
added header into envd api client
And the headers as we discussed
Okay, now injected directly into grpc pool