-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCP - Unable to use placeholder inputs in request headers #9456
Comments
Thank you for submitting an Issue to the Azure Sentinel GitHub repo! You should expect an initial response to your Issue from the team within 5 business days. Note that this response may be delayed during holiday periods. For urgent, production-affecting issues please raise a support ticket via the Azure Portal. |
Hi @tonytilbo , Thanks for flagging this issue, we will investigate this issue and get back to you with some updates by 28Nov23. Thanks! |
@v-muuppugund is there any update yet? |
Hi @tonytilbo, Could you please share solution name with us or file path in which you are getting issue. Thanks! |
This isn't published anywhere yet as we are just testing connecting to our API. The code snippet above should give you everything you need though. |
@tonytilbo, thank you for your response, we will check on this and get by to you by - 11-12-2023. Thanks! |
Hi @tonytilbo ,Apologies for the delayed response ,Could you please follow the documentation (https://learn.microsoft.com/en-us/azure/sentinel/create-codeless-connector?tabs=deploy-via-arm-template%2Cconnect-via-the-azure-portal#request-configuration) Please "type": "OAuth2", |
Hi @tonytilbo ,Gentle reminder,,Could you please follow the documentation (https://learn.microsoft.com/en-us/azure/sentinel/create-codeless-connector?tabs=deploy-via-arm-template%2Cconnect-via-the-azure-portal#request-configuration) Please "type": "OAuth2", |
Hi, @tonytilbo, since we have not received a response in the last 5 days, we are closing your issue- #9456 as per our standard operating procedures. If you still need support for this issue, feel free to re-open at any time. Thank you for your co-operation. |
We are attempting to create a code less connector to our data API, currently we require two headers to be passed with the request one is the API Key but we also require a Client ID header.
We get the users input using the 'UserRequestPlaceholdersInput'
Then attempt to use this placeholder in the 'headers' section of the pollingConfig.request section
Describe the solution you'd like
I would like the input that the users entered to be set on the request header.
Describe alternatives you've considered
We can of course change how the API works to accept only an API Key but would rather we were able to pass users inputted values in headers as a part of the request.
The text was updated successfully, but these errors were encountered: