Sławek Koszewski slawek
  • Joined on 2023-10-09
slawek pushed to dev at slawek/terraform-azurerm-simple-iam 2026-02-27 19:30:52 +01:00
b7594f4a5f Enhance examples and documentation for role assignments, adding scenarios for multiple principals and role constraints
slawek pushed to main at slawek/terraform-azurerm-simple-iam 2026-02-27 16:22:12 +01:00
6b6615b7d3 Added support for ABAC restricted roles.
04de6345d8 Refactor role assignment clauses to support conditional logic for ServicePrincipal only assignments
Compare 2 commits »
slawek created branch dev in slawek/terraform-azurerm-simple-iam 2026-02-27 16:22:12 +01:00
slawek pushed to dev at slawek/terraform-azurerm-simple-iam 2026-02-27 16:22:12 +01:00
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 14:49:29 +01:00
32a438dee2 fix: refactor port exposure functions and improve --oauth flag handling in run script
790f779572 fix: update port mappings for blob, queue, and table hosts in entrypoint script
Compare 2 commits »
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 13:54:40 +01:00
60f3fcfa60 fix: update entrypoint to specify blob, queue, and table host addresses
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 13:46:41 +01:00
1b22711071 fix: remove unnecessary port exposure for HTTPS in Dockerfile
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 13:45:05 +01:00
5483f22f6f fix: correct exposed port mapping in run script
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 13:43:06 +01:00
0862cad994 fix: prevent multiple --oauth flag usage in run script
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 13:33:25 +01:00
2393a281c3 fix: streamline port exposure handling in run script
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 13:14:37 +01:00
ddc8fe8241 fix: enable SSL when OAuth is used in entrypoint script
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 12:21:53 +01:00
241ee9f645 fix: add container name to run commands in run.sh
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 11:24:56 +01:00
f23d36ecd8 fix: update script permissions.
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 11:22:21 +01:00
3c45c7487b Add build and run scripts for Azurite container setup
23b2a6ac63 update: create entrypoint.sh that configures and launches the service.
Compare 2 commits »
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 08:07:43 +01:00
8afca09f26 Add entrypoint script and configure Dockerfile for Azurite with Caddy support
slawek pushed to main at slawek/azure-storage-emulator 2026-02-27 07:22:36 +01:00
cb6e5175ad Add Dockerfile for building Azurite with Caddy support
slawek pushed to main at slawek/azure-storage-emulator 2026-02-26 21:36:41 +01:00
01b81e41a8 Enhance emulator setup with Caddy support and update documentation
slawek pushed to main at slawek/azure-storage-emulator 2026-02-26 20:35:15 +01:00
4ad841e2f1 Add LICENSE and README files for project documentation
slawek created branch main in slawek/azure-storage-emulator 2026-02-26 20:05:47 +01:00
slawek pushed to main at slawek/azure-storage-emulator 2026-02-26 20:05:47 +01:00
1aa97dc00b Refactor storage directory structure and update scripts for consistency
27fb1a6211 Add scripts for managing Azurite storage accounts
63f4daf7af Added CA and certificate creation script.
3a124dd866 Added storage to ignored directories.