kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Apache License 2.0
993 stars 149 forks source link

Page locking does not work with API Token #235

Open mrueg opened 1 year ago

mrueg commented 1 year ago

Running mark -k to lock a page does not work with login via API Token as no username can be specified.

If we specify a username, it uses the BasicAuth option and the API token does not work.

Options to consider:

edit: I see that it is using the json-rpc API which does not seem to support a token-based auth.

Skeeve commented 1 year ago

There is no solution for this issue yet, is there?

mrueg commented 1 week ago

Looks like confluence datacenter v8.8+ and confluence cloud support this now via rest api.