You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: customer managed keys (CMEK)
Implement customer managed keys (CMEK) feature.
WIP. DO NOT MERGE.
* Wrap Status.
* Wrapper for Status, reorganize to avoid circular imports.
* Blacken.
* Make system tests in charge of their own key.
* Consolidate system tests. Get KMS_KEY_NAME from user's environment.
* Fix test.
* Lint.
* Put system tests where nox is expecting to find them.
* Test backup with CMEK.
* Differentiate instance and cluster names for cmek test, so tests aren't stepping on each other's toes. Remove bogus backup with cmek test.
* rename `encryption.py` to `encryption_info.py`
* make sure `kms_key_name` is set to `None` if `encryption_info` is not
PB.
* Fix typo. Use more realistic looking test strings.
0 commit comments