[FEATURE REQUEST] Pass custom HTTP header with access token to file.managed #67459
Replies: 1 comment
-
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to download files from private repositories using raw.githubusercontent.com API, but to do so, I need to put an authorization header inside the HTTP request.
I would like to be able to write such state:
I tried to use cmd.run with curl or wget, but it will download the file every time to check the hash, and I want to use etag feature, so the file will be downloaded only when changed.
This is actually a copy of this request:
#40303
Beta Was this translation helpful? Give feedback.
All reactions