-
|
Hi, after bumping to 1.4.0 from 1.3.0-incubating. I started to get kms related errors. I am doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, It seems you are using a non-AWS STS endpoint, which rejects KMS actions as invalid. I think your storage config doesn't set the You should set the That said, I think there's a improvement to do: the |
Beta Was this translation helpful? Give feedback.
Hi,
It seems you are using a non-AWS STS endpoint, which rejects KMS actions as invalid.
I think your storage config doesn't set the
kmsUnavailable=trueflag. SinceregionandaccountIdare likely set (making AWS S3 enabled), a wildcard KMS policy withkms:DescribeKeygets injected into the AssumeRole call, which your Ceph STS endpoint rejects.You should set the
AwsStorageConfigurationInfowithkmsUnvailable: truefor this catalog. You can do that via the management API: