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

Added support for key vault storage #182

Merged
merged 1 commit into from
Mar 23, 2021
Merged

Added support for key vault storage #182

merged 1 commit into from
Mar 23, 2021

Conversation

RachBreeze
Copy link
Contributor

This fix is for #125

Azure key vault storage does not support "." or ":" in the key name section in the <appSettings> element of the web.config. This PR resolves this by replacing "." or ":" in the key name with "-" as a fallback option.

This has been created after a client requested the implementation of Azure key vault falling a pen test review of the site.

Looking forward to hearing your feedback

…in appsettings. The code now falls back to support "-" instead
@Jeavon Jeavon merged commit a44fa39 into umbraco-community:develop-umbraco-version-8 Mar 23, 2021
@Jeavon
Copy link
Collaborator

Jeavon commented Mar 23, 2021

Fantastic @RachBreeze Thank you!

@Jeavon
Copy link
Collaborator

Jeavon commented Mar 23, 2021

Released in v2.0.1

@RachBreeze
Copy link
Contributor Author

Thank you too @Jeavon

Jeavon added a commit that referenced this pull request Apr 6, 2021
Updated README.md to reflect the amends made in PR #182
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.

2 participants