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

Simplfying Crypto example #1442

Merged
merged 5 commits into from
Jan 14, 2025
Merged

Conversation

WhitWaldo
Copy link
Contributor

Description

The previous crypto example required that the user have an Azure Key Vault instance and hid some of the variables that needed to be changed within the various files. This minor PR simplifies this example to use the local file store as the key store, includes instructions for generating an RSA key using OpenSSL (assuming it's already installed) and fixes a console output bug.

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • [N/A] Created/updated tests
  • Extended the documentation

@WhitWaldo WhitWaldo added this to the v1.16 milestone Jan 14, 2025
@WhitWaldo WhitWaldo self-assigned this Jan 14, 2025
@WhitWaldo WhitWaldo requested review from a team as code owners January 14, 2025 11:12
@WhitWaldo WhitWaldo modified the milestones: v1.16, v1.15 Jan 14, 2025
… system - updated README to include warning calling out that this key shouldn't be used for anything but demonstration and testing purposes.

Signed-off-by: Whit Waldo <[email protected]>
@WhitWaldo WhitWaldo merged commit ef54d75 into dapr:master Jan 14, 2025
12 checks passed
@WhitWaldo WhitWaldo deleted the crypto-example-updates branch January 14, 2025 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants