-
Notifications
You must be signed in to change notification settings - Fork 24
fix(core): Requires unique kids #1905
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- When loading KAS keys, validate that key identifiers are unique - This will be required as we move to a key ID - first (instead of alg first) method of selecting keys
jentfoo
reviewed
Feb 4, 2025
mkleene
approved these changes
Feb 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, the only thing I'd say suggest is that we could be a bit more fussy with the types and have a map[string]rsaKeyLIst
or something that that it's clear that we will never fail to pull an RSA or ECC key out of the map.
pflynn-virtru
approved these changes
Feb 5, 2025
jentfoo
approved these changes
Feb 5, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 27, 2025
🤖 I have created a release *beep* *boop* --- ## [0.4.39](service/v0.4.38...service/v0.4.39) (2025-02-27) ### Features * add ability to retrieve policy resources by id or name ([#1901](#1901)) ([deb4455](deb4455)) * **core:** EXPERIMENTAL: EC-wrapped key support ([#1902](#1902)) ([652266f](652266f)) * **policy:** adds new public keys table ([#1836](#1836)) ([cad5048](cad5048)) ### Bug Fixes * add pagination to list public key mappings response ([#1889](#1889)) ([9898fbd](9898fbd)) * cleanup kas public key create error messages ([#1887](#1887)) ([59f7d0e](59f7d0e)) * **core:** Autobump service ([#1875](#1875)) ([4b6c335](4b6c335)) * **core:** Autobump service ([#1895](#1895)) ([08a2048](08a2048)) * **core:** Autobump service ([#1919](#1919)) ([f902295](f902295)) * **core:** Autobump service ([#1945](#1945)) ([d2e37ca](d2e37ca)) * **core:** Autobump service ([#1950](#1950)) ([7270080](7270080)) * **core:** Autobump service ([#1952](#1952)) ([b20123e](b20123e)) * **core:** Fixes for ec-wrapped from js client ([#1923](#1923)) ([3a66485](3a66485)) * **core:** Fixes protoJSON parse bug on ec rewrap ([#1943](#1943)) ([9bebfd0](9bebfd0)) * **core:** improve logging and errors on rewrap ([#1906](#1906)) ([84339d6](84339d6)) * **core:** Requires unique kids ([#1905](#1905)) ([c1b380c](c1b380c)) * filter total count on list public key operations ([#1884](#1884)) ([8df0adc](8df0adc)) * **sdk:** Fix compatibility between bulk and non-bulk rewrap ([#1914](#1914)) ([74abbb6](74abbb6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Checklist
Testing Instructions