3.5.3 Create a Secret with Cookie Encryption Password for Kubernetes
In Kubernetes environment, the MicroTx Distributed Transactions console requires the session cookie to be encrypted. You must provide a cookie encryption password through a Kubernetes secret.
To encrypt the MicroTx Distributed Transactions console session cookie, create a Kubernetes secret with the cookie encryption password:
Note down the name of the secret,
console-cookie-encryption-password-secret. You'll provide this name as the
value for the
console.tmmConsoleConfiguration.cookieEncryptionPasswordSecretName property
in the values.yaml file.
Parent topic: Set Up Access to MicroTx Web Console