rundeck-plugins / salt-step

Rundeck Salt Plugin
BSD 3-Clause "New" or "Revised" License
31 stars 30 forks source link

Occult salt_user and salt_password options to clients in rundeck jobs #12

Open albertmfb opened 8 years ago

albertmfb commented 8 years ago

When using salt-step to execute jobs in rundeck via saltstack it is necessary to configure the salt_user and salt_password options in jobs.

Is the any way to occult to a client these two parameters from the jobs configured?

Until now, these parameters are visible to them and it is not necessary. Thanks in advance.

albertmfb commented 8 years ago

Good morning, on this subject, the only way that i found until now is to do 2 jobs,

one with salt_user and salt_password options, and another one (offered to the final users), that calls the first, so on this way to users dont see the options.

Do you know another option more easily to do this? Any information would be appreciated.

Thanks.

SolarisYan commented 8 years ago

@albertmfb how to config this?can you describe it clearly? thank you

z-zkagami commented 8 years ago

+1, can anybody describe where the salt_user and salt_passwd would be written? thx so much!

ghost commented 8 years ago
screen shot 2016-09-27 at 2 04 37 pm

This screen shot might help you to store the username and password.

SolarisYan commented 7 years ago

@openstackAnalyst key storage is good,but every job use salt will define option about salt, how we can only define those in one job,and other job call it to get the salt options?