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

Rename JSONSecretStore into LocalSecretStore and remove DAPR_ENABLE_JSON_SECRET_STORE envvar #361

Merged
merged 2 commits into from
Jun 16, 2020

Conversation

cmendible
Copy link
Member

@cmendible cmendible commented Jun 15, 2020

Description

Refactored JSONSecretStore into LocalSecretStore and removed the use of the DAPR_ENABLE_JSON_SECRET_STORE environment variable as suggested here: dapr/dapr#1633

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #360

Checklist

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

Copy link
Contributor

@youngbupark youngbupark left a comment

Choose a reason for hiding this comment

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

💯 Thanks!

@youngbupark youngbupark changed the title Fixing #360 Rename JSONSecretStore into LocalSecretStore and remove DAPR_ENABLE_JSON_SECRET_STORE envvar Jun 16, 2020
@orizohar
Copy link

I believe there was a docs PR that was reverted as well. The doc should be merged as well with the new naming

@amanbha
Copy link
Contributor

amanbha commented Jun 16, 2020

I believe there was a docs PR that was reverted as well. The doc should be merged as well with the new naming

Yes, I have re-opened this docs issue as wellhttps://github.com/dapr/docs/issues/608

@amanbha amanbha merged commit 3221db9 into dapr:master Jun 16, 2020
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.

Refactor JSONSecretStore to LocalSecretStore and remove the use of DAPR_ENABLE_JSON_SECRET_STORE env variable
4 participants