Replies: 1 comment
-
Found the solution by browsing through the codebase, I used CONFLUENCE_URL and CONFLUENCE_PERSONAL_TOKEN. No need for CONFLUENCE_USERNAME. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Guys,
I'm trying to connect to Confluence (Server/Data Center) using PAT, no matter what I do I hit the wall with this Basic auth.
I can connect to confluence using this command:
curl -H "Authorization: Bearer "
-H "Accept: application/json"
"https://doc.xxx.com/rest/api/space?limit=1"
And I set up the env variables like this:
CONFLUENCE_URL=
CONFLUENCE_USERNAME=
CONFLUENCE_API_TOKEN=
Logs from the docker container:
DEBUG - mcp-atlassian.servers.dependencies - get_confluence_fetcher: Using global ConfluenceFetcher from lifespan_context. Global config auth_type: basic
How to change this auth_type ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions