elegant-nightfall-29115
05/16/2023, 10:05 PMUI_INGESTION_ENABLED
in the GMS to false
. That did not work. I am running v0.9.5. The exact declaration in the helm chart is below.
datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
tag: "v0.9.5"
extraEnvs:
- name: UI_INGESTION_ENABLED
value: "false"
delightful-ram-75848
05/17/2023, 5:57 AMdelightful-ram-75848
05/17/2023, 5:58 AMelegant-nightfall-29115
05/18/2023, 10:51 PMelegant-nightfall-29115
05/24/2023, 11:17 PMSECRET_SERVICE_ENCRYPTION_KEY
which produced an issue where no users could log in. GMS pod would return errors of Failed to decrypt value using provided secret
and javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
elegant-nightfall-29115
05/24/2023, 11:17 PMSECRET_SERVICE_ENCRYPTION_KEY
dependent on managed_ingestion
elegant-nightfall-29115
05/31/2023, 11:29 PM