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
Because no variable meta data is passed to the provider, and there is no way to mark a variable as a secret, any time you taint the resource, the provider just dumps all variables on the plan.
So any secret and sensitive variables like passwords or keys, are just dumped on the logs. Really really bad.
I suggest a variable like secrets_vars which are just obfuscated from output.
The text was updated successfully, but these errors were encountered:
Description
Because no variable meta data is passed to the provider, and there is no way to mark a variable as a secret, any time you taint the resource, the provider just dumps all variables on the plan.
So any secret and sensitive variables like passwords or keys, are just dumped on the logs. Really really bad.
I suggest a variable like
secrets_vars
which are just obfuscated from output.The text was updated successfully, but these errors were encountered: