This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ConnectionString for SQL based Custom Target System

We've created scripts that provision changes to Target System. Now we're defining ConnectionString inside script:

Public Function CCC_Function_Name(args) As Boolean

    Dim sqlConnectionString As String = "Server=192.168.1.10;Database=test;User ID=idm;Password=P@$$w0rd"
    
    ...

End Function

As You can see password is plain text. What is the best practice to pass encrypted ConnectionString to Process Step and where it should be stored i.e. UNSRootB?
   

Parents Reply Children
No Data