IBM Security Verify

 View Only
  • 1.  ISAM-->AAC-->CONFIG Automation

    Posted Tue April 23, 2019 09:41 AM
    Team,

    is there any way to automate this script using ansible or IBM provided python code?

    ISAM---> AAC ---> Config


    ------------------------------
    Sairam Durgaraju
    Cigna
    ------------------------------


  • 2.  RE: ISAM-->AAC-->CONFIG Automation

    Posted Wed April 24, 2019 04:07 AM
    Hello Sairam,

    In recent versions (finally done in 9.0.6.0) all of the configurations possible via this CLI-only route are now possible via the Web Interface.  These web interface versions use REST API calls to initiate the configuration.  You can use these REST APIs to initiate the configuration.

    REST API documentation is best viewed from the LMI.  Select Help-->Web Services from the menu-bar.  The APIs in question are under:
    Secure: Web Settings-->Manage-->Reverse Proxy.  Check "Advanced Access Configuration" and "OAuth Configuration".

    [or you could just trace the calls that the web interface makes]

    For older versions of ISAM where these REST APIs are not available, you would have to figure out the individual changes being made by the wizards and implement them with individual REST calls.  You might end up doing that anyway if you want complete control over the configuration.

    Jon.

    ------------------------------
    Jon Harry
    Consulting IT Security Specialist
    IBM
    ------------------------------



  • 3.  RE: ISAM-->AAC-->CONFIG Automation

    Posted Thu May 02, 2019 08:59 AM
    Hi, 
    this is in the IBM Github for Ansible
    https://github.com/IBM-Security/isam-ansible-roles/tree/master/config_reverseproxy_aac

    ------------------------------
    Tom Bosmans
    ------------------------------



  • 4.  RE: ISAM-->AAC-->CONFIG Automation

    Posted Thu May 02, 2019 08:59 AM
    Hi,
    this is provided as a role in the IBM Github repo:

    https://github.com/IBM-Security/isam-ansible-roles/tree/master/config_reverseproxy_aac

    ------------------------------
    Tom Bosmans
    ------------------------------



  • 5.  RE: ISAM-->AAC-->CONFIG Automation

    Posted Mon May 06, 2019 08:32 PM
    Thank you , This looks inline with the config script... will give a shot

    ------------------------------
    Sairam Durgaraju
    Advisor
    Cigna
    ------------------------------