Set an S3 SSE key-id in EKS #1156
Unanswered
timothystone-knsl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not clear how I can use a KMS
key-id
in an S3Operation leveraging STS in EKS.We have the
StsWebIdentityTokenFileCredentialsProvider
working with thesoftware.amazon.awssdk:sts
module loading however we can not access the bucket.In the CLI we can perform the following from the container on the Node:
We've looked at Zalando's
org.zalando:zalando-cloud-aws-kms
library and added theencrypt.kms.keyId
but no help (though I'm under the impression that Zalando's library provides encryption/decryption of properties). Zalando makes a note, almost as an aside, on the use of theaws.key.keyId
but not how it should be used, strictly defined, or what should be included to provide it.Anything stand out that might point us in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions