Usage of UDP socket while creation of csm monitoring #3347
Unanswered
the-akhinair
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are facing an issue while doing cloud vetting of splunk app where we are using botocore client to connect to AWS resource.
Following is the line of code:
https://github.com/boto/botocore/blob/develop/botocore/session.py#L284
Throwing following exception in cloud vetting procedure - Please check for inbound or outbound UDP network communications. Any programmatic UDP network communication is prohibited due to security risks in Splunk Cloud and App Certification.
To give more context we are building the overall package and shipping botocore as a library and in the cloud vetting process we are getting the above issue. I understand that we may not be using the above line of code directly but my question is are we purposefully using an UDP socket or can we change the logic to create TCP socket ?
Any help on above question will help us to understand how we can get an exception permanently with proper explanation to the splunk team. Kindly help us and thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions