aws-cloudknox-config/configrule/CLOUDKNOX_PCI.py [137:143]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    print('payload-accessToken: ' + payload)
    
    conn.request("POST", "/api/v2/service-account/authenticate", payload, headers)
    res = conn.getresponse()
    data = res.read()
    data_raw = data.decode()
    print('data_raw: ' + data_raw)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-cloudknox-controltower/lambda/CloudKnox_TriggerLifecycleEvent.py [105:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        print('payload-accessToken: ' + payload)

        conn.request("POST", "/api/v2/service-account/authenticate", payload, headers)
        res = conn.getresponse()
        data = res.read()
        data_raw = data.decode()
        print('data_raw: ' + data_raw)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



