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

No HTTP call to a third-party to generate a random UUID #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fungiboletus
Copy link

What this PR does / why we need it:

This pull request removes the third-party HTTP call to generate a random UUID, which seems unnecessary.

  • uuidgen is by default on Mac.
  • On Linux, /proc/sys/kernel/random/uuid contains a random uuid

This may not support people using this hem chart through Bash on Windows, I havn't tested. But these people, if they exist, should use WSL or WSL2 instead.

Which issue this PR fixes

Fixes nothing.

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.

  • Chart Version bumped
  • e2e tests pass
  • Variables are documented in the README.md
  • Chart tgz added to /docs and index updated

- uuidgen is by default on Mac.
- On Linux, /proc/sys/kernel/random/uuid contains a random uuid

This may **not** support people using this hem chart through Bash on Windows, I havn't tested. But these people, if they exist, should use WSL or WSL2 instead.
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

1 participant