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
In issue #419 you have disabled the option to set var setted by information in event.
But I need this option work on terrafom >= 0.12, all actions done by atlantis need to be identified with session_name.
I can't say to my user to use command and set is name in variable, is not secure. He can write an other user name as variable...
So I propose two solution, one is simple by adding parameter to atlantis in a plan command ex: atlantis plan -active_var # or all other word as option :)
The second is by set your atlantis_variable as env variable like $ATLANTIS_USER for exemple and can be called with : atlantis plan -- -var altantis_user=$ATLANTIS_USER
Did you think is possible ?
Regards,
Tcheksa
PS: Apology for my bad english :)
The text was updated successfully, but these errors were encountered:
Hello,
In issue #419 you have disabled the option to set var setted by information in event.
But I need this option work on terrafom >= 0.12, all actions done by atlantis need to be identified with session_name.
I can't say to my user to use command and set is name in variable, is not secure. He can write an other user name as variable...
So I propose two solution, one is simple by adding parameter to atlantis in a plan command ex: atlantis plan -active_var # or all other word as option :)
The second is by set your atlantis_variable as env variable like $ATLANTIS_USER for exemple and can be called with : atlantis plan -- -var altantis_user=$ATLANTIS_USER
Did you think is possible ?
Regards,
Tcheksa
PS: Apology for my bad english :)
The text was updated successfully, but these errors were encountered: