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

Backport of Configure Ember Data ID Generation into release/1.13.x #19442

Conversation

hc-github-team-secure-vault-core
Copy link
Collaborator

Backport

This PR is auto-generated from #19428 to be assessed for backporting due to the inclusion of the label backport/1.13.x.

The below text is copied from the body of the original PR.


Ember Data started using the uuidv4 library for ID generation which uses crypto.getRandomUUID which is not available in unsecure contexts. There was a polyfill added in 4.6.2, but until we can upgrade an initializer has been created to configure the id generation method using the uuid library which was brought in to replace crypto in our codebase.

More information in this Ember Data issue


Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/ui/VAULT-14002/ember-data-id-generation/lately-rare-primate branch 2 times, most recently from c98f0db to 57859c7 Compare March 2, 2023 20:59
@zofskeez zofskeez added this to the 1.13.1 milestone Mar 2, 2023
@zofskeez zofskeez added ui bug Used to indicate a potential bug labels Mar 2, 2023
@zofskeez zofskeez enabled auto-merge (squash) March 2, 2023 21:09
@zofskeez zofskeez merged commit 90d3dc6 into release/1.13.x Mar 2, 2023
@zofskeez zofskeez deleted the backport/ui/VAULT-14002/ember-data-id-generation/lately-rare-primate branch March 2, 2023 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants