Add Azurite support for HTTPS/OAuth configuration by cristianrgreco · Pull Request #1228 · testcontainers/testcontainers-node
Navigation Menu
{{ message }}
testcontainers / testcontainers-node Public
- Notifications You must be signed in to change notification settings
- Fork 257
Merged
Add Azurite support for HTTPS/OAuth configuration#1228
cristianrgreco merged 5 commits intomainfrom
Add Azurite support for HTTPS/OAuth configuration#1228
cristianrgreco merged 5 commits intomainfrom
Conversation
Copy link Copy Markdown
Collaborator
cristianrgreco
commented
Feb 17, 2026
cristianrgreco
commented
Summary
- add HTTPS configuration for Azurite with explicit APIs:
- withSsl(cert, key) for PEM
- withSslPfx(cert, password) for PFX
- add withOAuth() to enable OAuth in basic mode
- update endpoint + connection string protocol to https when SSL is enabled
- add OAuth + HTTPS behavior tests (valid token succeeds, invalid audience fails)
- add Azurite test helper utilities and cert fixtures for deterministic tests
- update Azurite docs to include helper snippet alongside examples
- include lockfile alignment updates from npm install
Notes
- changes are additive and default behavior remains HTTP unless SSL is configured
Validation
- npm test -- azurite
Closes #996
Copy link Copy Markdown
✅ Deploy Preview for testcontainers-node ready!
| Name | Link |
|---|---|
| 🔨 Latest commit | d6f69fb |
| 🔍 Latest deploy log | https://app.netlify.com/projects/testcontainers-node/deploys/6994c8291636aa0008f74cca |
| 😎 Deploy Preview | https://deploy-preview-1228--testcontainers-node.netlify.app |
| 📱 Preview on mobile |
To edit notification comments on pull requests, go to your Netlify project configuration.
cristianrgreco
changed the title
feat(azurite): support HTTPS/OAuth configuration
Add Azurite support for HTTPS/OAuth configuration
cristianrgreco
added
enhancement
labels
Feb 17, 2026
cristianrgreco
force-pushed
the
codex/azurite-https-oauth-996
branch
from
9681ab8 to
fb18e13
Compare
cristianrgreco added 3 commits
February 17, 2026 15:06
cristianrgreco
force-pushed
the
codex/azurite-https-oauth-996
branch
from
f42bb06 to
45af182
Compare
cristianrgreco added 2 commits
February 17, 2026 19:09
cristianrgreco
deleted the
codex/azurite-https-oauth-996
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment