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

Fix KeyManagementOptions binding #1375

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

josephdecock
Copy link
Member

Allow KeyManagementOptions to be bound from appsettings.json or
other config sources

Fixes #1374

Allow KeyManagementOptions to be bound from appsettings.json or
other config sources

Fixes #1374
@josephdecock
Copy link
Member Author

Technically this is a breaking change, as the interface changes from IEnumerable to ICollection. But to actually cause breakage, someone would have to be configuring key management options in code using a type that was an IEnumerable but wasn't an ICollection.

@josephdecock josephdecock added this to the 7.0 milestone Jul 19, 2023
@brockallen brockallen merged commit dedbc93 into main Jul 19, 2023
5 checks passed
@brockallen brockallen deleted the joe/signing-algorithms-config branch July 19, 2023 16:31
@brockallen brockallen added the bug Something isn't working label Jul 19, 2023
@josephdecock josephdecock mentioned this pull request Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release notes done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SigningAlgorithms ignored from appSettings.json
2 participants