:wave: Hello, team! I am trying to setup gooddata-...
# gooddata-cn
c
đź‘‹ Hello, team! I am trying to setup gooddata-cn using helm chart on AWS EKS with external postgres database. Some how I am facing issue with
metadata-api pod
. Can someone help me out to resolve this issue if it is related to helm chart or any other configuration. For refenence attached logs as snippet. Screenshot for all pods of gooddatacn
m
Hi Chiragbhai, in the log I can see
Error creating bean with name 'aeadEncryptionService'
which indicates you have metadata encryption enabled (that’s default), but you didn’t set “keyset” used for encryption. Please follow this article explaining how to create and pass encyption keyset to the deployment. If you don’t need to encrypt credentials in database, just set
metadataApi.encryptor.enabled=false
c
Thanks @Michael Ullock. It is working now.
👍 1