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

Alter key generation logic V4 #3040

Merged
merged 3 commits into from
May 9, 2022
Merged

Alter key generation logic V4 #3040

merged 3 commits into from
May 9, 2022

Conversation

michaelpeng36
Copy link
Contributor

Issue describing the changes in this PR

Resolves #2944 for Core Tools V4. This PR should not be merged until the WebHost and worker versions have been updated for the next Core Tools V4 release corresponding to Host version 4.3.1 or later. This change is to be backported to v3.x.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: This is to be backported to v3.x
  • I have added all required tests (Unit tests, E2E tests)

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
Copy link
Member

Choose a reason for hiding this comment

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

Assuming the reason there are no changes other than whitespace to this file is because you reverted the WebHost package update? Might as well update this PR to reference your updated preview build version you're testing with for clarity, and as you said, once you move to the actual 4.3.x version with the required changes

@mathewc
Copy link
Member

mathewc commented May 2, 2022

Changes look good. Just need to update the PR to reference the final WebHost version

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.

Update key generation logic to create "identifiable" secrets
3 participants