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

BUG-197539: uploading new zip file with fixes for BUG-107539. #52

Merged
merged 5 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.6.2 (December 9, 2024)

BUG FIXES:
* fix: VMSS improvements with new [Zscaler Function Zip file v1.0.1](modules/terraform-zscc-function-app-azure/zscaler_cc_function_app.zip)

ENHANCEMENTS:
* zsec support for Zscaler Cloud: zscalergov.net

## v0.6.1 (October 5, 2024)

BUG FIXES:
Expand Down
11 changes: 8 additions & 3 deletions examples/zsec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

if [[ "$oper" == "up" && ! -e ./.zsecrc ]]; then
PS3="${CYAN}Select your Zscaler Cloud: ${RESET}"
zs_clouds=("zscloud.net" "zscaler.net" "zscalertwo.net" "zscalerthree.net" "zscalerten.net" "zscalerbeta.net" "other")
zs_clouds=("zscloud.net" "zscaler.net" "zscalertwo.net" "zscalerthree.net" "zscalerten.net" "zscalergov.net" "zscalerbeta.net" "other")
select zscaler_cloud in "${zs_clouds[@]}"
do
case $REPLY in
Expand All @@ -48,7 +48,7 @@ if [[ "$oper" == "up" && ! -e ./.zsecrc ]]; then
echo "Zscaler Cloud ${GREEN}$zscaler_cloud${RESET} selected"
zscaler_cloud=$zscaler_cloud
break
;;
;;
4)
echo "Zscaler Cloud ${GREEN}$zscaler_cloud${RESET} selected"
zscaler_cloud=$zscaler_cloud
Expand All @@ -59,12 +59,17 @@ if [[ "$oper" == "up" && ! -e ./.zsecrc ]]; then
zscaler_cloud=$zscaler_cloud
break
;;
6)
6)
echo "Zscaler Cloud ${GREEN}$zscaler_cloud${RESET} selected"
zscaler_cloud=$zscaler_cloud
break
;;
7)
echo "Zscaler Cloud ${GREEN}$zscaler_cloud${RESET} selected"
zscaler_cloud=$zscaler_cloud
break
;;
8)
echo "Zscaler Cloud ${YELLOW}$zscaler_cloud${RESET} selected"
while true; do
read -r -p "${CYAN}Enter your desired Zscaler Cloud name (e.g. zscalerbeta.net): ${RESET}" manual_cloud_name_response
Expand Down
6 changes: 6 additions & 0 deletions modules/terraform-zscc-function-app-azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This module provides the necessary resource creation and configuration parameters to deploy the Zscaler generated Azure Function App and dependencies required for management and health monitoring of Cloud Connectors deployed in a Virtual Machine Scale Set (VMSS). Recommended configuration includes the creation of a new Azure Storage Account for Function App zip file upload/storage and runtime. For full functionality, a dedicate App Service Plan and Application Insights resource are required for custom metric ingestion and processing.

| Function ZIP Version | SHA256 Hash | GitHub Release Date/Tag |
| ----------- | --------| ------------ |
| 1.0.1| aed981cf32c7cf62623f3195b8e1315afb570b43d451a0ba0e782e4ba0d828dd | 12/06/2024 - [v0.6.2](https://github.com/zscaler/terraform-azurerm-cloud-connector-modules/releases/tag/v0.6.2) |
| 1.0.0 | 8de1144256df20f970f9c382c001bad14d2de1407a9d8b7a6edd3a6c5143d3bc | 09/05/2024 - [v0.6.0](https://github.com/zscaler/terraform-azurerm-cloud-connector-modules/releases/tag/v0.6.0) |


<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

Expand Down
Binary file not shown.
Loading