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
I want to install promtail on windows VM where I have to give credentials for basic_auth for client url as I have to collect logs of VM and push it to loki which is deployed in another cluster with enabled ingress. These credentails should be somehow encrypted so that those are not visible in promtail-config.yaml file directly.
I want to install promtail on windows VM where I have to give credentials for basic_auth for client url as I have to collect logs of VM and push it to loki which is deployed in another cluster with enabled ingress. These credentails should be somehow encrypted so that those are not visible in promtail-config.yaml file directly.
clients:
basic_auth:
username: "### user"
password: "### password"
Above user and password should be encrypted.
The text was updated successfully, but these errors were encountered: