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

Add AGC certificates to CA-certificates when WEBSITES_USE_CLOUD_CERTS is set to true. #1077

Merged
merged 3 commits into from May 20, 2024

Conversation

CooperLink
Copy link
Collaborator

Validated that when a certificate is present in the supplied path and the env var is enabled., Linux Images copy the certificates and update their ca-certs
image

Releasing new Host versions.
V3 Release
V2 Release


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

@@ -3,15 +3,33 @@
# Source and destination directories
source_dir="/var/ssl/root"
destination_dir="/usr/local/share/ca-certificates"
need_certificate_update=false

if [[ "$WEBSITES_INCLUDE_CLOUD_CERTS" == "true" ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CooperLink - is the Env var "$WEBSITES_INCLUDE_CLOUD_CERTS" expected to be set when running in AGC?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to roll out a mitigation for AGC customers. Such that they can set the flag to unblock. Any method of knowing which images these customers are using would likely require an Antares change

@pragnagopa pragnagopa merged commit 30b30b8 into dev May 20, 2024
35 checks passed
v-imohammad pushed a commit that referenced this pull request May 21, 2024
… is set to true. (#1077)

* Update dotnet

* Update with conditional

* Update install_ca_certs for all

---------

Co-authored-by: Cooper Link <cooperlink@microsoft.com>
v-imohammad added a commit that referenced this pull request May 21, 2024
… is set to true. (#1077) (#1093)

* Update dotnet

* Update with conditional

* Update install_ca_certs for all

---------

Co-authored-by: CooperLink <46761504+CooperLink@users.noreply.github.com>
Co-authored-by: Cooper Link <cooperlink@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants