[PR #2705] [CLOSED] Add handling of Personal Access Token in Confluence data connector #4087

Closed
opened 2026-02-22 18:35:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2705
Author: @greygoo
Created: 11/22/2024
Status: Closed

Base: masterHead: feat-handle-confluence-personal-access-token


📝 Commits (1)

  • 7811d57 Add handling of Personal Access Token in Confluence data connector

📊 Changes

3 files changed (+57 additions, -10 deletions)

View changed files

📝 collector/utils/extensions/Confluence/index.js (+13 -7)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx (+42 -3)
📝 frontend/src/models/dataConnector.js (+2 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2704

What is in this change?

  • Add personalAccessToken handling to the Confluence Data Connector

Additional Information

I basically just hacked it together, to see if I can make use of the connector and was lacking the PAT functionality. And only used docker-compose up --build to test it.
Tested with a Personal Access Token on a self hosted instance.
Not tested with Username/Password, as the instance does not allow this.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality (not tested possible side effects)
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2705 **Author:** [@greygoo](https://github.com/greygoo) **Created:** 11/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat-handle-confluence-personal-access-token` --- ### 📝 Commits (1) - [`7811d57`](https://github.com/Mintplex-Labs/anything-llm/commit/7811d57bb4bf695ef6c9120e57ca35bcba1258ea) Add handling of Personal Access Token in Confluence data connector ### 📊 Changes **3 files changed** (+57 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/extensions/Confluence/index.js` (+13 -7) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Confluence/index.jsx` (+42 -3) 📝 `frontend/src/models/dataConnector.js` (+2 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2704 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add personalAccessToken handling to the Confluence Data Connector ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> I basically just hacked it together, to see if I can make use of the connector and was lacking the PAT functionality. And only used docker-compose up --build to test it. Tested with a Personal Access Token on a self hosted instance. Not tested with Username/Password, as the instance does not allow this. ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [x] I have tested my code functionality (not tested possible side effects) - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:06 -05:00
yindo closed this issue 2026-02-22 18:35:07 -05:00
yindo changed title from [PR #2705] Add handling of Personal Access Token in Confluence data connector to [PR #2705] [CLOSED] Add handling of Personal Access Token in Confluence data connector 2026-06-05 15:16:46 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4087