You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, it might be useful to have the server include authentication parameters along the DownloadableFile in one way or the other.
Proposal
The proposed way is to add a new headers Headers field, so that can happen via Authentication headers and provide some flexibility into what authentication method is actually used.
Alternatives considered
One alternative considered would be to accept a userinfo section in the download_url (like http://username:[email protected]/), but that is only good for Basic Auth so it locks us out of using alternative authentication methods, while some newer HTTP Semantic RFC9110 advocate for its deprecation so if might not be the best long-term solution
The text was updated successfully, but these errors were encountered:
tpaschalis
changed the title
Allow setting authentication DownloadableFilex
Allow setting authentication DownloadableFile message
Jun 28, 2024
tpaschalis
changed the title
Allow setting authentication DownloadableFile message
Allow setting authentication in DownloadableFile message
Jun 28, 2024
This issue is spurred by a discussion in open-telemetry/opamp-go#196.
In some cases, it might be useful to have the server include authentication parameters along the
DownloadableFile
in one way or the other.Proposal
The proposed way is to add a new
headers Headers
field, so that can happen via Authentication headers and provide some flexibility into what authentication method is actually used.Alternatives considered
One alternative considered would be to accept a userinfo section in the
download_url
(likehttp://username:[email protected]/
), but that is only good for Basic Auth so it locks us out of using alternative authentication methods, while some newer HTTP Semantic RFC9110 advocate for its deprecation so if might not be the best long-term solutionThe text was updated successfully, but these errors were encountered: