You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable anonymous access in Nexus configuration script (#4387)
* Enable anonymous access in Nexus configuration script
* Add role assignment for Storage Account Contributor in bootstrap script
* Enhance role assignment check in bootstrap script to verify both "Storage Blob Data Contributor" and "Storage Account Contributor" roles are assigned
* Refactor role assignment check to validate both "Storage Blob Data Contributor" and "Storage Account Contributor" roles
* Remove unused script source from bootstrap.sh
* Refactor role assignment check to use local variables for clarity
* Update CHANGELOG and add role assignment for Storage Account Contributor in bootstrap.sh
* Refactor role assignment check to use counts for validation and streamline script execution
* Refactor role assignment check to use non-empty value validation and enhance storage container creation with retry logic
* revert bootstrap
* CR changes
* Refactor role assignment check to verify access via storage container list
* Implement retry logic for role assignment checks in bootstrap script
* Refactor check_terraform_role_assignments function to simplify error handling and remove unnecessary output
* Enhance error message in check_terraform_role_assignments function to indicate retry mechanism on unexpected output
* Remove unnecessary echo statement from retry_with_backoff function in bootstrap script
* Add validation for required environment variables in bootstrap script
* Refactor bootstrap script to streamline Terraform initialization and backend configuration
* Add shellcheck disable comments for unbound variable warnings in bootstrap script
* Update terraform_wrapper invocation and add blank line for readability in bootstrap script
* Bump version to 0.12.7 in version.txt
* Refactor bootstrap script to move backend configuration inline and remove redundant function
* Remove redundant function call for writing bootstrap Terraform backend
* Update show_output.sh to use current directory and improve terraform_wrapper.sh usage documentation
* Remove TODO comments from Terraform command output in bootstrap script
* Bump version to 0.12.8 in version.txt
* Bump version to 0.12.7
* Bump version to 0.12.7 in version.txt
* Fix: simplify anonymous access configuration in Nexus repository script
* Refactor bootstrap script to inline backend configuration and improve error handling
* fix: update condition for Azure and ACR login to check for 'make bootstrap'
* fix: resolve CI issue with Azure login steps for branches containing 'bootstrap'
* refactor: move Terraform backend configuration to a dedicated section in bootstrap.sh
* fix: update role assignment to use Storage Blob Data Contributor in bootstrap.sh
* fix: refine role assignment query in bootstrap.sh to check only for Storage Blob Data Contributor
* fix: update role check in bootstrap.sh to return status instead of echoing
* fix: update comment for granting Storage Blob Data Contributor role in bootstrap.sh
* fix: update comment for granting Storage Blob Data Contributor permissions in bootstrap.sh
* fix: update Sonatype Nexus version and enhance repository configuration script with retry logic
* fix: downgrade Sonatype Nexus version from 3.3.5 to 3.3.3 in porter.yaml
* chore: update CHANGELOG.md to include enhancements and bug fixes for Nexus access and retry logic
* fix: remove VS Code extensions proxy configuration from Nexus setup script
* fix: update comment formatting in bootstrap.sh for clarity
* refactor: rename functions for clarity in configure_nexus_repos.sh
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@
4
4
5
5
ENHANCEMENTS:
6
6
* Deny public access to TRE management storage account, and add private endpoint for TRE core [#4353](https://github.com/microsoft/AzureTRE/issues/4353)
7
+
* Added anonymous access enablement for Nexus by default issue. [#4387](https://github.com/microsoft/AzureTRE/pull/4387)
7
8
8
9
BUG FIXES:
9
10
* Fix the management storage access error while executing `make show-core-output` command, and remove redundant error messages from `mgmtstorage_enable_public_access.sh` script ([#4404](https://github.com/microsoft/AzureTRE/issues/4404))
10
11
* Fix retry loop in devcontainer action and override commands.sh [#4409](https://github.com/microsoft/AzureTRE/pull/4409)
11
12
* Fix terraform output command by adding working directory parameterPR ([#4413](https://github.com/microsoft/AzureTRE/pull/4413)) [#4412](https://github.com/microsoft/AzureTRE/issues/4412)
12
13
* Fix CI issue where branch names containing 'bootstrap' would incorrectly skip Azure login steps [#4416](https://github.com/microsoft/AzureTRE/issues/4416) ([#4417](https://github.com/microsoft/AzureTRE/pull/4417))
13
14
* Fix 403 storage account error when creating a new TRE environment ([#4405](https://github.com/microsoft/AzureTRE/issues/4405)) in PR [#4406](https://github.com/microsoft/AzureTRE/pull/4406)
15
+
* Bug Fix: Approaching Nexus when it wasn’t fully available is now handled via a retry with exponential backoff [#4387](https://github.com/microsoft/AzureTRE/pull/4387)
0 commit comments