DataPower

 View Only
  • 1.  DataPower and Cyberarc integration for password Management

    Posted 6 days ago

    Hi All,

    If any one have onboarded Datapower to cyberArc for password Management? 

    Is it possible? If yes please share some insights about it.

    Thanks,

    Sourabh



    ------------------------------
    sourabh singhal
    ------------------------------


  • 2.  RE: DataPower and Cyberarc integration for password Management

    Posted 6 days ago

    Yes, and there are a few ways to go about doing it.  Some are good, others, well, it is what it is!   This really depends upon what your security requirements are:

    • You can use a jump box.  Log into the jump box with CyberArk and have a CyberArk PSM fire up a browser window on that box.  From there you log into DataPower.
    • Use a jump box and have CyberArk jump you, fire up the browser and log in.  For this, you'd definitely need to setup RBM to accept the login via LDAP/AD and handle it custom.
    • CyberArk has a module called AIM (I think that's the name of it), where you can invoke a script that logs you or a tool into DataPower.  That is, say you're using an external tool, script, what have you.  That tools acts as your surrogate for logging into the appliances.  You can have your script call out to the CyberArk API to fetch your current password which can then be used to log into the appropriate management interface (RMI, XMI, etc.).  Again, your DataPower RBM needs to be pretty solid.
    • You can configure CyberArk to change local account passwords on the appliances and then use one of the above to methods to log in.  This way, you don't necessarily need a custom RBM.

    On that last one, I never had the guts to allow CyberArk to change the "admin" password for fear that if CyberArk failed with some kind of bug, we may not have any clue as to what the password might be.  Of course, we could always use a backup account to recover, but security generally wants that one equally protected.   I would suggest if you have CyberArk changing on-board passwords, you make sure you have a backup account that auto changes at an alternative time to enable one to be able to recover the on-board passwords, especially "admin".



    ------------------------------
    Joseph Morgan
    CEO - Independent
    Dallas TXJoseph Morgan
    CEO - Independent
    Dallas TX
    ------------------------------



  • 3.  RE: DataPower and Cyberarc integration for password Management

    Posted 6 days ago

    Thanks Joseph for the reply.

     

    Could you please share more insight or documentation around.

     

    • Use a jump box and have CyberArk jump you, fire up the browser and log in.  For this, you'd definitely need to setup RBM to accept the login via LDAP/AD and handle it custom.

    We already have a LDAP setup for our office account, if we create similar RBM settings, onboard users to Cyberark and get binding setting from CyberArk will this work?

    For now we are just looking to get the auto password management from CyberArk, generate password when it's required and use that to login, we do want to fireup a browser directly from Cyberarc.

     

     

    Thanks,

    Sourabh Singhal






  • 4.  RE: DataPower and Cyberarc integration for password Management

    Posted 6 days ago

    So, in your case, you probably just need to use the CyberArk AIM to retrieve the current password to use to log in. 

    In our case, for logging in via a browser, we just had a CybarArk's PSM automatically fire up a browser on some unknown server, and, after selecting the appropriate PSM, it would push the username and password to the login screen, which was very convenient.  We had it stop there so we could select the domain, but if you're OK with always logging into the default domain, that can work too.

    The second case was using tools that use the XML and REST management interfaces for things like daily backups and monitoring.  This is where we used the AIM module and PAM accounts.  In this case, we use a script to get the password related to the PAM account.  The script then uses that password with the PAM user to run the tools.

    In both cases, the accounts were in LDAP, and we needed to set up DataPower's RBM to query LDAP for authorization.   Also, even better, in both cases, the users never see the password or know it. 



    ------------------------------
    Joseph Morgan
    CEO - Independent
    ------------------------------