Release Automation

  • 1.  Consult or compare token with password type

    Posted Mar 06, 2018 05:30 AM

    Hi,
    I need a way to check encrypted token of password type.
    I need a way to consult crypted or decrypted tokens of password type.
    I need a tool or a function to validate the value of the token maybe by making comparison between two values (eg. encrypted by RA vs. encrypted by a tool)

     

    I've posted an idea earlier to community support.

     

    Regards

    Julien



  • 2.  Re: Consult or compare token with password type
    Best Answer

    Broadcom Employee
    Posted Mar 16, 2018 11:11 AM

    Hi Julien 

     

    The Password parameter is intended to store a password secret in a way that it is not readable in the logs or database

    therefore it is not possible to manipulate this one in other actions , it can only be used to pass the password to the password field in other actions.

     

    If you need to be able to manipulate the string you may can use the encrypt string and decrypt string actions.

     

    Regards Dirk