Forum Discussion

Zdenda's avatar
Zdenda
Icon for Cirrus rankCirrus
Nov 04, 2013

publishing powershell scripts to customer

Hello, what tricks you usually do to publish your scripts for customer use. Customer has access to server hosting PS scritpts and is supposed to run some commands by himself. Problem is that script contains username and password and I am thinking how to make this solution as secure as possible. Is creating of some another PS script calling my script the right way? But if customer browse to script I gave him, he can find the path to my scripts with credentials..

 

Let me please know if somebody of you solved similar case. Thanks, Zdenek

 

3 Replies

  • Hello, nobody had a similar case and didn't want to expose his credentials to powershell users?

     

  • It's a common problem and I don't think there is a straight forward answer.

     

    What we do is create partitions for 'customers' and create credentials which allow administration of only their partition. This at least isolates the customer to some degree and limits the damage they could potentially do.

     

    My 'wish' would be for F5 to allow us to create users that had API only access. Extra credit for allowing us to define what API calls are permitted for said user. Today this does not exist.

     

  • Thank you, I will discuss this with some of our powershell guys, maybe there is some trick. I supposed there will be more LB guys trying to solve this, but seems nobody needed it really..