markdown-confluence / markdown-confluence

Publish your Markdown Files to Confluence

Home Page:https://markdown-confluence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authorization: Basic should be exchanged with Authorization: Bearer

DataWi opened this issue · comments

Title says it all, when trying to authenticate with my token I get 401 - which also does not work in the command prompt with a basic auth header.

However, using the API Access Token works fine and it would be nice if the Plugin would support that as well.
Example:
curl -H "Authorization: Bearer " works fine.

Are you connecting to a cloud instance or on premises instance?

I've got the same issue, I get 401 with the GHA but curl -H "Authorization: Bearer " works fine.
I've got an on premise instance of Confluence.

Is it compatible?

Currently no this tool is designed for Cloud instances. ADF the format I use for documents isn't supported for On-premise instances.

I have some long leave coming up early next year where I plan on giving this a go to implement.