remove follow-redirects behavior on api calls #192
Replies: 1 comment 1 reply
-
Hello @carlosmmatos , I'm using this collection and I'm encountering issues because the FYI in the code of the install role, the redirects are still followed: Error:
Playbook used: - name: "include_role | crowdstrike.falcon.falcon_configure"
include_role:
name: crowdstrike.falcon.falcon_configure
vars:
falcon_tags: "{{ crowdstrike_falcon_tags }}"
tags:
- falcon-agent-configure |
Beta Was this translation helpful? Give feedback.
-
To prevent potential compliance issues, remove the follow_redirects POST call when authenticating to CS API when auto-detecting falcon_cloud and CID. Add proper error message if wrong Falcon Cloud URL is provided.
Beta Was this translation helpful? Give feedback.
All reactions