Uh oh!
There was an error while loading. Please reload this page.
Add Bearer token support - #1891
Conversation
Signed-off-by: Dmitry Makovey <dmakovey@gitlab.com>
droopy4096
commented
Jun 16, 2023
pipeline failure seems to be unrelated to the changes and intermittent. There's no way for me to re-run the job. |
droopy4096
commented
Jun 16, 2023
inspired by docker/cli#2540 |
droopy4096
commented
Jun 27, 2023
@tonistiigi would you mind taking a look at this? |
droopy4096
commented
Jul 11, 2023
@AkihiroSuda 🏓 ☝️ |
@droopy4096 Needs docs update in follow-up if you can do it 🙏 |
droopy4096
commented
Jul 14, 2023
thanks @crazy-max will see what can be added... However since this PR did not introduced any new functionality and rather fixed what was expected to work I'm not certain what should be documented. |
crazy-max
commented
Jul 17, 2023
My bad! No functional changes indeed. |
Investigating #1884 it turned out that Bearer token is not being passed along from config file, resulting in described issues. This PR adds Bearer Token support for authentication.
This fix was tested with GitLab Kubernetes Agent Server successfully.