Auth token probably not included in the request #28243
Replies: 3 comments 30 replies
-
Try removing the hostType from |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. To get started, please read our guide on creating a minimal reproduction. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
@rarkins minimal reproduction example. Please let me know what I can do more in case you are missing something. https://github.com/aru-trackunit/renovate-token-minimal-reproduction |
Beta Was this translation helpful? Give feedback.
-
What would you like help with?
I think I found a bug
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Local
Please tell us more about your question or problem
Hi all,
I am struggling to authenticate into Databricks using token - Status Code 401. They use bearer tokens so constructing http request is easy.
Following curl command works well and returns status code 200
curl -X GET https://workspace_id.databricks.com/api/2.0/clusters/spark-versions -H 'authorization: Bearer AUTH_TOKEN' -H 'accept: application/json'
Installation:
npm install -g [email protected]
Execution:
LOG_LEVEL=debug renovate --platform=local
Regex to be found
Logs
As a workaround I used allowedHeaders & headers setting, how can I encrypt the header?
Like below?
Remarks:
Probably related to: #26983 and #26625
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions