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
git lfs push --all origin
batch response: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Uploading LFS objects: 0% (0/1), 0 B | 0 B/s, done.
Server log:
[pid: 8|app: 0|req: 1/1] 172.18.0.1 () {54 vars in 2509 bytes} [Tue Dec 3 16:06:47 2024] POST /sp-tarkov/server?jwt=TOKEN/locks/verify => generated 150 bytes in 6 msecs (HTTP/1.0 404) 2 headers in 91 bytes (1 switches on core 0)
[pid: 9|app: 0|req: 1/2] 172.18.0.1 () {54 vars in 2512 bytes} [Tue Dec 3 16:06:47 2024] POST /sp-tarkov/server?jwt=TOKEN/objects/batch => generated 150 bytes in 4 msecs (HTTP/1.0 404) 2 headers in 91 bytes (1 switches on core 0)
It appears as though the token is being used as part of the file operation?
Everything works fine when using the giftless.auth.allow_anon:read_write provider.
Between this issue and #172, I'm not sure how to get simple JWT authentication working at the moment.
@refringe i'm not sure docker is up to date - see #174. You may want to try going off main in this repo and see how that goes. We are working on getting docker up to date.
I'm unable to use JWT tokens as a parameter within LFS URLs.
Include the token in the URL:
Error when pushing:
Server log:
It appears as though the token is being used as part of the file operation?
Everything works fine when using the
giftless.auth.allow_anon:read_write
provider.Between this issue and #172, I'm not sure how to get simple JWT authentication working at the moment.
On the latest docker image:
https://hub.docker.com/r/datopian/giftless/tags
The text was updated successfully, but these errors were encountered: