-
Notifications
You must be signed in to change notification settings - Fork 146
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
K8SPSMDB-850 - Server Side Encryption Support #1198
Conversation
deploy/crd.yaml
Outdated
serverSideEncryption: | ||
properties: | ||
sseAlgorithm: | ||
type: string | ||
kmsKeyID: | ||
type: string | ||
sseCustomerAlgorithm: | ||
type: string | ||
sseCustomerKey: | ||
type: string | ||
type: object |
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.
@mertgonul Could you please add this new section to https://github.com/percona/percona-server-mongodb-operator/blob/main/deploy/cr.yaml . Also, please check https://github.com/percona/percona-server-mongodb-operator/blob/main/Makefile to understand the correct way of adding new fields to all needed CRDs.
@mertgonul please run gofmt on all files |
@mertgonul we want to include this in upcoming release, I'll take over. |
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.
@pooknull please update deploy/backup/backup.yaml
and deploy/backup/restore.yaml
commit: 60ffce6 |
@mertgonul thank you for your contribution |
SSE and SSE-C Support
Problem:
Percona Backup for MongoDB supports Server Side Encryption (SSE and SSE-C)
Jira Ref: https://jira.percona.com/browse/K8SPSMDB-850
Cause:
Short explanation of the root cause of the issue if applicable.
Solution:
Short explanation of the solution we are providing with this PR.
CHECKLIST
Jira
Needs Doc
) and QA (Needs QA
)?Tests
compare/*-oc.yml
)?Config/Logging/Testability