davidmirror-ops / flyte-the-hard-way

Prepare requirements and deploy Flyte using Helm
Creative Commons Zero v1.0 Universal
56 stars 12 forks source link

Updated the auth method for postgres from trust to password authentication #1

Closed DurgaiVS closed 11 months ago

DurgaiVS commented 11 months ago

Previously the postgres auth method was set as TRUST, which is insecure so updating the auth method to password authentication.