craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FR: Support PAT authentication for Data-Center

EugenMayer opened this issue · comments

I'am usually deploying with pluploader (since a while). Today (did not use for some weeks), i get a permission denied on all the instances i tried.

I tried using the password or a token.

docker run -v "$(pwd)":/workdir -it ghcr.io/craftamap/pluploader/pluploader:latest --base-url https://<redactec>.org safe-mode disable

I use a .pluprc in pwd which looks like

user: <myuser>
password: <mytoken>

i tried it with 0.8.2/0.8.1/0.8.0 so it does not seem to be an version issue.

Did only try confluence with the newest version 7.19.2 - did something change with the most recent version? I did not see any verbose flag to provide any further informations.

Sure it could be an layer8 issue, but i triple checked the credentials and urls so far. Thank you for any hint

Hey there,
I will doublecheck if I can reproduce the issue within the next days.

Did you only try to enable/disable safe-mode, or also other commands?
Also, is the .pluprc in the working directory, or is it in your home directory?

Command does not really matter, install does not work either.

.pluprc is in the directory i run docker run from, it is properly mounted into /workdir (i checked that with an entrypoint override). also the default pwd of the image is /workdir (as you expected)

It seems like using a password works, using a token does not.