E2B icon indicating copy to clipboard operation
E2B copied to clipboard

Flag for securing envd access with auth token

Open sitole opened this issue 8 months ago • 2 comments

Blocked by: https://github.com/e2b-dev/infra/pull/558

sitole avatar Apr 17 '25 14:04 sitole

🦋 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

changeset-bot[bot] avatar Apr 17 '25 14:04 changeset-bot[bot]

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

sitole avatar May 13 '25 16:05 sitole

And the headers as we discussed

Okay, now injected directly into grpc pool

sitole avatar May 14 '25 12:05 sitole