Forum Discussion

indraniria's avatar
indraniria
Contributor
2 years ago

Whats the best practice to encrypt client id & secret for SoapUI Project?

If I dont have readyapi license, what would be best practice to encrypt client id & secret for SoapUI Project?

So that when committed the project to repository, those credentials are not exposed. 

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    Use project custom properties and leave the values empty and push it to repository. Set the values only while running the tests.

  • Thanks. Can you please guide how to set properties while running tests? My tests would run in azure pipeline in an agent machine which has readyapi installed