Layer7 API Management

  • 1.  manage passwords

    Posted Jul 21, 2018 10:28 AM

    Hi There,

    when we promoted the code from dev to QA, for some reason the manage stored passwords are not migrated by GMU, so I planned to create it manually but unfortunately I have forgotten few passwords,can we  decrypt those passwords, my opinion was,it may not possible, because it could store with sha encrypted,if you're answer was yes,please let me know what is the rest man command I can use to migrate out(QA) and migrate in(QA) these stored passwords.

     



  • 2.  Re: manage passwords
    Best Answer

    Broadcom Employee
    Posted Jul 22, 2018 07:28 PM

    Dear PopleysYsb ,

    You can use GMU to migrate, with migrateOut --all option.

    Or, if your policy depends on(using) a stored password, when you migrateOut that policy, the stored password will be migrateOut as well.

     

    For example, you can publish a temp web api, and add route via http assertion to access the stored password as below,

     

    (you can use any other assertion that can input a stored password)

     

    Add as many assertions as you need to access all the stored password, and then you can migrate this service to migrate all the stored password.

     

    Of cause, you can also use the restman, but the above should be easier.

     

    Regards,

    Mark