Skip to content
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

[bug] "Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature." #500

Open
maxkratz opened this issue Jan 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@maxkratz
Copy link

What happened?

Since yesterday, some of our GitHub Actions CI pipelines have failed continuously because of an error when running the upload-artifact action. Our CI tries to upload a large(r) VM template (with a few GBs in size) and the following error message appears:

[...]
Error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
[...]

Is this a bug within the upload-artifact action or was something changed on the storage backend?
(I've noticed that the storage backend changed when switching from v3 of this action to v4.)

What did you expect to happen?

The upload of the artifact should succeed or give a descriptive error message.

How can we reproduce it?

These two repositories show the same issue:

Anything else we need to know?

No response

What version of the action are you using?

v4

What are your runner environments?

self-hosted, linux

Are you on GitHub Enterprise Server? If so, what version?

No response

@maxkratz maxkratz added the bug Something isn't working label Jan 16, 2024
@maxkratz
Copy link
Author

Update: after the 4th and 5th try, the pipelines finally succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant