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
The way it works is that locally, we create secrets by running make secrets.
On dev the secrets are already there since we added a PR to github. (Not sure if this got merged yet # 103). Prod will be same as dev, but the secrets have not been created yet. The values.yaml implements a env variable using a reference to the secret. and that env var is used in the code. That is how we will now use secrets in trino and removed the hardcoded password and username
Trino should additionally authenticate with a secret at the very least
Remove the hardcoded passwords from the trino and use secrets instead.
Including the necessary things for local testing to work.
The text was updated successfully, but these errors were encountered: