-
Notifications
You must be signed in to change notification settings - Fork 378
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
RDS DBCluster provisioning with composite KMS Key fails with 'The specified KMS key [...] does not exist' #902
Comments
Looking in Cloudtrail, I can see the following Is this the issue? Should it be looking up the externalName and passing that through?
|
Confirming a further few things:
I guess the |
A
That KeyID is obviously incorrect - that's a crossplane resource name, not an AWS-known one. I guess it's then using the KeyID as it's the most precise? |
And if I
|
I'm using the
Composition
below to create a DBCluster. I'd like to create a KMS key per DBCluster.This successfully creates the kms key:
But the
DBCluster
fails to provision:with this error:
`
The key does exist in the AWS UI.
What permissions do I need to give it?
Should it be looking up using the name
rg-test-cluster-5bp8r-zzp65
or does it actually need to be using the externalName?Any ideas where I should look to find more?
The text was updated successfully, but these errors were encountered: