You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing self-hosted 0.8.0 from gpl/release-0.8.0
Server pod didn’t work properly and I’ve found one issue with DB_ENCRYPTION_KEYS
$ echo $DB_ENCRYPTION_KEYS
]material": “4uGh1q8y2DYryJwrVMHs0kWXJlqvHWWt/KJuNi04edI=”
Which is cutted in the wrong format from the \secrets\encryption-key.json file
Steps to reproduce
terraform apply
Expected behavior
No response
Example repository
No response
The text was updated successfully, but these errors were encountered:
@dimazaur Ah, this is an issue in the terraform scripts. Sadly they are known to be broken atm. 😢
They will get however adjusted and fixed with the next release #3893.
Bug description
After installing self-hosted 0.8.0 from gpl/release-0.8.0
Server pod didn’t work properly and I’ve found one issue with DB_ENCRYPTION_KEYS
$ echo $DB_ENCRYPTION_KEYS
]material": “4uGh1q8y2DYryJwrVMHs0kWXJlqvHWWt/KJuNi04edI=”
Which is cutted in the wrong format from the \secrets\encryption-key.json file
Steps to reproduce
terraform apply
Expected behavior
No response
Example repository
No response
The text was updated successfully, but these errors were encountered: