Skip to content

Fix for key size 4096 error, check for empty vault name on create#79

Merged
indrora merged 17 commits into
release-3.2from
vaultname_empty_check_#85697
May 21, 2026
Merged

Fix for key size 4096 error, check for empty vault name on create#79
indrora merged 17 commits into
release-3.2from
vaultname_empty_check_#85697

Conversation

@joevanwanzeeleKF

Copy link
Copy Markdown
Contributor
  • Bug fix: there was an issue where we were not passing the Key Size to Azure, and it was causing an error when the default didn't match
  • Now checking for empty vault name property to avoid overriding an existing value during Store Creation - Issue 39

indrora and others added 17 commits January 29, 2026 15:37
* chore: create 3.2 branch

* feat: release 3.2, Added entry parameter to indicate the private key should not be exportable from KeyVault

Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

---------

Co-authored-by: Joe VanWanzeele <76071503+joevanwanzeeleKF@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>
….AspNet.WebApi.Client) to 1.0.3 to address vulnerability
@indrora indrora merged commit 0c7f3bd into release-3.2 May 21, 2026
31 of 32 checks passed
indrora added a commit that referenced this pull request May 21, 2026
* chore: create 3.2 branch

* feat: release 3.2, Added entry parameter to indicate the private key should not be exportable from KeyVault

Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

* release: 3.2.1

Added entry parameter to indicate the private key should not be exportable from KeyVault

Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

---------

Co-authored-by: Joe VanWanzeele <76071503+joevanwanzeeleKF@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

* cleaned up docs, split RBAC permissions into seperate file for brevity

* Update generated docs

* Updated changelog, nuget package references

* Explicit update of Newtonsoft.Json.Bson from 1.0.2 (used by Microsoft.AspNet.WebApi.Client) to 1.0.3 to address vulnerability

---------

Co-authored-by: Morgan Gangwere <470584+indrora@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

* Returning entry parameters, documentation updates (#77)

* Merge 3.2.0 to main (#74)

* chore: create 3.2 branch

* feat: release 3.2, Added entry parameter to indicate the private key should not be exportable from KeyVault

Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

---------

Co-authored-by: Joe VanWanzeele <76071503+joevanwanzeeleKF@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

* cleaned up docs, split RBAC permissions into seperate file for brevity

* Update generated docs

* Updated changelog, nuget package references

* Explicit update of Newtonsoft.Json.Bson from 1.0.2 (used by Microsoft.AspNet.WebApi.Client) to 1.0.3 to address vulnerability

* now returning the serialized certificate tags, as well as the exportable flag.  Updated README image

* Update generated docs

---------

Co-authored-by: Morgan Gangwere <470584+indrora@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

* Fix for key size 4096 error, check for empty vault name on create (#79)

* Merge 3.2.0 to main (#74)

* chore: create 3.2 branch

* feat: release 3.2, Added entry parameter to indicate the private key should not be exportable from KeyVault

Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

---------

Co-authored-by: Joe VanWanzeele <76071503+joevanwanzeeleKF@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

* cleaned up docs, split RBAC permissions into seperate file for brevity

* Update generated docs

* Updated changelog, nuget package references

* Explicit update of Newtonsoft.Json.Bson from 1.0.2 (used by Microsoft.AspNet.WebApi.Client) to 1.0.3 to address vulnerability

* now returning the serialized certificate tags, as well as the exportable flag.  Updated README image

* added check for vault name parameter coming through as empty string.  async safety. naming cleanup.

* Update generated docs

* replaced count() with count

* Added helper method to determine key sized and curve in order to pass the value to AKV (the fix)

* cleanup

* Added unit tests

* update changelog

---------

Co-authored-by: Morgan Gangwere <470584+indrora@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>

---------

Co-authored-by: Joe VanWanzeele <76071503+joevanwanzeeleKF@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>
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