refactor!: rename KMS to Key Provider across codebase#195
Open
pranavjain97 wants to merge 2 commits intomasterfrom
Open
refactor!: rename KMS to Key Provider across codebase#195pranavjain97 wants to merge 2 commits intomasterfrom
pranavjain97 wants to merge 2 commits intomasterfrom
Conversation
d155604 to
a4df12a
Compare
Contributor
|
@claude do a code scan over the repo and see if all mentions of |
alextse-bg
reviewed
Apr 28, 2026
c7e9751 to
ba8358b
Compare
alextse-bg
previously approved these changes
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
reviewed
Apr 29, 2026
vmccarty
requested changes
Apr 29, 2026
Contributor
vmccarty
left a comment
There was a problem hiding this comment.
The term key provider and advanced wallet key provider are informal nouns, so they should be lower case unless starting a sentence or used in a titile.
BREAKING CHANGE: All KMS-related environment variables have been renamed. Update your deployment configuration (Helm values, docker-compose, .env files, CI pipelines) before upgrading: KMS_URL -> KEY_PROVIDER_URL KMS_SERVER_CA_CERT_PATH -> KEY_PROVIDER_SERVER_CA_CERT_PATH KMS_CLIENT_TLS_KEY_PATH -> KEY_PROVIDER_CLIENT_TLS_KEY_PATH KMS_CLIENT_TLS_CERT_PATH -> KEY_PROVIDER_CLIENT_TLS_CERT_PATH KMS_CLIENT_TLS_KEY -> KEY_PROVIDER_CLIENT_TLS_KEY KMS_CLIENT_TLS_CERT -> KEY_PROVIDER_CLIENT_TLS_CERT KMS_SERVER_CERT_ALLOW_SELF_SIGNED -> KEY_PROVIDER_SERVER_CERT_ALLOW_SELF_SIGNED The KMS API specification file has been renamed from kms-api-spec.yaml to key-provider-api-spec.yaml. The API contract itself is unchanged -- only the naming has been updated to accurately reflect the vendor-agnostic nature of the key management interface.
149aee8 to
38f2cd4
Compare
38f2cd4 to
30388aa
Compare
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
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.
Summary