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

fix: use sha256 hash as federated identity credential name #372

Merged
merged 2 commits into from
Feb 16, 2022
Merged

fix: use sha256 hash as federated identity credential name #372

merged 2 commits into from
Feb 16, 2022

Conversation

chewong
Copy link
Contributor

@chewong chewong commented Feb 14, 2022

Reason for Change:

Fixes #323.

The name of the federated identity credential is limited 120 characters according to the Azure Portal. Use uuid in the case of
fic name exceeding 120 characters.

Requirements

  • squashed commits
  • included documentation
  • added unit tests and e2e tests (if applicable).

Issue Fixed:

Please answer the following questions with yes/no:

Does this change contain code from or inspired by another project? If so, did you notify the maintainers and provide attribution?

  • yes
  • no

Notes for Reviewers:

@chewong chewong temporarily deployed to azwi-e2e February 14, 2022 21:49 Inactive
@chewong chewong temporarily deployed to azwi-e2e February 14, 2022 23:11 Inactive
@chewong chewong temporarily deployed to azwi-e2e February 14, 2022 23:14 Inactive
@chewong chewong marked this pull request as ready for review February 14, 2022 23:55
@chewong chewong temporarily deployed to azwi-e2e February 15, 2022 21:31 Inactive
@chewong chewong changed the title fix: use uuid as federated identity credential name fix: use sha256 hash as federated identity credential name Feb 15, 2022
@chewong chewong temporarily deployed to azwi-e2e February 15, 2022 21:32 Inactive
Signed-off-by: GitHub <noreply@github.com>
@chewong chewong temporarily deployed to azwi-e2e February 15, 2022 21:55 Inactive
@aramase aramase temporarily deployed to azwi-e2e February 16, 2022 00:22 Inactive
@chewong chewong enabled auto-merge (squash) February 16, 2022 02:16
@chewong chewong merged commit 96e8756 into Azure:main Feb 16, 2022
@chewong chewong deleted the fix-323 branch February 16, 2022 03:39
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.

follow up on the char limitation for federated identity credential name.
2 participants