-
Notifications
You must be signed in to change notification settings - Fork 487
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
Remove dependency on key metadata files of KMS plugins #4375
Comments
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
This ticket said metadata files. Does that mean AWS's |
None of those configs are a required configuration, so they haven't been targeted as a primary goal to remove the dependency on disk storage for the plugins. If those configs are a problem in your use case, I suggest to explore solutions separately. |
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
They're not, just confirming I understood the requirements. |
If there are any character restrictions for the ID, we should document those too. |
* Remove KMS requiring metadata files (closes spiffe#4375) Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
* Remove KMS requiring metadata files (closes spiffe#4375) Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
As part of the goal of removing server dependency on on-disk data, we need the KMS plugins to avoid having to store a file that stores an auto-generated server ID, that's used to keep track of the keys managed by the plugin.
This file is referenced as the key metadata file by the KMS plugins.
The text was updated successfully, but these errors were encountered: